Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-23 10:57:17 +00:00
parent 13d9aa25d2
commit bf9afbb54c

View File

@@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { Leaf, Star, Sun } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {