From 38bdfa488e030e4170d9c22e27b304e87fb4f219 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 12:47:32 +0000 Subject: [PATCH] Switch to version 15: modified src/app/page.tsx --- src/app/page.tsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4211ff4..73372f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; export default function LandingPage() { const handleScroll = (id: string) => { @@ -193,16 +192,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file