From faf574aadbf12588a1479f885749714a9f715650 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 09:44:18 +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 15382c0..2988098 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "@aria.skin", testimonial: "My skin has never felt more alive. Truly radiant!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg?_wi=1", }, { name: "Elena", handle: "@elena.beauty", testimonial: "Pure, simple, and effective. A must have ritual.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1706.jpg?_wi=1", }, { name: "Sofia", handle: "@sofi.glow", testimonial: "The glow is real! I love the natural ingredients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-cream-face-while-looking-mirror_23-2148875050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-cream-face-while-looking-mirror_23-2148875050.jpg?_wi=1", }, { name: "Maya", handle: "@maya.lux", testimonial: "Finally found the perfect balance for my skin type.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg?_wi=1", }, { name: "Chloe", handle: "@chloe.pure", testimonial: "The best organic glow I've ever experienced!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg?_wi=2", }, ]} buttons={[ @@ -211,27 +211,27 @@ export default function LandingPage() { { id: "1", name: "Sarah", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg?_wi=3", }, { id: "2", name: "Julie", - imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-cute-woman-outdoors_624325-1706.jpg?_wi=2", }, { id: "3", name: "Kelsey", - imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-cream-face-while-looking-mirror_23-2148875050.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-applying-cream-face-while-looking-mirror_23-2148875050.jpg?_wi=2", }, { id: "4", name: "Jasmine", - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg?_wi=2", }, { id: "5", name: "Emma", - imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/laughing-girl-brushing-hair-strands-with-hand-smiling-front_176420-38003.jpg?_wi=4", }, ]} cardTitle="Loved by Thousands" -- 2.49.1