From c685cf814a371ccb3e4fbd5174a146bde9f2a277 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:20:51 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 456bf66..39eb0a3 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -11,16 +11,16 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ProductsPage() { const allProducts = [ { - id: "1", name: "Luminous Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg", imageAlt: "Luminous Serum bottle" + id: "1", name: "Luminous Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=2", imageAlt: "Luminous Serum bottle" }, { - id: "2", name: "Deep Moisture Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/woman-caring-her-skin-standing-near-mirror-bathroom_1301-3694.jpg", imageAlt: "Deep Moisture Cream jar" + id: "2", name: "Deep Moisture Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/woman-caring-her-skin-standing-near-mirror-bathroom_1301-3694.jpg?_wi=2", imageAlt: "Deep Moisture Cream jar" }, { - id: "3", name: "Pure Radiance Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-spa-essentials-background-home-decor_53876-128208.jpg", imageAlt: "Pure Radiance Cleanser" + id: "3", name: "Pure Radiance Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-spa-essentials-background-home-decor_53876-128208.jpg?_wi=2", imageAlt: "Pure Radiance Cleanser" }, { - id: "4", name: "Overnight Recovery Mask", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg", imageAlt: "Overnight Recovery Mask jar" + id: "4", name: "Overnight Recovery Mask", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=3", imageAlt: "Overnight Recovery Mask jar" } ]; @@ -60,7 +60,7 @@ export default function ProductsPage() { { text: "Back to Home", href: "/" } ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-pleased-curly-haired-woman-puts-green-hydrogel-patches-eyes-rejuvenate-skin-smiles-tenderly-poses-bare-shoulders-isolated-beige-studio-background-beauty-concept_273609-59328.jpg" + imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-pleased-curly-haired-woman-puts-green-hydrogel-patches-eyes-rejuvenate-skin-smiles-tenderly-poses-bare-shoulders-isolated-beige-studio-background-beauty-concept_273609-59328.jpg?_wi=2" imageAlt="Radiant Skin Product Collection" frameStyle="card" mediaAnimation="slide-up" @@ -191,7 +191,7 @@ export default function ProductsPage() { id: "5", title: "Can I purchase products in different variants together?", content: "Absolutely! Mix and match different variants to create your perfect bundle. Our bundle pricing applies to any combination of our products, so you might purchase a standard 50ml Deep Moisture Cream with a 15ml Travel Size Serum, and both receive the bundle discount. This flexibility makes it easy to build the perfect routine for your needs." } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-doing-self-care-treatment-home_23-2148974362.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-doing-self-care-treatment-home_23-2148974362.jpg?_wi=2" imageAlt="Product skincare routine" mediaAnimation="slide-up" mediaPosition="right"