From 9d5c0917ef8bb10d3fbff94928d5a6cf70c01808 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 19:07:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc353d5..71ca21b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -64,13 +64,13 @@ export default function LandingPage() {
- @@ -151,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file