From 0c923a17a1b729313c04b85683d3807f1eccfe5c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:41:09 +0000 Subject: [PATCH 1/2] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index 7a5c94a..dd458b1 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Start Chatting" description="Welcome back. How can I help you today?" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=3" /> -- 2.49.1 From 0c895628560ba736845a890c6b76e4a14173707d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:41:09 +0000 Subject: [PATCH 2/2] 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 9ff2579..ce722fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { href: "/chat", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=1" /> @@ -113,7 +113,7 @@ export default function LandingPage() { title="How it works" description="Three simple steps to mastery." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21623.jpg?_wi=2" /> -- 2.49.1