From 05bec8a585e136c072a61837dfd4b48c05ff28c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:48:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7cf1eb..49e827e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639870.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blue-nail-polish_23-2147710612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-nail-polish_23-2147710612.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/original-glass-vase-with-angel-top-green-branch_1304-2744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/original-glass-vase-with-angel-top-green-branch_1304-2744.jpg?_wi=1", imageAlt: "Luxury Fragrance Bottle 6", }, ]} @@ -109,42 +109,42 @@ export default function LandingPage() { id: "p1", name: "Velvet Oud", price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg?_wi=2", imageAlt: "Velvet Oud Fragrance", }, { id: "p2", name: "Marine Mist", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg?_wi=2", imageAlt: "Marine Mist Fragrance", }, { id: "p3", name: "Sandalwood Noir", price: "$210", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg?_wi=2", imageAlt: "Sandalwood Noir Fragrance", }, { id: "p4", name: "Amber Twilight", price: "$195", - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639870.jpg?_wi=2", imageAlt: "Amber Twilight Fragrance", }, { id: "p5", name: "Bergamot Bliss", price: "$140", - imageSrc: "http://img.b2bpic.net/free-photo/blue-nail-polish_23-2147710612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-nail-polish_23-2147710612.jpg?_wi=2", imageAlt: "Bergamot Bliss Fragrance", }, { id: "p6", name: "Cedar Path", price: "$175", - imageSrc: "http://img.b2bpic.net/free-photo/original-glass-vase-with-angel-top-green-branch_1304-2744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/original-glass-vase-with-angel-top-green-branch_1304-2744.jpg?_wi=2", imageAlt: "Cedar Path Fragrance", }, ]} @@ -161,19 +161,19 @@ export default function LandingPage() { { title: "Warm & Sensuous", description: "Rich notes for intimate evenings.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-still-life-with-glasses_23-2147975934.jpg?_wi=3", imageAlt: "Warm Collection", }, { title: "Fresh & Aquatic", description: "Crisp scents for everyday elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-flower-decor-transparent-vase_23-2149270658.jpg?_wi=3", imageAlt: "Fresh Collection", }, { title: "Dark & Woody", description: "Deep tones for grounded confidence.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176113.jpg?_wi=3", imageAlt: "Dark Collection", }, ]} -- 2.49.1