Merge version_1_1781871993130 into main #3

Merged
bender merged 1 commits from version_1_1781871993130 into main 2026-06-19 12:33:55 +00:00

View File

@@ -6,7 +6,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import TeamListCards from '@/components/sections/team/TeamListCards';
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
import { Coffee, Heart, MapPin } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -169,4 +168,4 @@ export default function HomePage() {
</div>
</>
);
}
}