From ab4708881c7daed8838ce577617313b3bbafd409 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 20 Jan 2026 15:04:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + }} />