diff --git a/src/app/page.tsx b/src/app/page.tsx index d247981..29695aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", alt: "Diner 5" }, ]} buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Secure Your Table Now", href: "#contact" }, { text: "View Menu", href: "#menu" }, ]} marqueeItems={[ @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file