diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f9e229..fb08ef1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg", imageAlt: "Skincare product collection" + imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg?_wi=1", imageAlt: "Skincare product collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=1", imageAlt: "Luminous serum bottle" @@ -96,7 +96,7 @@ export default function LandingPage() { id: "cleanser-001", name: "Gentle Cleansing Gel", price: "$38", variant: "200ml • Purifying", imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-skincare-product_23-2147710586.jpg?_wi=1", imageAlt: "Cleansing gel" }, { - id: "toner-001", name: "Balancing Facial Toner", price: "$42", variant: "150ml • Clarifying", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg", imageAlt: "Facial toner" + id: "toner-001", name: "Balancing Facial Toner", price: "$42", variant: "150ml • Clarifying", imageSrc: "http://img.b2bpic.net/free-photo/spa-concept-with-wooden-bowls_23-2148268453.jpg?_wi=2", imageAlt: "Facial toner" } ]} gridVariant="two-columns-alternating-heights"