Update src/app/product/[id]/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ProductPage() {
|
||||
name: "Minimal Modern Tee",
|
||||
price: "$44.99",
|
||||
variant: "White • 3 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/merry-christmas-with-creative-card_23-2147578466.jpg?_wi=8",
|
||||
imageAlt: "Minimal modern design graphic tee",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -33,7 +33,7 @@ export default function ProductPage() {
|
||||
name: "Vibrant Artistic Print",
|
||||
price: "$54.99",
|
||||
variant: "Multi • 4 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gospel-word-concept_23-2148717553.jpg?_wi=9",
|
||||
imageAlt: "Vibrant artistic graphic t-shirt",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -42,7 +42,7 @@ export default function ProductPage() {
|
||||
name: "Contemporary Design Tee",
|
||||
price: "$49.99",
|
||||
variant: "Navy • 6 Colors",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/crystal-typeface_1284-46616.jpg?_wi=9",
|
||||
imageAlt: "Contemporary design graphic tee",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -55,7 +55,7 @@ export default function ProductPage() {
|
||||
handle: "@alexstyle",
|
||||
testimonial: "Amazing quality and design! The fit is perfect and the graphic print is stunning. Already ordered my second tee!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg?_wi=3",
|
||||
imageAlt: "Alex Johnson profile",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function ProductPage() {
|
||||
handle: "@sarahwears",
|
||||
testimonial: "Love these tees! The printing is sharp, the material is soft, and the designs are so unique. Best streetwear brand ever!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-1107.jpg?_wi=3",
|
||||
imageAlt: "Sarah Chen profile",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function ProductPage() {
|
||||
handle: "@marcusfashion",
|
||||
testimonial: "Great tees with excellent customer service. The designs stand out and compliments keep coming. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3",
|
||||
imageAlt: "Marcus Williams profile",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user