From 73e98697f1aa8adb222e7ff255d8e6b228ed2e3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ef31c..90dd27c 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 HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -41,29 +41,14 @@ export default function LandingPage() {
-
@@ -167,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1