From bcaa8010e7aed05eb4d7d2000781f62fd16bfcdd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:47:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 74 ++++++++++-------------------------------- 1 file changed, 17 insertions(+), 57 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5c8f7da..fda1f9f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,9 +34,7 @@ export default function AboutPage() { brandName="ShopHub" navItems={navItems} button={{ - text: "View Cart", - href: "/cart", - }} + text: "View Cart", href: "/cart"}} /> @@ -44,19 +42,13 @@ export default function AboutPage() { ); -} \ No newline at end of file +}