diff --git a/src/app/page.tsx b/src/app/page.tsx index ec32c83..1a7619a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { name: "Olivia", handle: "@beautybuzz", testimonial: "The lipsticks stay on all day and don't dry out my lips. Just perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girl-summer-field_1157-25015.jpg"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-collection-supplies-one-color_23-2149669197.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-collection-supplies-one-color_23-2149669197.jpg?_wi=1" imageAlt="Luxurious makeup collection" mediaAnimation="slide-up" avatars={[ @@ -115,21 +115,21 @@ export default function LandingPage() { features={[ { title: "Vegan & Cruelty-Free", description: "Kind to the planet, kind to your skin. We only use ethically sourced ingredients.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-supplies-one-color_23-2149669197.jpg", imageAlt: "skincare and makeup routine aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-supplies-one-color_23-2149669197.jpg?_wi=2", imageAlt: "skincare and makeup routine aesthetic" }, items: [], reverse: false }, { title: "Long-Wear Formulas", description: "Designed to last from day to night without smudging or fading.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg", imageAlt: "skincare and makeup routine aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg?_wi=1", imageAlt: "skincare and makeup routine aesthetic" }, items: [], reverse: true }, { title: "Professional Pigmentation", description: "Rich colors that show up beautifully on every skin tone and texture.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-eyeshadow-white-background_23-2150252039.jpg", imageAlt: "skincare and makeup routine aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-eyeshadow-white-background_23-2150252039.jpg?_wi=1", imageAlt: "skincare and makeup routine aesthetic" }, items: [], reverse: false @@ -148,9 +148,9 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Signature Lipstick", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg"}, + id: "p1", name: "Signature Lipstick", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-red-silk_23-2148978202.jpg?_wi=2"}, { - id: "p2", name: "Velvet Shadow Palette", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-eyeshadow-white-background_23-2150252039.jpg"}, + id: "p2", name: "Velvet Shadow Palette", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-eyeshadow-white-background_23-2150252039.jpg?_wi=2"}, { id: "p3", name: "Luminous Foundation", price: "$38.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-foundation-containers-assortment_23-2149705552.jpg"}, {