From bcc62b912e0a8e1acb091dd94e927632d35f7363 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:42:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 ++++++++++++++---------------------------------- 1 file changed, 24 insertions(+), 58 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2bd0a..f543671 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -28,12 +27,11 @@ export default function LandingPage() { > -
- -
-
@@ -267,7 +234,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}