diff --git a/src/app/page.tsx b/src/app/page.tsx index b4eddd6..7035ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,21 +48,21 @@ export default function LandingPage() { testimonials={[ { name: "Alex River", 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", imageAlt: "modern software dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-48896.jpg?_wi=1", imageAlt: "modern software dashboard"}, { name: "Jamie Smith", 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", imageAlt: "person using tablet for finance"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-holding-tablet-medium-shot_23-2148346151.jpg?_wi=1", imageAlt: "person using tablet for finance"}, { name: "Morgan Lee", 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", imageAlt: "3d finance icons data"}, + imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294543.jpg?_wi=1", imageAlt: "3d finance icons data"}, { name: "Sam Taylor", 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", imageAlt: "digital financial report"}, + imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-graphics-blue-tones_1134-384.jpg?_wi=1", imageAlt: "digital financial report"}, { name: "Casey P.", 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", imageAlt: "modern software dashboard"}, + 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", alt: "User 1"}, @@ -98,13 +98,13 @@ export default function LandingPage() { features={[ { 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=2"}, ]} title="Built for Beginners" description="Manage your financial life with tools designed for simplicity and efficiency." @@ -159,7 +159,7 @@ export default function LandingPage() {