From 83c1ad696faedf6b64b18d85f5289ccaf5071fe7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:39:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3edc071..2717d28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Shield, CheckCircle, Star, Zap, Wrench, Search, Maximize } from "lucide-react"; @@ -47,6 +46,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" gridVariant="bento-grid" + useInvertedBackground={false} metrics={[ { id: "m1", value: "10+", title: "Years Experience", description: "Proven industry expertise", icon: Shield }, { id: "m2", value: "100%", title: "Insured Work", description: "Full peace of mind", icon: CheckCircle },