diff --git a/frontend/src/pages/landing/LandingPage.jsx b/frontend/src/pages/landing/LandingPage.jsx
index f731283..3c87ec8 100644
--- a/frontend/src/pages/landing/LandingPage.jsx
+++ b/frontend/src/pages/landing/LandingPage.jsx
@@ -1,19 +1,16 @@
-import CardSection from "./landingcomponents/CertificationSection";
-import Header from "./landingcomponents/Header";
-import { OuterLayout } from "./styles/Layouts";
+import { motion } from "framer-motion";
import styled from "styled-components";
-import ChartSection from "./landingcomponents/ChartSection";
-import MessagingSection from "./landingcomponents/MessagingSection";
-import PaymentSection from "./landingcomponents/PaymentSection";
-import FAQSection from "./landingcomponents/FAQSection";
-import Footer from "./landingcomponents/Footer";
-import { Fade } from "react-reveal";
import "./LandingPage.scss";
import bg from "./img/bg.svg";
-import HeaderContent from "./landingcomponents/HeaderContent";
-import { NewsLetter } from "./newsLetter";
import CertificationSection from "./landingcomponents/CertificationSection";
+import ChartSection from "./landingcomponents/ChartSection";
import CustomerSupportSection from "./landingcomponents/CustomerSupportSection";
+import FAQSection from "./landingcomponents/FAQSection";
+import HeaderContent from "./landingcomponents/HeaderContent";
+import MessagingSection from "./landingcomponents/MessagingSection";
+import PaymentSection from "./landingcomponents/PaymentSection";
+import { NewsLetter } from "./newsLetter";
+import { OuterLayout } from "./styles/Layouts";
function LandingPage() {
return (
@@ -26,27 +23,55 @@ function LandingPage() {
- We provide you with exercise certificates for your training. - After you have completed the exercises, you can get your certificate. + We provide you with exercise certificates for your training. After + you have completed the exercises, you can get your certificate. These certificates can be used at job interviews.
diff --git a/frontend/src/pages/landing/landingcomponents/ChartSection.js b/frontend/src/pages/landing/landingcomponents/ChartSection.js index 7410708..9d186e4 100755 --- a/frontend/src/pages/landing/landingcomponents/ChartSection.js +++ b/frontend/src/pages/landing/landingcomponents/ChartSection.js @@ -1,5 +1,5 @@ import React from "react"; -import { Bounce, Roll } from "react-reveal"; +import { motion } from "framer-motion"; import styled from "styled-components"; import chart from "../img/chart.svg"; import { InnerLayout } from "../styles/Layouts"; @@ -24,16 +24,22 @@ function ChartSection() {- You can track your progress on exercises and quizzes and see how - you are doing. You can also see your progress on your exercises - and quizzes. -
-{name}
-+ {name} +
+
- Copyright @2021 LoremIpsum.
- All rights reserved.
-
+ Copyright @2021 LoremIpsum.
+ All rights reserved.
+
- We are committed to providing affordable and quality notes to - students, working professionals, and teachers -
-+ We are committed to providing affordable and quality notes to + students, working professionals, and teachers +
+{description}
} -{description}
} +