diff --git a/src/app/page.tsx b/src/app/page.tsx index 72e95c1..320f4a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,15 +49,15 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg", imageAlt: "Morning Dhikr" }, - { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg", imageAlt: "Evening Dhikr" }, + { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg?_wi=1", imageAlt: "Morning Dhikr" }, + { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg?_wi=2", imageAlt: "Evening Dhikr" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-temple_119272-7.jpg", imageAlt: "After Prayer Dhikr" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-road-highlands_657883-134.jpg", imageAlt: "Travel Dhikr" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/candid-shot-unshaven-young-male-shoes-lying-comfortably-gray-couch-with-portable-computer-his-lap-having-nap-meditating-keeping-his-eyes-closed-listening-relaxing-music_343059-798.jpg", imageAlt: "Sleep Dhikr" }, - { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg", imageAlt: "Islamic Remembrance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tree-bark-through-magnifying-glass_23-2147776833.jpg", imageAlt: "Search Dhikr" }, + { imageSrc: "http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg?_wi=3", imageAlt: "Islamic Remembrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-tree-bark-through-magnifying-glass_23-2147776833.jpg?_wi=1", imageAlt: "Search Dhikr" }, { imageSrc: "http://img.b2bpic.net/free-vector/valentine-s-day-banner-template_23-2148013779.jpg", imageAlt: "Save Favorites" } ]} carouselPosition="right" @@ -76,7 +76,7 @@ export default function LandingPage() { tag="Organized Collection" tagIcon={Bookmark} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg" + imageSrc="http://img.b2bpic.net/free-photo/human-hands-open-palm-up-worship_1150-7243.jpg?_wi=4" imageAlt="Dhikr Categories" mediaAnimation="slide-up" mediaPosition="left" @@ -105,13 +105,13 @@ export default function LandingPage() {