From cda0b17cec55556174d2332897cfbb9c5d6b65a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:28:35 +0000 Subject: [PATCH 1/2] Update src/app/kids-toys/page.tsx --- src/app/kids-toys/page.tsx | 93 ++++++++------------------------------ 1 file changed, 18 insertions(+), 75 deletions(-) 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() { Date: Mon, 9 Mar 2026 08:28:35 +0000 Subject: [PATCH 2/2] Update src/app/kitchen-crockery/page.tsx --- src/app/kitchen-crockery/page.tsx | 95 +++++++------------------------ 1 file changed, 19 insertions(+), 76 deletions(-) diff --git a/src/app/kitchen-crockery/page.tsx b/src/app/kitchen-crockery/page.tsx index 8c1106a..65b8009 100644 --- a/src/app/kitchen-crockery/page.tsx +++ b/src/app/kitchen-crockery/page.tsx @@ -18,8 +18,7 @@ export default function KitchenCrockeryPage() { 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 KitchenCrockeryPage() { ], }, { - 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 KitchenCrockeryPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Track Order", href: "#" }, { label: "Returns", href: "#" }, @@ -48,8 +45,7 @@ export default function KitchenCrockeryPage() { ], }, { - 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 KitchenCrockeryPage() {