diff --git a/src/app/page.tsx b/src/app/page.tsx index fe75e6f..a8b404b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-products-arrangement_23-2149249585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-products-arrangement_23-2149249585.jpg?_wi=1", imageAlt: "Luxury beauty editorial", }, { - imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg?_wi=1", imageAlt: "Elegant lifestyle portrait", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { description: "Handcrafted for luxury.", bentoComponent: "reveal-icon", icon: Palette, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-products-arrangement_23-2149249585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-products-arrangement_23-2149249585.jpg?_wi=2", imageAlt: "Skin regeneration product still life", }, { @@ -157,7 +157,7 @@ export default function LandingPage() { description: "Bringing beauty to all.", bentoComponent: "reveal-icon", icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-beige-wedding-shoes-circled-around-engagement-ring-middle_8353-10521.jpg?_wi=2", imageAlt: "Skin regeneration product still life", }, ]}