From 134bc2fa629ef79ab446011409289d8c59707d00 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 22:40:46 +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 ce1c6d6..20a431b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="Emergency Account Authentication" description="Secure your compromised PUBG Mobile account immediately using our verified emergency recovery protocol." testimonials={[ - { name: "John Doe", handle: "@pubg_pro", testimonial: "Saved my account in minutes. Incredible service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg" }, + { name: "John Doe", handle: "@pubg_pro", testimonial: "Saved my account in minutes. Incredible service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg?_wi=1" }, { name: "Sarah Miller", handle: "@gaming_fan", testimonial: "Fast response when I lost my credentials.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/key-lock-password-security-privacy-protection-graphic_53876-122570.jpg" }, { name: "Alex Riv", handle: "@esports_star", testimonial: "The only way to verify ownership securely.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-technical-information_53876-101869.jpg" }, { name: "Mike Tech", handle: "@gamer_guy", testimonial: "Professional authentication process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637762.jpg" }, @@ -69,7 +69,7 @@ export default function LandingPage() { ]} textarea={{ name: "details", placeholder: "Describe the incident...", rows: 4, required: true }} buttonText="Secure Account Now" - imageSrc="http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637780.jpg?_wi=2" useInvertedBackground={true} /> -- 2.49.1