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