diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 385aa48..d723cb5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,148 +5,132 @@ import HeroBrand from '@/components/sections/hero/HeroBrand'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Award, BookOpen, Globe, GraduationCap, MessageCircle, Smile } from "lucide-react"; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; export default function HomePage() { return ( <> -
- -
+
+ +
-
- + -
+ icon: "Award", title: "Proven Results", description: "Helping thousands of students achieve fluency and certification goals.", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-vector/graduation-label-collection-with-flat-design_23-2147864853.jpg" }, + ], + }, + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); }