From cdb460a62daf8d010f1db6975f9b2257dcf17d28 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:58:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 891c0c6..e0a8489 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@elena_luxury", testimonial: "The absolute pinnacle of my daily ritual. Radiant results, every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@jules_refined", testimonial: "Sophisticated, effective, and beautifully curated. A true staple.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@sophie_glow", testimonial: "AURA has transformed my skin. Simply exquisite.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@claire_aura", testimonial: "Unparalleled luxury. My skin has never looked this luminous.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@mark_skin", testimonial: "The perfect blend of science and nature. Essential skincare.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg?_wi=1", imageAlt: "luxury cosmetic bottle marble", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=2" imageAlt="AURA Aesthetics Premium Serum" mediaAnimation="blur-reveal" avatars={[ @@ -163,19 +163,19 @@ export default function LandingPage() { id: "p1", name: "Luminous Serum", price: "$295", - imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=2", }, { id: "p2", name: "Pure Essence", price: "$185", - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=2", }, { id: "p3", name: "Velvet Cream", price: "$245", - imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/water-wave-texture-background-white-design_53876-146640.jpg?_wi=2", }, { id: "p4", @@ -221,7 +221,7 @@ export default function LandingPage() { description: "Seal the glow.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-dressing-table_1157-31079.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1