Update src/app/product/[id]/page.tsx
This commit is contained in:
@@ -23,7 +23,7 @@ export default function ProductDetailPage() {
|
||||
id: "prod-007",
|
||||
name: "Premium Bluetooth Speaker",
|
||||
price: "$89.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=3",
|
||||
imageAlt: "Premium Bluetooth speaker with high-quality audio",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -31,7 +31,7 @@ export default function ProductDetailPage() {
|
||||
id: "prod-008",
|
||||
name: "Wireless Charging Pad",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-headphones_23-2148912820.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-headphones_23-2148912820.jpg?_wi=2",
|
||||
imageAlt: "Fast wireless charging pad for smartphones",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -39,7 +39,7 @@ export default function ProductDetailPage() {
|
||||
id: "prod-009",
|
||||
name: "Portable USB-C Hub",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-connecting-ssd-laptop_23-2149328250.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-connecting-ssd-laptop_23-2149328250.jpg?_wi=3",
|
||||
imageAlt: "Multi-port USB-C hub for connectivity",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -47,7 +47,7 @@ export default function ProductDetailPage() {
|
||||
id: "prod-010",
|
||||
name: "Screen Protector Pack",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gaming-setup-with-rgb-light_181624-60125.jpg?_wi=3",
|
||||
imageAlt: "Tempered glass screen protector pack",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -59,7 +59,7 @@ export default function ProductDetailPage() {
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Excellent product quality and fast delivery! The wireless headphones exceeded my expectations with amazing sound quality and comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
imageAlt: "Customer Sarah Johnson photo",
|
||||
icon: Heart,
|
||||
},
|
||||
@@ -68,7 +68,7 @@ export default function ProductDetailPage() {
|
||||
name: "Michael Chen",
|
||||
role: "Tech Enthusiast",
|
||||
testimonial: "Best purchase I've made on ShopHub! The build quality is solid, battery lasts forever, and the customer service was incredibly helpful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2",
|
||||
imageAlt: "Customer Michael Chen photo",
|
||||
icon: Star,
|
||||
},
|
||||
@@ -77,7 +77,7 @@ export default function ProductDetailPage() {
|
||||
name: "Emily Rodriguez",
|
||||
role: "Verified Buyer",
|
||||
testimonial: "Perfect for my lifestyle! These headphones are comfortable for long listening sessions and the noise cancellation is fantastic. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-near-her-office-bright-summer-day_613910-3360.jpg?_wi=2",
|
||||
imageAlt: "Customer Emily Rodriguez photo",
|
||||
icon: Heart,
|
||||
},
|
||||
@@ -194,7 +194,7 @@ export default function ProductDetailPage() {
|
||||
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=2"
|
||||
imageAlt="Customer support and product assistance"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={faqs}
|
||||
|
||||
Reference in New Issue
Block a user