From 1c97289dd0a6ce7e23bd72beb4975f270176860b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 17:25:55 +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 783453d..1044604 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", imageAlt: "mobile signal strength icon gold" } }, { - title: "Global Encryption", description: "Industry-leading security for all your tracking requests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg", imageAlt: "mobile security shield icon gold" }, + title: "Global Encryption", description: "Industry-leading security for all your tracking requests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg?_wi=1", imageAlt: "mobile security shield icon gold" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/privacy-safety-security-lock-icon_53876-14649.jpg", imageAlt: "mobile security shield icon gold" } } ]} @@ -116,7 +116,7 @@ export default function LandingPage() { useInvertedBackground={true} animationType="blur-reveal" testimonials={[ - { id: "1", name: "Sarah Miller", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg" }, + { id: "1", name: "Sarah Miller", role: "CEO", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-looking-confident-suit_23-2148401459.jpg?_wi=2" }, { id: "2", name: "John Doe", role: "Dev", company: "CloudFix", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-black-working-laptop-cafe_23-2147962625.jpg" }, { id: "3", name: "Emily Smith", role: "PM", company: "GrowthX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg" }, { id: "4", name: "David Lee", role: "Ops", company: "FixIt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-holding-papers_23-2148452649.jpg" }, -- 2.49.1