Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-03-06 20:40:30 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1380,4 +1380,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}