Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user