diff --git a/src/app/page.tsx b/src/app/page.tsx index 529dc86..4b285d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,9 @@ export default function LandingPage() { name: "Join the Club", id: "#join-club"}, ]} brandName="Chic Caffè" + button={{ + text: "Order Online", href: "#menu" + }} /> @@ -247,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file