Merge version_1_1782147035476 into main #3

Merged
bender merged 1 commits from version_1_1782147035476 into main 2026-06-22 16:53:14 +00:00

View File

@@ -5,7 +5,6 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento';
import HeroBrand from '@/components/sections/hero/HeroBrand';
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Building, Star, User, Users, DraftingCompass } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -122,4 +121,4 @@ export default function HomePage() {
</div>
</>
);
}
}