From ee63ab9880f77e0e2d2982956b913aca3ea09883 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7188d6a..2b3ae4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920", imageAlt: "Masjidil Haram in Mecca at night"}, + imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&_wi=1", imageAlt: "Masjidil Haram in Mecca at night"}, { imageSrc: "http://img.b2bpic.net/free-photo/sunset-desert-with-muslim-mosque-foreground_1385-1.jpg", imageAlt: "Kaaba view at sunrise"}, { @@ -76,7 +76,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/islamic-mosque-ceiling_1085-530.jpg", imageAlt: "Blue Mosque Istanbul interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg", imageAlt: "Hot air balloons over Cappadocia valleys"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg?_wi=1", imageAlt: "Hot air balloons over Cappadocia valleys"}, ]} /> @@ -126,7 +126,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Umroh Reguler", price: "Rp 28 Juta", imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920", imageAlt: "Masjidil Haram and Masjid Nabawi", onProductClick: () => {}, + id: "p1", name: "Umroh Reguler", price: "Rp 28 Juta", imageSrc: "https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1920&_wi=2", imageAlt: "Masjidil Haram and Masjid Nabawi", onProductClick: () => {}, isFavorited: false, }, { @@ -142,11 +142,11 @@ export default function LandingPage() { isFavorited: false, }, { - id: "p5", name: "Wisata Turki Klasik", price: "Rp 20 Juta", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920", imageAlt: "Turkey landscape", onProductClick: () => {}, + id: "p5", name: "Wisata Turki Klasik", price: "Rp 20 Juta", imageSrc: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&_wi=1", imageAlt: "Turkey landscape", onProductClick: () => {}, isFavorited: false, }, { - id: "p6", name: "Tour Cappadocia", price: "Rp 15 Juta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg", imageAlt: "Cappadocia balloons", onProductClick: () => {}, + id: "p6", name: "Tour Cappadocia", price: "Rp 15 Juta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700170.jpg?_wi=2", imageAlt: "Cappadocia balloons", onProductClick: () => {}, isFavorited: false, }, ]} @@ -214,7 +214,7 @@ export default function LandingPage() {