From 006cf7c69d7012f9c523d5c532daa1dcc68dd27a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 918bf59..d4beb8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { testimonials={[ { name: "Alex Rivera", handle: "@alexr", testimonial: "This tool changed my workflow completely. SnapLingo is lightning fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg", imageAlt: "modern ai translation interface dark mode"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg?_wi=1", imageAlt: "modern ai translation interface dark mode"}, { name: "Elena Kim", handle: "@elenak", testimonial: "Extremely accurate translations for my business documents.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/colorful-equal-rights-symbol-concept_23-2148415348.jpg", imageAlt: "modern ai translation interface dark mode"}, + imageSrc: "http://img.b2bpic.net/free-photo/colorful-equal-rights-symbol-concept_23-2148415348.jpg?_wi=1", imageAlt: "modern ai translation interface dark mode"}, { name: "Marcus Chen", handle: "@marcusc", testimonial: "Clean design and intuitive. Couldn't ask for a better translation app.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/language-concept-background_23-2147865025.jpg", imageAlt: "modern ai translation interface dark mode"}, + imageSrc: "http://img.b2bpic.net/free-vector/language-concept-background_23-2147865025.jpg?_wi=1", imageAlt: "modern ai translation interface dark mode"}, { name: "Sarah Miller", handle: "@sarahm", testimonial: "The side-by-side view is a game changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062967.jpg", imageAlt: "modern ai translation interface dark mode"}, { name: "David Zhou", handle: "@davidz", testimonial: "Super reliable OCR. Works flawlessly every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg", imageAlt: "modern ai translation interface dark mode"}, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg?_wi=1", imageAlt: "modern ai translation interface dark mode"}, ]} buttons={[{ text: "Get Started", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system-using-voice-controlled-sma_482257-2844.jpg?_wi=2" imageAlt="AI translation dashboard interface" avatars={[ { src: "http://img.b2bpic.net/free-photo/black-bearded-male-dressed-fleece-shirt-jacket-using-smart-phone_613910-1283.jpg", alt: "User testimonial portrait 1" }, @@ -82,15 +82,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Snap a Photo", description: "Upload any document photo and our AI captures the text instantly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/colorful-equal-rights-symbol-concept_23-2148415348.jpg" }, + title: "Snap a Photo", description: "Upload any document photo and our AI captures the text instantly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/colorful-equal-rights-symbol-concept_23-2148415348.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/menu-right-side_187299-40096.jpg" } }, { - title: "Instant Translation", description: "Translate your text into multiple languages with one click.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/language-concept-background_23-2147865025.jpg" }, + title: "Instant Translation", description: "Translate your text into multiple languages with one click.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/language-concept-background_23-2147865025.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-many-applications_1134-190.jpg" } }, { - title: "Export to PDF", description: "Download your translated document as a polished PDF file.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg" }, + title: "Export to PDF", description: "Download your translated document as a polished PDF file.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-plump-male-eyeglasses-grey-background_613910-13573.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/free-download-buttons-collection-design_23-2149902438.jpg" } }, ]}