From ea29f5f0878ecf93dfcdd50d17d8a486296633e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:19 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 07b6ec4..87f5b60 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,12 +36,7 @@ function ShopPageContent() { console.log("cart") }} /> @@ -54,9 +49,12 @@ function ShopPageContent() { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Contact Us", href: "/contact" } + ] + } ]} /> @@ -83,12 +81,7 @@ function ShopPageContent() { console.log("cart") }} /> @@ -109,9 +102,12 @@ function ShopPageContent() { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Contact Us", href: "/contact" } + ] + } ]} />