diff --git a/src/app/page.tsx b/src/app/page.tsx index e8820ea..e0f2a86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,10 +32,13 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, + { name: "Arrangements", id: "products" }, { name: "Services", id: "features" }, - { name: "Products", id: "products" }, { name: "Contact", id: "contact" } ]} + button={{ + text: "Order Now", href: "contact" + }} />