From 2a80765fff26895d385b64e9c73bbe23849e442b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:08:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e811f..55097ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -26,24 +26,16 @@ export default function LandingPage() { > -- 2.49.1