From 92e11a94fcabeb96be04c92e44146604a660f929 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:23:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d59847..d1d70f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { }, { id: "3", brand: "Luxé Parfum", name: "Amber Dreams", price: "$205.00", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg", imageAlt: "Amber Dreams perfume" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=1", imageAlt: "Amber Dreams perfume" }, { id: "4", brand: "Luxé Parfum", name: "Vanilla Silk", price: "$175.00", rating: 4, @@ -88,7 +88,7 @@ export default function LandingPage() { }, { id: "5", brand: "Luxé Parfum", name: "Dark Musk", price: "$210.00", rating: 5, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg", imageAlt: "Dark Musk perfume" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=2", imageAlt: "Dark Musk perfume" }, { id: "6", brand: "Luxé Parfum", name: "Citrus Zest", price: "$165.00", rating: 4, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { id: "3", name: "Michelle Chen", handle: "@michelle_style", testimonial: "I've been a loyal customer for three years now. The quality is unmatched and their customer service is exceptional. Luxé Parfum is worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Michelle Chen" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=1", imageAlt: "Michelle Chen" }, { id: "4", name: "Victoria Rose", handle: "@victoria_rose", testimonial: "The Amber Dreams collection is exactly what I needed. Sophisticated, elegant, and long-lasting. Luxé Parfum has elevated my daily routine to something truly special.", rating: 5, @@ -145,7 +145,7 @@ export default function LandingPage() { }, { id: "6", name: "Alexandra Moore", handle: "@alex_luxe", testimonial: "The packaging alone is worth the investment, but the fragrance itself is pure bliss. Luxé Parfum has transformed my appreciation for quality beauty products.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg", imageAlt: "Alexandra Moore" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-relaxed-serious-woman-leaning-wall_1262-1750.jpg?_wi=2", imageAlt: "Alexandra Moore" } ]} /> -- 2.49.1