From 319ce4df7dbd74fe8b5532e0cc9fef33f11c1f4d Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 26 Apr 2026 09:36:40 +0000 Subject: [PATCH] Bob AI: Replace the existing 'About' section (referred to as 'why us --- src/pages/HomePage.tsx | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3cf12fd..c2873b1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,11 +1,10 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; import ContactSplitEmail from '@/components/sections/contact/ContactSplitEmail'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; -import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; +import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Clock, ShieldCheck, Truck } from "lucide-react"; export default function HomePage() { return ( @@ -136,26 +135,35 @@ export default function HomePage() {
-
@@ -198,4 +206,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1