diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index a776e62..0e5e216 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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"
/>