diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bf76e14..a28cfca 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ 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 } from "lucide-react"; +import { Calendar, Sparkles, Flower } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -14,289 +14,154 @@ export default function HomePage() { <>
- +
- +
- +
- +
- +
- +
- +
- +
); -} +} \ No newline at end of file