From 27fa5910b1da46b1eb5baac8b041f5e905041e69 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:14:43 +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 6d9621a..7794916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,10 +84,10 @@ export default function LandingPage() { title: "AI Property Matchmaker", description: "Temukan properti yang paling sesuai dengan profil risiko dan gaya hidup Anda dalam hitungan detik.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", imageAlt: "Smart home automation tablet" + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=1", imageAlt: "Smart home automation tablet" }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", imageAlt: "Smart home automation tablet" + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=2", imageAlt: "Smart home automation tablet" }, ], }, @@ -95,10 +95,10 @@ export default function LandingPage() { title: "Investment Insights", description: "Analisis data historis dan prediksi pertumbuhan nilai properti secara real-time.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", imageAlt: "Financial analysis chart" + imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg?_wi=1", imageAlt: "Financial analysis chart" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", imageAlt: "Financial analysis chart" + imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg?_wi=2", imageAlt: "Financial analysis chart" }, ], }, @@ -106,10 +106,10 @@ export default function LandingPage() { title: "Seamless Closing", description: "Proses hukum dan dokumen yang terintegrasi secara digital, aman, dan transparan.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg", imageAlt: "Digital contract signing" + imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg?_wi=1", imageAlt: "Digital contract signing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg", imageAlt: "Digital contract signing" + imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg?_wi=2", imageAlt: "Digital contract signing" }, ], }, -- 2.49.1