Update src/app/page.tsx

This commit is contained in:
2026-03-11 21:19:52 +00:00
parent 4bb242ef70
commit ba9f7c09bd

View File

@@ -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" }
]}
/>
</div>