From 31123fb0f343fafc569181f93d00424061b933f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1