From 2351b02c2f17a33a0f977ffd4e169bb0aac61a7d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 12:18:43 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 0310857..d218413 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,11 +39,12 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -85,11 +86,12 @@ export default function ShopPage() { navItems={[ { name: "Home", id: "/" }, { name: "Shop", id: "/shop" }, + { name: "Support", id: "support" }, { name: "Contact", id: "contact" } ]} brandName="Go to Car" bottomLeftText="Premium Vehicle Rentals" - bottomRightText="hello@gotocar.com" + bottomRightText="rentcar@webild.io" button={{ text: "Cart", onClick: () => setCartOpen(true) }} />