From 99fe28aa37bce1e5df6ebc89b9c7072a1341c9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:57:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa641ae..3cad817 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { @@ -33,7 +32,6 @@ export default function LandingPage() { navItems={[ { name: "About", id: "#about" }, { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, { name: "Contact", id: "#contact" }, ]} brandName="axionelAI" @@ -89,25 +87,6 @@ export default function LandingPage() { /> -
- -
-