From 3a413b5e4bb603f0badb56f87ca08ef026b7b818 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:27:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ef31c..68ce7b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroBrand from '@/components/sections/hero/HeroBrand'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -41,29 +41,15 @@ export default function LandingPage() {
-
@@ -167,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file