From b62422e4d74f6f39de0980a6f9936764a4cb9a2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:05:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa536e2..ca0d7d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@schen", testimonial: "Finally, a finance app that actually helps me see where I'm going, not just where I've been.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg?_wi=1", imageAlt: "fintech dashboard mobile app dark mode", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@markj", testimonial: "The predictive cash-flow tool is a game changer for my personal savings goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg?_wi=1", imageAlt: "fintech dashboard mobile app dark mode", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@eross", testimonial: "Absolute clarity on my subscriptions. I saved $200 in the first month alone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg?_wi=1", imageAlt: "fintech dashboard mobile app dark mode", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@dkim", testimonial: "Premium, clean, and fast. Everything I want in a banking app.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg?_wi=1", imageAlt: "fintech dashboard mobile app dark mode", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@ascott", testimonial: "Trustworthy and intelligent. AuraWealth is my new financial home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg?_wi=1", imageAlt: "fintech dashboard mobile app dark mode", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg" + imageSrc="http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -171,7 +171,7 @@ export default function LandingPage() { { title: "Total Net Worth", description: "Aggregated view of all your accounts.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-workspace-with-advanced-technology-enhance-efficiency_482257-119617.jpg?_wi=2", }, { title: "Live Tracking", @@ -340,7 +340,7 @@ export default function LandingPage() { quote: "I have absolute clarity now.", name: "Sarah Chen", role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-person-texting-messages-smartphone-app-sofa-finishing-tasks-before_482257-132374.jpg?_wi=2", }, { id: "t2", @@ -348,7 +348,7 @@ export default function LandingPage() { quote: "The most beautiful finance app ever.", name: "Mark Jones", role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg?_wi=2", }, { id: "t3", @@ -356,7 +356,7 @@ export default function LandingPage() { quote: "Cancelled useless subscriptions easily.", name: "Elena Ross", role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-late-office_23-2148991380.jpg?_wi=2", }, { id: "t4", -- 2.49.1