diff --git a/src/app/page.tsx b/src/app/page.tsx index 095fbcd..665bb7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,6 +54,8 @@ export default function LandingPage() { buttons={[ { text: "Explore Menu", href: "#menu"}, + { + text: "Book a Table", href: "#contact"}, ]} mediaItems={[ { @@ -235,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file