Merge version_1_1781563222508 into main #1

Merged
bender merged 2 commits from version_1_1781563222508 into main 2026-06-15 22:41:34 +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": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Products",
"href": "#products"
"name": "Products", "href": "#products"
},
{
"name": "Contact",
"href": "#contact"
"name": "Contact", "href": "#contact"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"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="Mamu Flour"
logoImageSrc="http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299467.jpg"
ctaButton={{
text: "Order Now",
href: "#contact",
}}
text: "Order Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,42 +49,28 @@ export default function Layout() {
brand="Mamu Flour Delivery"
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+91 98765 43210",
href: "tel:+919876543210",
},
label: "+91 98765 43210", href: "tel:+919876543210"},
{
label: "Email Support",
href: "mailto:mamu@delivery.com",
},
label: "Email Support", href: "mailto:mamu@delivery.com"},
],
},
]}
copyright="© 2024 Mamu Flour Delivery. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-appetizing-bakery-food_23-2149299467.jpg"
/>