From 5f3a1a1ed0be5c67ef84db9689a4e5cc27b4e0f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:08:01 +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 e2a310f..f54ec5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { }, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Premium red fragrance" + "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=1", imageAlt: "Premium red fragrance" }, { imageSrc: - "http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Elegant women perfume" + "http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=1", imageAlt: "Elegant women perfume" }, { imageSrc: - "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Modern unisex fragrance" + "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=1", imageAlt: "Modern unisex fragrance" }, { imageSrc: - "http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Signature limited edition" + "http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=1", imageAlt: "Signature limited edition" }, { imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal collection showcase" + "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=1", imageAlt: "Seasonal collection showcase" }, ]} background={{ variant: "sparkles-gradient" }} @@ -104,27 +104,27 @@ export default function LandingPage() { { id: "1", brand: "Smell Good", name: "Midnight Elegance", price: "$89.99", rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Midnight Elegance cologne" + "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=2", imageAlt: "Midnight Elegance cologne" }, { id: "2", brand: "Smell Good", name: "Blossom Essence", price: "$79.99", rating: 5, reviewCount: "298", imageSrc: - "http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Blossom Essence perfume" + "http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=2", imageAlt: "Blossom Essence perfume" }, { id: "3", brand: "Smell Good", name: "Urban Harmony", price: "$84.99", rating: 5, reviewCount: "267", imageSrc: - "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Urban Harmony unisex fragrance" + "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=2", imageAlt: "Urban Harmony unisex fragrance" }, { id: "4", brand: "Smell Good", name: "Luxe Signature", price: "$119.99", rating: 5, reviewCount: "185", imageSrc: - "http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Luxe Signature limited edition" + "http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=2", imageAlt: "Luxe Signature limited edition" }, { id: "5", brand: "Smell Good", name: "Seasonal Trio", price: "$149.99", rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal Trio collection" + "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=2", imageAlt: "Seasonal Trio collection" }, ]} gridVariant="three-columns-all-equal-width" -- 2.49.1