From 32e2caae1482dab7884935056b3a7cea0d486072 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:39:14 +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 962e992..6ef78f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { handle: "@ariver", testimonial: "This tracker made managing my freelancing business so simple. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=1", imageAlt: "modern software dashboard", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@jamies", testimonial: "Perfect for beginners who need to stay on top of invoices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/senior-holding-tablet-medium-shot_23-2148346151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-holding-tablet-medium-shot_23-2148346151.jpg?_wi=1", imageAlt: "person using tablet for finance", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@mlee", testimonial: "Clean design and extremely easy to use. Love it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg?_wi=1", imageAlt: "3d finance icons data", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@stam", testimonial: "Exactly what I was looking for. Straightforward and functional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg?_wi=1", imageAlt: "digital financial report", }, { @@ -90,11 +90,11 @@ export default function LandingPage() { handle: "@caseyp", testimonial: "No clutter, just the tools I need to track my expenses.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=2", imageAlt: "modern software dashboard", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg" + imageSrc="http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=3" avatars={[ { src: "https://img.b2bpic.net/free-photo/portrait-business-woman_23-2148767936.jpg", @@ -152,19 +152,19 @@ export default function LandingPage() { id: 1, title: "Customer Management", description: "Easily keep track of all your clients in one place.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-holding-tablet-medium-shot_23-2148346151.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-holding-tablet-medium-shot_23-2148346151.jpg?_wi=2", }, { id: 2, title: "Invoice Tracking", description: "Create, send, and track payments to ensure you're always getting paid.", - imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg?_wi=2", }, { id: 3, title: "Smart Insights", description: "Get a clear summary of your profit, income, and pending payments instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg?_wi=2", }, ]} title="Built for Beginners" @@ -240,7 +240,7 @@ export default function LandingPage() {