diff --git a/src/app/page.tsx b/src/app/page.tsx index e41da63..f088001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg" imageAlt="Premium skincare product collection" mediaAnimation="blur-reveal" frameStyle="card" @@ -84,7 +84,7 @@ export default function LandingPage() { id: "1", name: "Radiance Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-with-flower_23-2149249545.jpg", imageAlt: "Radiance Serum bottle" }, { - id: "2", name: "Luminous Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Luminous Moisturizer jar" + id: "2", name: "Luminous Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Luminous Moisturizer jar" }, { id: "3", name: "Gentle Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963077.jpg", imageAlt: "Gentle Cleanser bottle"