Update src/components/Layout.tsx
This commit is contained in:
@@ -39,21 +39,21 @@ export default function Layout() {
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Shops", href: "#products" },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Payments", items: [
|
||||
{ label: "KCB / M-Pesa", href: "#" },
|
||||
{ label: "Visa / Mastercard", href: "#" },
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
],
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyright="© 2024 Meru Greenwood Park. All rights reserved."
|
||||
links={[
|
||||
{ label: "Terms", href: "#" },
|
||||
@@ -63,4 +63,4 @@ export default function Layout() {
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user