Merge version_1_1781543998202 into main #1

Merged
bender merged 2 commits from version_1_1781543998202 into main 2026-06-15 17:20:54 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Menu",
"href": "#menu"
"name": "Menu", "href": "#menu"
},
{
"name": "Reviews",
"href": "#testimonials"
"name": "Reviews", "href": "#testimonials"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Experience",
"href": "#experience"
"name": "Experience", "href": "#experience"
},
{
"name": "Social Proof",
"href": "#social-proof"
"name": "Social Proof", "href": "#social-proof"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
<NavbarFloating
logo="GOODWIN"
ctaButton={{
text: "Reserve Now",
id: "#contact",
}}
text: "Reserve Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,49 +50,31 @@ export default function Layout() {
{
items: [
{
label: "Reserve a Table",
href: "#contact",
},
label: "Reserve a Table", href: "#contact"},
{
label: "Private Events",
href: "#",
},
label: "Private Events", href: "#"},
{
label: "Gift Cards",
href: "#",
},
label: "Gift Cards", href: "#"},
],
},
{
items: [
{
label: "Rue des Alpes, 1201 Geneva",
href: "#",
},
label: "Rue des Alpes, 1201 Geneva", href: "#"},
{
label: "+41 22 123 45 67",
href: "tel:+41221234567",
},
label: "+41 22 123 45 67", href: "tel:+41221234567"},
{
label: "info@goodwin.ch",
href: "mailto:info@goodwin.ch",
},
label: "info@goodwin.ch", href: "mailto:info@goodwin.ch"},
],
},
{
items: [
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "Google Reviews",
href: "#",
},
label: "Google Reviews", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}