From 44c5f4fb5d66647b98640ae58a9d06afb3072c0d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:53:45 +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 f5472d2..3da7a72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { HardDrive } from "lucide-react"; @@ -33,7 +32,6 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Products", id: "products" }, { name: "Contact", id: "contact" }, ]} brandName="LAP STORE" @@ -91,25 +89,6 @@ export default function LandingPage() { /> -
- -
-