diff --git a/src/app/page.tsx b/src/app/page.tsx index e45d723..18474a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Miya Miya" + button={{ text: "Order Now", href: "#products" }} /> @@ -62,6 +63,7 @@ export default function LandingPage() {