From 1ff588477afc8a6ec491440f15317e7488eedd72 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:04:47 +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 018aa30..607a226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,13 +87,13 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Ingredients", author: "Sourced Globally", description: "We source only the finest natural and certified ingredients from around the world, ensuring every product meets the highest standards of purity and efficacy.", tags: ["Natural", "Certified"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg", imageAlt: "Premium ingredients showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg?_wi=1", imageAlt: "Premium ingredients showcase"}, { id: "2", title: "Luxury Packaging", author: "Design Excellence", description: "Each product is housed in elegant, eco-conscious packaging that reflects the premium nature of our collection and complements any vanity.", tags: ["Elegant", "Sustainable"], - imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg", imageAlt: "Luxury packaging design"}, + imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg?_wi=1", imageAlt: "Luxury packaging design"}, { id: "3", title: "Dermatologist Tested", author: "Clinically Proven", description: "All our products undergo rigorous dermatological testing to ensure safety, efficacy, and compatibility with all skin types.", tags: ["Tested", "Safe"], - imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "Dermatologist tested products"}, + imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=1", imageAlt: "Dermatologist tested products"}, ]} animationType="slide-up" textboxLayout="default" @@ -109,11 +109,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Luxury Face Moisturizer", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg", imageAlt: "Premium face moisturizer"}, + id: "1", name: "Luxury Face Moisturizer", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232254.jpg?_wi=2", imageAlt: "Premium face moisturizer"}, { - id: "2", name: "Vitamin C Serum Elite", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg", imageAlt: "Luxury vitamin C serum"}, + id: "2", name: "Vitamin C Serum Elite", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242182.jpg?_wi=2", imageAlt: "Luxury vitamin C serum"}, { - id: "3", name: "Luxury Face Mask", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg", imageAlt: "Premium face mask"}, + id: "3", name: "Luxury Face Mask", price: "$79", imageSrc: "http://img.b2bpic.net/free-vector/golden-floral-cards-collection_23-2148004885.jpg?_wi=2", imageAlt: "Premium face mask"}, { id: "4", name: "Gentle Facial Cleanser", price: "$69", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721381.jpg", imageAlt: "Luxury facial cleanser"}, ]}