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} />