From e45f86b2b6878d0519f83168cf56f682578c98c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:50:06 +0000 Subject: [PATCH 1/3] Update src/app/chat/page.tsx --- src/app/chat/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/chat/page.tsx b/src/app/chat/page.tsx index 0a20a7e..0613597 100644 --- a/src/app/chat/page.tsx +++ b/src/app/chat/page.tsx @@ -59,7 +59,7 @@ export default function ChatPage() { }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-ai-chatbot-dashboard-interface-w-1773139345987-01f6fcb8.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-ai-chatbot-dashboard-interface-w-1773139345987-01f6fcb8.jpg?_wi=2" imageAlt="SmartAI Chat Dashboard" mediaAnimation="blur-reveal" imagePosition="right" @@ -91,7 +91,7 @@ export default function ChatPage() { id: "3", title: "Conversation Management", content: "Organize conversations with custom folders and tags. Search through your entire chat history. Pin important conversations. Fork discussions to explore multiple paths. Export conversations as PDF or Markdown for sharing and reference." }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-code-assistant-tool-interface-showing--1773139345734-a3927367.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-code-assistant-tool-interface-showing--1773139345734-a3927367.png?_wi=2" imageAlt="Advanced Chat Features" mediaAnimation="slide-up" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function ChatPage() {