From 960738fd04bad2be0e4f34cda98ddb39c9086913 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:01:12 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 242 +++++++++++++++++++---------------------- 1 file changed, 113 insertions(+), 129 deletions(-) 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" }, + ], + }, + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); } -- 2.49.1