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

This commit is contained in:
2026-03-10 09:58:53 +00:00
parent 491adb8bec
commit 3c09df352e

View File

@@ -24,7 +24,7 @@ const productDetails: Record<string, any> = {
price: "$299.99",
description: "Experience premium sound quality with active noise cancellation. 30-hour battery life, premium materials, and comfortable all-day wear.",
variant: "Silver • Noise Cancelling • 30hr Battery",
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=5",
imageAlt: "Premium wireless headphones",
},
"2": {
@@ -32,7 +32,7 @@ const productDetails: Record<string, any> = {
price: "$189.99",
description: "Handcrafted Italian leather backpack with premium materials. Waterproof, spacious, and designed for modern professionals.",
variant: "Black • Italian Leather • Waterproof",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=5",
imageAlt: "Luxury leather backpack",
},
"3": {
@@ -40,7 +40,7 @@ const productDetails: Record<string, any> = {
price: "$349.99",
description: "Latest designer smartwatch with AMOLED screen and 7-day battery. Premium build quality, advanced health tracking, and seamless connectivity.",
variant: "Gold • AMOLED Screen • 7 Days Battery",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=5",
imageAlt: "Designer smartwatch",
},
};
@@ -104,7 +104,7 @@ export default function ProductPage() {
name: "Premium Wireless Headphones",
price: "$299.99",
variant: "Silver • Noise Cancelling • 30hr Battery",
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=6",
imageAlt: "Premium wireless headphones",
isFavorited: false,
onProductClick: () => {
@@ -116,7 +116,7 @@ export default function ProductPage() {
name: "Luxury Leather Backpack",
price: "$189.99",
variant: "Black • Italian Leather • Waterproof",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=6",
imageAlt: "Luxury leather backpack",
isFavorited: false,
onProductClick: () => {
@@ -128,7 +128,7 @@ export default function ProductPage() {
name: "Designer Smartwatch",
price: "$349.99",
variant: "Gold • AMOLED Screen • 7 Days Battery",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=6",
imageAlt: "Designer smartwatch",
isFavorited: false,
onProductClick: () => {