Update src/app/shop/page.tsx

This commit is contained in:
2026-02-16 12:18:43 +00:00
parent 95568b2259
commit 2351b02c2f

View File

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