Merge version_1_1781476977748 into main #3

Merged
bender merged 1 commits from version_1_1781476977748 into main 2026-06-14 22:45:37 +00:00

View File

@@ -7,7 +7,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
import { Layers, Monitor, Palette, Shield, Users, Zap, Cpu } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -187,4 +186,4 @@ export default function HomePage() {
</div>
</>
);
}
}