From 9c9ce84c5831d78dc7d6672d5f8197dd4669fc65 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:17:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93ebab5..85d2ecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; @@ -45,14 +45,14 @@ export default function LandingPage() {
-
@@ -167,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1