Merge version_1_1781469631680 into main #3

Merged
bender merged 1 commits from version_1_1781469631680 into main 2026-06-14 20:42:42 +00:00

View File

@@ -5,7 +5,6 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
import HeroBrand from '@/components/sections/hero/HeroBrand';
import TeamListCards from '@/components/sections/team/TeamListCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import { CheckCircle, Zap, DollarSign, ShieldCheck, Smile, Award } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
@@ -134,4 +133,4 @@ export default function HomePage() {
</div>
</>
);
}
}