From 663f21ac1055cdbea843b181acebe0620d3a21ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:43:51 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 255 +++++++++++++++++++++-------------------- 1 file changed, 131 insertions(+), 124 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0e60af1..50f8674 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,141 +6,148 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; -import { Activity, Award, Heart, Shield, Users } from "lucide-react"; +import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
+ + ); } -- 2.49.1