Update src/app/page.tsx

This commit is contained in:
2026-01-20 15:04:29 +00:00
parent 3c5c7fe6c9
commit ab4708881c

View File

@@ -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"
}}
/>
</div>