diff --git a/src/app/page.tsx b/src/app/page.tsx index 038d19f..34b2fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Order Online", href: "https://order.example.com" }, - { text: "Find Our Hours", href: "#" } + { text: "Reserve a Table", href: "https://reservation.example.com" } ]} />