From 9faf931f9e3ac5221f84b107be4cbd285d3cf5c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:14:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe29e5c..8a94b2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,8 +57,8 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150062317.jpg", imageAlt: "Student success education loan" }, - { imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg", imageAlt: "Easy accessible platform" }, - { imageSrc: "http://img.b2bpic.net/free-vector/check-mark-star-hand-drawn_78370-4465.jpg", imageAlt: "Fast approval process" } + { imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg?_wi=1", imageAlt: "Easy accessible platform" }, + { imageSrc: "http://img.b2bpic.net/free-vector/check-mark-star-hand-drawn_78370-4465.jpg?_wi=1", imageAlt: "Fast approval process" } ]} mediaAnimation="slide-up" /> @@ -85,7 +85,7 @@ export default function LandingPage() { id: "1", title: "Quick Approval", descriptions: [ "Get approval in as little as 24 hours with our streamlined digital process", "Real-time application tracking from submission to disbursement", "Dedicated support team available throughout your journey" ], - imageSrc: "http://img.b2bpic.net/free-vector/check-mark-star-hand-drawn_78370-4465.jpg", imageAlt: "Fast approval process" + imageSrc: "http://img.b2bpic.net/free-vector/check-mark-star-hand-drawn_78370-4465.jpg?_wi=2", imageAlt: "Fast approval process" }, { id: "2", title: "Transparent Pricing", descriptions: [ @@ -103,7 +103,7 @@ export default function LandingPage() { id: "4", title: "Easy Access", descriptions: [ "Apply from anywhere with our mobile-first platform", "Simple documentation process with digital verification", "Secure and encrypted data handling" ], - imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg", imageAlt: "Easy accessible platform" + imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg?_wi=2", imageAlt: "Easy accessible platform" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1