diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e6b850..6ac3a59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Collections", id: "products" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "News", id: "/news" }, { name: "Contact", id: "contact" } ]} button={{ @@ -186,4 +187,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}