diff --git a/src/app/page.tsx b/src/app/page.tsx index 14846d3..dff216c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,6 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Services", id: "services"}, - { - name: "Projects", id: "projects"}, { name: "Testimonials", id: "testimonials"}, { @@ -179,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file