diff --git a/src/app/page.tsx b/src/app/page.tsx index 54dd418..9fbd946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,6 +55,8 @@ export default function LandingPage() { buttons={[ { text: "View Our Menu", href: "#menu"}, + { + text: "Book a Table", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-tea-with-lemon-light-white-space_140725-79718.jpg" mediaAnimation="slide-up" @@ -225,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file