diff --git a/src/app/page.tsx b/src/app/page.tsx index 105ddbf..9b05adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,19 +68,19 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "Luxury cologne collection"}, { 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: "aurora" }} ariaLabel="Hero section featuring premium cologne collection" @@ -98,23 +98,23 @@ 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" animationType="slide-up"