From 0ed9367b8ee70eb958b8034410660587f527458d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:44:49 +0000 Subject: [PATCH 1/2] Update src/app/learn/page.tsx --- src/app/learn/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/learn/page.tsx b/src/app/learn/page.tsx index 80cf921..9a7a53c 100644 --- a/src/app/learn/page.tsx +++ b/src/app/learn/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { category: "Market Trends", title: "The Impact of Interest Rate Shifts", excerpt: "How current monetary policies are affecting long-term retail investments.", - imageSrc: "http://img.b2bpic.net/free-photo/note-book-laptop-glasses-mouse-vintage-compass-coffee-cup-pen-graph-paper-document-office-desk-table_1423-161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/note-book-laptop-glasses-mouse-vintage-compass-coffee-cup-pen-graph-paper-document-office-desk-table_1423-161.jpg?_wi=2", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", date: "Oct 24, 2024", -- 2.49.1 From 052e5006eb7d43549f1d7210342db45c544cc01c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:44:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47b096a..3e15ea2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@alexr", testimonial: "The weekly analysis is incredibly insightful and helped me clarify my investment strategy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=1", imageAlt: "modern finance dashboard interface", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@briank", testimonial: "Consistently high-quality analysis every single week. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/note-book-laptop-glasses-mouse-vintage-compass-coffee-cup-pen-graph-paper-document-office-desk-table_1423-161.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/note-book-laptop-glasses-mouse-vintage-compass-coffee-cup-pen-graph-paper-document-office-desk-table_1423-161.jpg?_wi=1", imageAlt: "modern finance dashboard interface", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", -- 2.49.1