diff --git a/src/app/page.tsx b/src/app/page.tsx index 8784583..638d3bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Beers", id: "/beers" }, + { name: "Order Online", id: "/order" }, { name: "Events", id: "/events" }, { name: "Contact", id: "/contact" }, ]} @@ -49,6 +50,7 @@ export default function HomePage() { description="Award-Winning Craft Beer in Conception Bay South. Locally brewed. Community driven. Always fresh." buttons={[ { text: "View Our Beers", href: "/beers" }, + { text: "Order Online", href: "/order" }, { text: "Get Directions", href: "#visit" }, ]} slides={[ @@ -202,4 +204,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}