diff --git a/src/app/page.tsx b/src/app/page.tsx index daff8b2..9a80002 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,8 @@ export default function LandingPage() { { name: "Explore", id: "features" }, { name: "Sounds", id: "sounds" }, { name: "Connection", id: "connection" }, + { name: "Feelings", id: "feelings" }, + { name: "Reflect", id: "reflect" }, { name: "Learn", id: "about" }, { name: "Contact", id: "contact" } ]}