diff --git a/src/app/page.tsx b/src/app/page.tsx index df7fb9a..6374706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Moon, Sparkles, Wind } from "lucide-react"; @@ -35,7 +34,6 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "Bio", id: "#about" }, { name: "Services", id: "#features" }, - { name: "Courses", id: "#products" }, { name: "Reviews", id: "#testimonials" }, { name: "Contact", id: "#contact" }, ]} @@ -89,22 +87,6 @@ export default function LandingPage() { /> -
- -
-