Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 08:12:04 +00:00
parent da83a73f38
commit fb5e36b068

View File

@@ -54,7 +54,7 @@ export default function ProductsPage() {
id: "natural-color-deep-brown",
name: "Natural Color System - Deep Brown",
price: "€89.00",
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-44179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-44179.jpg?_wi=2",
imageAlt: "Natural Color System - Deep Brown",
initialQuantity: 1,
},
@@ -62,7 +62,7 @@ export default function ProductsPage() {
id: "natural-color-blonde",
name: "Natural Color System - Golden Blonde",
price: "€89.00",
imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-beauty-product-bottles-advertising-banner_33099-1799.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/cosmetics-beauty-product-bottles-advertising-banner_33099-1799.jpg?_wi=2",
imageAlt: "Natural Color System - Golden Blonde",
initialQuantity: 1,
},
@@ -70,7 +70,7 @@ export default function ProductsPage() {
id: "natural-color-red",
name: "Natural Color System - Vibrant Red",
price: "€89.00",
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-44179.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wave-sandstone-rock-formations-arizona-united-states_181624-44179.jpg?_wi=3",
imageAlt: "Natural Color System - Vibrant Red",
initialQuantity: 1,
},
@@ -78,7 +78,7 @@ export default function ProductsPage() {
id: "capsule-auburn",
name: "Capsule Color System - Auburn",
price: "€79.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills_23-2148533046.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills_23-2148533046.jpg?_wi=2",
imageAlt: "Capsule Color System - Auburn",
initialQuantity: 1,
},
@@ -86,7 +86,7 @@ export default function ProductsPage() {
id: "capsule-espresso",
name: "Capsule Color System - Espresso",
price: "€79.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills_23-2148533046.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills_23-2148533046.jpg?_wi=3",
imageAlt: "Capsule Color System - Espresso",
initialQuantity: 1,
},
@@ -94,7 +94,7 @@ export default function ProductsPage() {
id: "premium-shampoo",
name: "Premium Botanical Shampoo",
price: "€45.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238253.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238253.jpg?_wi=2",
imageAlt: "Premium Botanical Shampoo",
initialQuantity: 1,
},
@@ -102,7 +102,7 @@ export default function ProductsPage() {
id: "color-treatment",
name: "Color-Protecting Treatment Mask",
price: "€55.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-slugging-night-routine_23-2150396588.jpg?_wi=2",
imageAlt: "Color-Protecting Treatment Mask",
initialQuantity: 1,
},
@@ -110,7 +110,7 @@ export default function ProductsPage() {
id: "starter-kit",
name: "Starter Luxury Kit",
price: "€199.00",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-men-cologne-box-heart-shaped-box-flowers-table_140725-144825.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-men-cologne-box-heart-shaped-box-flowers-table_140725-144825.jpg?_wi=2",
imageAlt: "Starter Luxury Kit with complete range",
initialQuantity: 1,
},
@@ -137,7 +137,7 @@ export default function ProductsPage() {
role: "Salon Owner",
company: "Studio Marco - Milan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-entrepreneur-wearing-white-shirt-posing-standing-with-crossed-arms-indoors_7502-9695.jpg?_wi=2",
imageAlt: "Marco Colombo",
},
{
@@ -146,7 +146,7 @@ export default function ProductsPage() {
role: "Professional Stylist",
company: "Bella Salon - Rome",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-glad-pretty-woman-dark-sweater-standing-near-lamps_114579-81875.jpg?_wi=2",
imageAlt: "Giulia Rossi",
},
{
@@ -155,7 +155,7 @@ export default function ProductsPage() {
role: "Loyal Customer",
company: "Beauty Enthusiast",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg?_wi=2",
imageAlt: "Alessandra Bianchi",
},
]}