Update src/app/product/[id]/page.tsx

This commit is contained in:
2026-03-11 07:03:20 +00:00
parent 41491cfe95
commit 2bb6f9e968

View File

@@ -87,7 +87,7 @@ export default function ProductDetailsPage() {
tag="Featured Product"
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074264.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074264.jpg?_wi=4"
imageAlt="SmartFlow Pro wireless earbuds premium showcase"
buttons={[
{
@@ -111,7 +111,7 @@ export default function ProductDetailsPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074264.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074264.jpg?_wi=5"
imageAlt="Product specifications and design details"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -157,7 +157,7 @@ export default function ProductDetailsPage() {
price: "$49.99",
rating: 4,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-134342.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/labels-plants-florist-shop_53876-134342.jpg?_wi=3",
imageAlt: "Minimalist desk organizer set",
isFavorited: false,
},
@@ -168,7 +168,7 @@ export default function ProductDetailsPage() {
price: "$199.99",
rating: 4,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/women-wear-wristbands-exercise-stand-against-wall_1150-16546.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/women-wear-wristbands-exercise-stand-against-wall_1150-16546.jpg?_wi=3",
imageAlt: "Smart fitness tracking watch",
isFavorited: false,
},
@@ -179,7 +179,7 @@ export default function ProductDetailsPage() {
price: "$89.99",
rating: 5,
reviewCount: "743",
imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-lamp-plants_23-2148745749.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/desk-arrangement-with-lamp-plants_23-2148745749.jpg?_wi=4",
imageAlt: "Modern adjustable LED desk lamp",
isFavorited: false,
},