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 ( <> -
- - -
+
+ + +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
); }