diff --git a/src/app/kids-toys/page.tsx b/src/app/kids-toys/page.tsx index 984e9ae..7ed8376 100644 --- a/src/app/kids-toys/page.tsx +++ b/src/app/kids-toys/page.tsx @@ -18,8 +18,7 @@ export default function KidsToysPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Fruits & Vegetables", href: "/fruits-vegetables" }, { label: "Bakery & Snacks", href: "/bakery-snacks" }, { label: "Grocery Essentials", href: "/grocery-essentials" }, @@ -28,8 +27,7 @@ export default function KidsToysPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About RISEN", href: "/about" }, { label: "Contact Us", href: "/contact" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function KidsToysPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Track Order", href: "#" }, { label: "Returns", href: "#" }, @@ -48,8 +45,7 @@ export default function KidsToysPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Twitter", href: "https://twitter.com" }, @@ -85,57 +81,27 @@ export default function KidsToysPage() {