From 6c80c7e4309e3e1ed17237d008becf7c66108d17 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:55:52 +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 6f9d4a3..0febca2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Ananya Sharma", handle: "@ananyabeauty", testimonial: "The collection is simply stunning. Ordering via WhatsApp was so quick and easy!", 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=1"}, { name: "Priya Verma", handle: "@priyabeauty", testimonial: "Top quality perfumes. Fast service and very responsive team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg?_wi=1"}, { name: "Sarah Khan", handle: "@sarahmakeup", testimonial: "Authentic, high-end makeup. Love the curation!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg?_wi=1"}, { name: "Vikram Seth", handle: "@vikramgifts", testimonial: "Perfect packaging, arrived right on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg?_wi=1"}, { name: "Meera Das", handle: "@meerabeauty", testimonial: "So many amazing variety options. My go-to shop.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=1"}, ]} buttons={[ { @@ -172,15 +172,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Excellent Service", quote: "I am so happy with my purchase. The team was very polite and helpful on call.", name: "Sarah Khan", role: "Makeup Artist", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg"}, + id: "1", title: "Excellent Service", quote: "I am so happy with my purchase. The team was very polite and helpful on call.", name: "Sarah Khan", role: "Makeup Artist", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoors_624325-862.jpg?_wi=2"}, { - id: "2", title: "Great Quality", quote: "The perfumes are 100% authentic. Absolutely love the scent profiles.", name: "Rahul Verma", role: "Perfume Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg"}, + id: "2", title: "Great Quality", quote: "The perfumes are 100% authentic. Absolutely love the scent profiles.", name: "Rahul Verma", role: "Perfume Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-content-media-creator-blogger-sits-her-room-records-video-her-favourite-makeup_1258-254940.jpg?_wi=2"}, { - id: "3", title: "Smooth Process", quote: "The WhatsApp ordering process is so convenient. Highly recommended!", name: "Pooja Singh", role: "Beauty Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg"}, + id: "3", title: "Smooth Process", quote: "The WhatsApp ordering process is so convenient. Highly recommended!", name: "Pooja Singh", role: "Beauty Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-sample-new-toning-cream-her-hand_259150-60069.jpg?_wi=2"}, { - id: "4", title: "Quick Delivery", quote: "My order reached on time and was perfectly packaged. Thank you!", name: "Vikram Seth", role: "Gift Shopper", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg"}, + id: "4", title: "Quick Delivery", quote: "My order reached on time and was perfectly packaged. Thank you!", name: "Vikram Seth", role: "Gift Shopper", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg?_wi=2"}, { - id: "5", title: "Amazing Variety", quote: "The makeup collection is so updated. I find all my favorites here.", name: "Meera Das", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"}, + id: "5", title: "Amazing Variety", quote: "The makeup collection is so updated. I find all my favorites here.", name: "Meera Das", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg?_wi=2"}, ]} title="Words of Beauty" description="See what our lovely customers say." -- 2.49.1