From 5ce7f74d6eaa6ac6bcec89e457fb7a76c83a34d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 11:28:35 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 275 ++++++++++++++++++++--------------------- 1 file changed, 131 insertions(+), 144 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a28cfca..7c9bd18 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,162 +6,149 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; -import { Calendar, Sparkles, Flower } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { Flower, Sparkles, Calendar } from "lucide-react"; export default function HomePage() { return ( <> -
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
-
- - - -
+
+ + + +
); } \ No newline at end of file -- 2.49.1