Update src/app/cart/page.tsx
This commit is contained in:
@@ -94,7 +94,7 @@ export default function CartPage() {
|
||||
id: 1,
|
||||
title: "Review Your Items",
|
||||
description: "Verify all products in your cart. Check sizes, colors, and quantities. Make any adjustments needed before proceeding.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-gym-elements_23-2147915647.jpg?_wi=4",
|
||||
buttons: [
|
||||
{ text: "Continue Shopping", href: "/shop" },
|
||||
],
|
||||
@@ -103,7 +103,7 @@ export default function CartPage() {
|
||||
id: 2,
|
||||
title: "Shipping & Delivery",
|
||||
description: "Select your preferred shipping method. We offer fast, reliable delivery to get your order to you quickly and safely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-helping-kid-putting-shoe_23-2149328035.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-helping-kid-putting-shoe_23-2149328035.jpg?_wi=3",
|
||||
buttons: [
|
||||
{ text: "Choose Shipping", href: "#shipping" },
|
||||
],
|
||||
@@ -112,7 +112,7 @@ export default function CartPage() {
|
||||
id: 3,
|
||||
title: "Secure Payment",
|
||||
description: "Complete your purchase with our secure payment system. We accept all major credit cards and digital payment methods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-neatly-organized-arranged-sport-items_23-2150275244.jpg?_wi=2",
|
||||
buttons: [
|
||||
{ text: "Proceed to Payment", href: "#payment" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user