From 0d00e00b7a54acb9e3decb5953f8ed449121df2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 15:01:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb8b430..1f73e86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,12 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import { Sparkles, Search, CheckCircle2, Award, TrendingUp, Shield, Target } from "lucide-react"; +import { Sparkles, CheckCircle2, Shield, Target } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -92,6 +90,7 @@ export default function WebAgency2Page() { { id: "3", value: "100%", description: "Security Compliance" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} />
@@ -112,6 +111,7 @@ export default function WebAgency2Page() {