From 4cc77c7a726bda67b5ba1dc6a5b43584e7e5543e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:41:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c62a70..bf13e74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { useInvertedBackground={false} title="About Me" description="I explore the intersection of AI, mental health, and management, while building tools in my sandbox. This site is where I curate my journey." - imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797661.jpg?_wi=1" /> @@ -69,7 +69,7 @@ export default function LandingPage() { title="Community Feedback" description="Voices from peers and partners." testimonials={[ - { id: "t1", name: "Alex J.", handle: "@alexj", testimonial: "Brilliant insights on AI.", imageSrc: "http://img.b2bpic.net/free-photo/electricity-flowing-smooth-blue-abstract-wave-generated-by-ai_188544-15334.jpg" }, + { id: "t1", name: "Alex J.", handle: "@alexj", testimonial: "Brilliant insights on AI.", imageSrc: "http://img.b2bpic.net/free-photo/electricity-flowing-smooth-blue-abstract-wave-generated-by-ai_188544-15334.jpg?_wi=1" }, { id: "t2", name: "Sarah M.", handle: "@sm_tech", testimonial: "Exceptional leadership skills.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-modern-background-with-flowing-lines-cyber-dots_1048-12672.jpg" }, { id: "t3", name: "Daniel K.", handle: "@danik", testimonial: "Sandbox tools saved me time.", imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-composition_23-2149035678.jpg" }, { id: "t4", name: "Emma R.", handle: "@er_design", testimonial: "Very clear writing style.", imageSrc: "http://img.b2bpic.net/free-photo/networking-concept-still-life-assortment_23-2149035668.jpg" },