diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 78cfd00..4430e72 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -28,7 +28,7 @@ export default function MenuPage() { { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, ]} - button={{ text: "Order Online", href: "#" }} + button={{ text: "Order Online", href: "tel:4134197863" }} brandName="CRAVE CAFÉ" /> @@ -94,4 +94,4 @@ export default function MenuPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd5bc8..e360bd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,6 +30,7 @@ export default function LandingPage() { { name: "Home", id: "/" }, { name: "Menu", id: "/menu" } ]} + button={{ text: "Order Online", href: "tel:4134197863" }} brandName="CRAVE CAFÉ" /> @@ -116,4 +117,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file