From b9f9ce6c29a7cdb57028b8b40702a00548635a97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:17:03 +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 895d3e3..c467866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg?_wi=1" imageAlt="Luxury perfume bottle display" /> @@ -77,7 +77,7 @@ export default function LandingPage() { "Longevity: 85%", "Projection: 90%", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg?_wi=1", }, { id: "2", @@ -86,7 +86,7 @@ export default function LandingPage() { "Longevity: 90%", "Projection: 85%", ], - imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg?_wi=1", }, { id: "3", @@ -95,7 +95,7 @@ export default function LandingPage() { "Longevity: 80%", "Projection: 75%", ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", }, { id: "4", @@ -104,7 +104,7 @@ export default function LandingPage() { "Longevity: 98%", "Projection: 95%", ], - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=1", }, ]} title="Fragrance Collection" @@ -167,22 +167,22 @@ export default function LandingPage() { { id: "1", name: "Alex R.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-small-white-picture-frame_140725-145541.jpg?_wi=2", }, { id: "2", name: "Sarah K.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-whiskey-with-cigar-table-close-up-photo-alcohol-cigar_1157-39195.jpg?_wi=2", }, { id: "3", name: "Marcus D.", - imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-s-accessories-wooden-surface_8353-10515.jpg?_wi=2", }, { id: "4", name: "Elena V.", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", }, ]} /> @@ -212,7 +212,7 @@ export default function LandingPage() { placeholder: "Which fragrance or pack would you like to order?", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cosmetic-bottle-with-luxurious-art-nouveau-inspired-sun-relief-background_23-2151420709.jpg?_wi=2" /> -- 2.49.1