diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 138ef16..d8addae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1380,4 +1380,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index d946302..e1bca8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,8 +53,8 @@ export default function LandingPage() { ]} avatarText="Trusted by 996+ regulars" buttons={[ - { text: "View Menu", href: "#menu" }, - { text: "Find Us", href: "#visit" } + { text: "Reserve a Table", href: "#visit" }, + { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up" ariaLabel="Chai Pe Charcha hero section" @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file