From cdffd27abece528c43245c1b5e16af0ef131392a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:42:01 +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 aa3d7a4..469b18b 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -44,7 +44,7 @@ export default function ChatPage() { 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 77f4c6e56aa5df03dca0ff11ee6170d36cd595fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:42:01 +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 f8773bd..12cc03f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Try Luther", 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" /> @@ -84,7 +84,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