From 9795f0792cef980fe8bf4c6c4b5e508f5e2e009b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 13:55:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05539aa..328c441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,14 +122,14 @@ export default function LandingPage() { name: "Royal Amber Oud", price: "$60", variant: "Best Seller", - imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg?_wi=1", }, { id: "2", name: "Midnight Musk Oud", price: "$55", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg?_wi=1", }, { id: "3", @@ -170,7 +170,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Best oud I’ve ever owned.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=1", }, { id: "2", @@ -202,7 +202,7 @@ export default function LandingPage() { handle: "@elenav", testimonial: "The depth of these scents is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg?_wi=2", }, ]} showRating={true} @@ -238,13 +238,13 @@ export default function LandingPage() { id: 1, title: "Sustainably Sourced", description: "We partner with local harvesters to ensure the highest quality ethical agarwood.", - imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/liquor-beautiful-glass-bottle_176474-6070.jpg?_wi=2", }, { id: 2, title: "Artisanal Blending", description: "Each scent is matured for six months to achieve perfect aromatic complexity.", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rustic-jar-blends-ancient-beauty-nature-design-generated-by-ai_188544-26224.jpg?_wi=2", }, ]} /> -- 2.49.1