diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 21ba55f..c51557d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1423,4 +1423,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index f99507e..4c636f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttons={[ - { text: "View Full Menu", href: "#" }, + { text: "See Full Menu & Prices", href: "#" }, { text: "Call to Order", href: "tel:(541)808-9702" }, ]} buttonAnimation="slide-up" @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file