From a8b6350c555c930433292d3623df4be9c9b55b2c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 15:59:15 +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 addbe3a..2db184b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,13 +54,13 @@ export default function LandingPage() { tag="£43,000" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904312.jpg", imageAlt: "finance dashboard dark mode green"}, + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904312.jpg?_wi=1", imageAlt: "finance dashboard dark mode green"}, { - imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg", imageAlt: "finance dashboard dark mode green"}, + imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg?_wi=1", imageAlt: "finance dashboard dark mode green"}, { imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageAlt: "finance dashboard dark mode green"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904304.jpg", imageAlt: "finance dashboard dark mode green"}, + imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904304.jpg?_wi=1", imageAlt: "finance dashboard dark mode green"}, { imageSrc: "http://img.b2bpic.net/free-photo/green-light-with-bokeh-effect_1208-131.jpg", imageAlt: "finance dashboard dark mode green"}, { @@ -135,15 +135,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Alice M.", date: "Jan 2024", title: "Goal Achiever", quote: "Finally hit my savings goal!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businessman-posing-photography_1098-16749.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904312.jpg", imageAlt: "person portrait studio professional"}, + id: "1", name: "Alice M.", date: "Jan 2024", title: "Goal Achiever", quote: "Finally hit my savings goal!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-businessman-posing-photography_1098-16749.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904312.jpg?_wi=2", imageAlt: "person portrait studio professional"}, { id: "2", name: "Bob K.", date: "Feb 2024", title: "Smart Investor", quote: "Love the visual dashboard.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-composition-with-modern-style_23-2147900183.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrow-drawn-with-chalk_23-2148456082.jpg", imageAlt: "person portrait studio professional"}, { id: "3", name: "Charlie D.", date: "Mar 2024", title: "Finance Pro", quote: "Best tracker I've used.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4146.jpg", imageAlt: "person portrait studio professional"}, { - id: "4", name: "Diana P.", date: "Apr 2024", title: "Growth Mindset", quote: "So simple and effective.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg", imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg", imageAlt: "person portrait studio professional"}, + id: "4", name: "Diana P.", date: "Apr 2024", title: "Growth Mindset", quote: "So simple and effective.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg", imageSrc: "http://img.b2bpic.net/free-photo/goal-oriented-entrepreneur-luxurious-corporate-office-plans-strategy_482257-128191.jpg?_wi=2", imageAlt: "person portrait studio professional"}, { - id: "5", name: "Ethan W.", date: "May 2024", title: "Saver", quote: "Keeps me motivated daily.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904304.jpg", imageAlt: "person portrait studio professional"}, + id: "5", name: "Ethan W.", date: "May 2024", title: "Saver", quote: "Keeps me motivated daily.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904304.jpg?_wi=2", imageAlt: "person portrait studio professional"}, ]} title="Community Milestones" description="What our users are saying about their journey." -- 2.49.1