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 +}