diff --git a/Frontend/src/pages/Home/About.jsx b/Frontend/src/pages/Home/About.jsx deleted file mode 100644 index e42f074..0000000 --- a/Frontend/src/pages/Home/About.jsx +++ /dev/null @@ -1,43 +0,0 @@ -import React from "react"; - -const About = () => { - return ( - <> -
-
-
- -
-
-
-

- CUSTOMIZE WITH YOUR SCHEDULE -

-

- Personalized Professional Online Mentor on Your Schedule -

-

- Our scheduling system allows you to select based on free time. - Lorem ipsum demo text for template. Keep track of your students - class and mentoring schedules, and never miss your Session. The - best online class scheduling system with easy accessibility. - Lorem ipsum is a placeholder text commonly used to demonstrate - the visual form -

-
- -
-
-
-
-
- - ); -}; - -export default About; diff --git a/Frontend/src/pages/Home/ReviewSection.jsx b/Frontend/src/pages/Home/ReviewSection.jsx deleted file mode 100644 index 00d3e48..0000000 --- a/Frontend/src/pages/Home/ReviewSection.jsx +++ /dev/null @@ -1,289 +0,0 @@ -import React from "react"; - -const Reviews = [ - [ - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - ], - [ - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - ], - [ - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - ], - - [ - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - ], - - [ - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - { - src: "/images/Review1.jpeg", - alt: "Bonnie image", - name: "Bonnie", - occupation: "Student", - review: - "As a student of this online education website, I can confidently say that it has been an incredible experience. The platform is user-friendly and making it easy for me to learn at my own pace.", - }, - ], -]; - -const ReviewSection = () => { - return ( - <> -
-
-
-

OUR TESTIMONIALS

-

- What Our Students Say About Us -

-
- - -
-
- - ); -}; - -export default ReviewSection; diff --git a/Frontend/src/pages/Home/SubjectSection.jsx b/Frontend/src/pages/Home/SubjectSection.jsx deleted file mode 100644 index 585e1ae..0000000 --- a/Frontend/src/pages/Home/SubjectSection.jsx +++ /dev/null @@ -1,179 +0,0 @@ -import React from "react"; -import { MdEngineering } from "react-icons/md"; -import { FaLaptopCode } from "react-icons/fa"; -import { LiaLanguageSolid } from "react-icons/lia"; -import { MdScience } from "react-icons/md"; -import { MdHistoryEdu } from "react-icons/md"; -import { MdPsychology } from "react-icons/md"; -import { CgWebsite } from "react-icons/cg"; -import { FaReplyAll } from "react-icons/fa"; - -const SubjectList = [ - { - icon: "FaLaptopCode", - title: "Programming", - }, - { - icon: "MdEngineering", - title: "Engineering", - }, - { - icon: "LiaLanguageSolid", - title: "Languages", - }, - { - icon: "MdScience", - title: "Science", - }, - { - icon: "MdHistoryEdu", - title: "History", - }, - { - icon: "MdPsychology", - title: "Psychology", - }, - { - icon: "CgWebsite", - title: "Web Design", - }, - { - icon: "FaReplyAll", - title: "See all", - }, -]; -const SubjectSection = () => { - return ( - <> -
-
-
-
-

- OUR TUTOR SUBJECTS -

-

- Find Online Tutor in Any Subject -

-
-
- - - - - - - - - - - - - - - -
-
-
-
- - ); -}; - -export default SubjectSection;