diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ed542df..4f417e8 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -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() { ); -} +} \ No newline at end of file