From 3e4e55fbf11964e303e4d824715b64ba211c5533 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:24:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa996a..881a773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,9 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardSeven from '@/components/sections/metric/MetricCardSeven'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -64,6 +63,8 @@ export default function LandingPage() { animationType="slide-up" title="Comprehensive Technical Services" description="Tailored solutions for your digital transformation." + textboxLayout="split" + useInvertedBackground={false} features={[ { id: "1", title: "Integration", subtitle: "Seamless connectivity", category: "Core", value: "High" }, { id: "2", title: "Security", subtitle: "Robust defense", category: "Essential", value: "Max" }, @@ -121,6 +122,7 @@ export default function LandingPage() { title="Start Your Journey" description="Get in touch for a tailored solution." background={{ variant: "plain" }} + useInvertedBackground={false} />