From d05c96824d4a5eac6574f8ca41d8a84b87def934 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 19:33:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 907d20e..dea714f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, CheckCircle, Star } from "lucide-react"; @@ -36,8 +35,6 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Services", id: "features"}, - { - name: "Work", id: "products"}, { name: "Contact", id: "contact"}, ]} @@ -102,31 +99,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1