From f6e0e5cb5df6426078742bd6bf063c5886965ed0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:04:51 +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 3145d42..c1ec6c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { { title: "Privacy First", description: "Everything happens on your local device. We never touch your conversation logs.", icon: Lock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg", imageAlt: "Secure Data" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg?_wi=1", imageAlt: "Secure Data" }, { imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-digital-security-data-protection_23-2151998477.jpg", imageAlt: "Secure Data" }, ], }, @@ -124,7 +124,7 @@ export default function LandingPage() { tag="Ready to Start" title="Extract Your Conversation" description="Paste your Claude public share link below and we'll instantly generate your PDF document." - imageSrc="http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3957.jpg?_wi=2" mediaAnimation="slide-up" inputPlaceholder="Paste link (https://claude.ai/share/...)" buttonText="Generate PDF"