Merge version_1_1781443786753 into main #2

Merged
bender merged 1 commits from version_1_1781443786753 into main 2026-06-14 13:32:24 +00:00

View File

@@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
import { Building2, Shield, Wrench } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -118,4 +117,4 @@ export default function HomePage() {
</div>
</>
);
}
}