Merge version_37_1782588534739 into main

Merge version_37_1782588534739 into main
This commit was merged in pull request #38.
This commit is contained in:
2026-06-27 19:31:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ export default function Layout() {
items: [
{
label: "Menu",
href: "#products",
href: "#menu",
},
{
label: "Reserve",

View File

@@ -8,7 +8,7 @@ import ScrollReveal from "@/components/ui/ScrollReveal";
const primaryButton = {
text: "See Menu",
href: "#products"
href: "#menu"
};
const secondaryButton = {
text: "Reserve Table",