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) }} />