Update src/app/cart/page.tsx
This commit is contained in:
@@ -23,7 +23,7 @@ export default function CartPage() {
|
||||
id: "prod-011",
|
||||
name: "Protective Phone Case",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-listening-music-home_1301-6824.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-listening-music-home_1301-6824.jpg?_wi=4",
|
||||
imageAlt: "Durable protective phone case",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -31,7 +31,7 @@ export default function CartPage() {
|
||||
id: "prod-012",
|
||||
name: "Screen Cleaning Kit",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-camera-recording-football-match_1137-258.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-camera-recording-football-match_1137-258.jpg?_wi=3",
|
||||
imageAlt: "Professional screen cleaning kit",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -39,7 +39,7 @@ export default function CartPage() {
|
||||
id: "prod-013",
|
||||
name: "Cable Organizer",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checks-time-smartwatch-after-cardio-workout-going-start-pilates-exercising-dressed-beige-tracksuit-strolls-urban-setting_273609-54835.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checks-time-smartwatch-after-cardio-workout-going-start-pilates-exercising-dressed-beige-tracksuit-strolls-urban-setting_273609-54835.jpg?_wi=3",
|
||||
imageAlt: "Cable management organizer",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -47,7 +47,7 @@ export default function CartPage() {
|
||||
id: "prod-014",
|
||||
name: "Desktop Stand Mount",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-technological-devices-coffee-mug_23-2147650314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-technological-devices-coffee-mug_23-2147650314.jpg?_wi=3",
|
||||
imageAlt: "Adjustable desktop stand mount",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -191,7 +191,7 @@ export default function CartPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/female-call-center-agent-design_23-2147946177.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/female-call-center-agent-design_23-2147946177.jpg?_wi=3"
|
||||
imageAlt="Checkout and customer support assistance"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={cartFaqs}
|
||||
|
||||
Reference in New Issue
Block a user