diff --git a/src/app/page.tsx b/src/app/page.tsx index 927429f..e35d4e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-premium-electronics-product-showcase-f-1772722451818-3388085d.png", imageAlt: "Premium smartphone showcase" + id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-premium-electronics-product-showcase-f-1772722451818-3388085d.png?_wi=1", imageAlt: "Premium smartphone showcase" }, { - id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-flat-lay-arrangement-of-electronic-acc-1772722454971-751bc002.png", imageAlt: "Electronic accessories collection" + id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-flat-lay-arrangement-of-electronic-acc-1772722454971-751bc002.png?_wi=1", imageAlt: "Electronic accessories collection" }, { - id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-modern-smartwatch-or-wearable-device-d-1772722451693-5ab5bed7.png", imageAlt: "Smartwatch display" + id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-modern-smartwatch-or-wearable-device-d-1772722451693-5ab5bed7.png?_wi=1", imageAlt: "Smartwatch display" }, { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-collection-of-consumer-electronics-inc-1772722452542-b27471aa.png", imageAlt: "Electronics collection" @@ -90,13 +90,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "ProTech Smartphone", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-premium-electronics-product-showcase-f-1772722451818-3388085d.png", imageAlt: "ProTech Smartphone" + id: "1", name: "ProTech Smartphone", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-premium-electronics-product-showcase-f-1772722451818-3388085d.png?_wi=2", imageAlt: "ProTech Smartphone" }, { - id: "2", name: "UltraSync Earbuds", price: "$249", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-flat-lay-arrangement-of-electronic-acc-1772722454971-751bc002.png", imageAlt: "UltraSync Earbuds" + id: "2", name: "UltraSync Earbuds", price: "$249", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-flat-lay-arrangement-of-electronic-acc-1772722454971-751bc002.png?_wi=2", imageAlt: "UltraSync Earbuds" }, { - id: "3", name: "SmartLife Watch", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-modern-smartwatch-or-wearable-device-d-1772722451693-5ab5bed7.png", imageAlt: "SmartLife Watch" + id: "3", name: "SmartLife Watch", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWy0SLNfMAJ3j0EybxAULsTJOv/a-modern-smartwatch-or-wearable-device-d-1772722451693-5ab5bed7.png?_wi=2", imageAlt: "SmartLife Watch" } ]} />