Merge version_1_1781435475434 into main #1

Merged
bender merged 2 commits from version_1_1781435475434 into main 2026-06-14 11:12:24 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#"
"name": "Home", "href": "#"
},
{
"name": "Menu",
"href": "#products"
"name": "Menu", "href": "#products"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Cheeze Hub"
logoImageSrc="http://img.b2bpic.net/free-photo/stainless-steel-skull-beer-mug-with-image-skull-helmet-white-background_460848-13005.jpg"
ctaButton={{
text: "Order Now",
href: "tel:03306669211",
}}
text: "Order Now", href: "tel:03306669211"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,41 +51,27 @@ export default function Layout() {
{
items: [
{
label: "Home",
href: "#",
},
label: "Home", href: "#"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
items: [
{
label: "0330-6669211",
href: "tel:03306669211",
},
label: "0330-6669211", href: "tel:03306669211"},
{
label: "Islamabad, PK",
href: "#",
},
label: "Islamabad, PK", href: "#"},
],
},
]}