Update src/components/Layout.tsx

This commit is contained in:
2026-06-14 14:34:35 +00:00
parent cc2cfeeb36
commit b8a66eb619

View File

@@ -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>
);
}
}