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