Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-14 15:43:41 +00:00
parent deea97259e
commit 94893eb121

View File

@@ -7,7 +7,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TeamListCards from '@/components/sections/team/TeamListCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import { Heart, Leaf, Utensils } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {