diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f3571e..121f5df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function LandingPage() { text="Ready to visit Oreatha's? Book your table today." buttons={[ { - text: "Reserve Now", href: "#"}, + text: "Reserve Now", href: "https://www.opentable.com/booking/oreathas-at-the-point"}, ]} /> @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file