From d2eb8f8fe4ff4e33d362767b7ae63099b0b47cad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:50:32 +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 e0a7abd..a076dd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Midnight Bloom Perfume"}, + id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=1", imageAlt: "Midnight Bloom Perfume"}, { - id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Rose Garden Perfume"}, + id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=1", imageAlt: "Rose Garden Perfume"}, { - id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Oud Essence Perfume"}, + id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=1", imageAlt: "Oud Essence Perfume"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -102,11 +102,11 @@ export default function LandingPage() { description="Experience the finest in fragrance craftsmanship" features={[ { - id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Premium ingredients selection"}, + id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=2", imageAlt: "Premium ingredients selection"}, { - id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Perfume blending process"}, + id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=2", imageAlt: "Perfume blending process"}, { - id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Fragrance performance showcase"}, + id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=2", imageAlt: "Fragrance performance showcase"}, ]} textboxLayout="default" animationType="slide-up"