From a677a15c9a4eda2e7d440cb1f11fc3045c53f9d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:32:34 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 263 ++++++++++++++++++++--------------------- 1 file changed, 126 insertions(+), 137 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8000ae0..a51fd32 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,154 +7,143 @@ import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductVariantCards from '@/components/sections/product/ProductVariantCards'; import TestimonialSplitCards from '@/components/sections/testimonial/TestimonialSplitCards'; -import { Award, Home, Shield, TrendingUp, Trophy, Users } from "lucide-react"; +import { Home, Shield, Award, Trophy, TrendingUp, Users } from "lucide-react"; export default function HomePage() { return ( <> -
- - -
+
+ + +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); } -- 2.49.1