Merge version_1_1781557553860 into main #2

Merged
bender merged 1 commits from version_1_1781557553860 into main 2026-06-15 21:07:53 +00:00

View File

@@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
import { Lightbulb, Star, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -155,4 +154,4 @@ export default function HomePage() {
</div>
</>
);
}
}