diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1bd431f..838284f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,200 +5,127 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialAvatarCard from '@/components/sections/testimonial/TestimonialAvatarCard'; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import { CheckCircle, ShieldCheck, Zap } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ icon: "Zap", title: "Fast Diagnostics", description: "Accurate troubleshooting for your engine and mechanical systems.", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171237.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel-disc-brake_1170-1215.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); }