Merge version_1_1781605124492 into main #1

Merged
bender merged 2 commits from version_1_1781605124492 into main 2026-06-16 10:20:04 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#hero"
"name": "Home", "href": "#hero"
},
{
"name": "Menu",
"href": "#menu"
"name": "Menu", "href": "#menu"
},
{
"name": "Ambience",
"href": "#ambience"
"name": "Ambience", "href": "#ambience"
},
{
"name": "Contact",
"href": "#footer"
"name": "Contact", "href": "#footer"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="SUKHSAGAR"
logoImageSrc="http://img.b2bpic.net/free-vector/leaf-right-arrow_78370-6101.jpg"
ctaButton={{
text: "Digital Menu",
href: "#menu",
}}
text: "Digital Menu", href: "#menu"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,55 +49,36 @@ export default function Layout() {
brand="SUKHSAGAR"
columns={[
{
title: "Timing",
items: [
title: "Timing", items: [
{
label: "Open Daily: 11 AM - 11 PM",
href: "#",
},
label: "Open Daily: 11 AM - 11 PM", href: "#"},
{
label: "Short wait times on weekends.",
href: "#",
},
label: "Short wait times on weekends.", href: "#"},
],
},
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Ahilyanagar, Maharashtra",
href: "https://maps.google.com",
},
label: "Ahilyanagar, Maharashtra", href: "https://maps.google.com"},
{
label: "Kothi - Yash Palace Rd",
href: "#",
},
label: "Kothi - Yash Palace Rd", href: "#"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "095617 45045",
href: "tel:09561745045",
},
label: "095617 45045", href: "tel:09561745045"},
{
label: "Directions",
href: "https://maps.google.com",
},
label: "Directions", href: "https://maps.google.com"},
],
},
]}
copyright="© 2024 Sukhsagar Restaurant. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
/>
</SectionErrorBoundary>