From 5179f29ff017d118f37b926c940316d7169d4856 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:10:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4daa45c..700ad42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service and high-quality cameras. I feel much safer now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg", imageAlt: "cctv surveillance camera professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg?_wi=1", imageAlt: "cctv surveillance camera professional"}, { name: "James Doe", handle: "@jdoe", testimonial: "Very professional installation team. The app interface is seamless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-national-secret-service-operation-room-used-follow-safety-alerts_482257-90051.jpg", imageAlt: "cctv monitoring software dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-national-secret-service-operation-room-used-follow-safety-alerts_482257-90051.jpg?_wi=1", imageAlt: "cctv monitoring software dashboard"}, { name: "Tech Corp", handle: "@techcorp", testimonial: "Our facility security is completely transformed. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-uniform_23-2150368735.jpg", imageAlt: "professional cctv installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-uniform_23-2150368735.jpg?_wi=1", imageAlt: "professional cctv installation service"}, { name: "Anna Smith", handle: "@asmith", testimonial: "Best value for money. The resolution is incredibly sharp.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-house-with-automation-light-system-holding-smartphone_482257-8723.jpg", imageAlt: "mobile app remote security monitoring"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-house-with-automation-light-system-holding-smartphone_482257-8723.jpg?_wi=1", imageAlt: "mobile app remote security monitoring"}, { name: "Rob Brown", handle: "@rbrown", testimonial: "Installation was quick and efficient. No complaints at all.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg", imageAlt: "store owner portrait security"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg?_wi=1", imageAlt: "store owner portrait security"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg?_wi=2" imageAlt="Professional CCTV security surveillance" avatars={[ { @@ -109,15 +109,15 @@ export default function LandingPage() { { id: "1", title: "HD Live Monitoring", descriptions: [ "Crystal clear 4K video surveillance.", "Real-time streaming to mobile devices.", "Remote access from anywhere."], - imageSrc: "http://img.b2bpic.net/free-photo/empty-national-secret-service-operation-room-used-follow-safety-alerts_482257-90051.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-national-secret-service-operation-room-used-follow-safety-alerts_482257-90051.jpg?_wi=2"}, { id: "2", title: "Expert Installation", descriptions: [ "Professional planning and setup.", "Optimized camera angles.", "Clean wiring services."], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-uniform_23-2150368735.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-security-guard-with-uniform_23-2150368735.jpg?_wi=2"}, { id: "3", title: "Smart Alerts", descriptions: [ "Motion detection sensors.", "Instant mobile phone push notifications.", "Configurable security zones."], - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-house-with-automation-light-system-holding-smartphone_482257-8723.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-house-with-automation-light-system-holding-smartphone_482257-8723.jpg?_wi=2"}, ]} title="Advanced Security Features" description="Comprehensive surveillance solutions tailored to your unique requirements." @@ -131,7 +131,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service and high-quality cameras. I feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg"}, + id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Exceptional service and high-quality cameras. I feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/business-male-talking-phone_23-2148479562.jpg?_wi=2"}, { id: "2", name: "James Doe", handle: "@jdoe", testimonial: "Very professional installation team. The app interface is seamless.", imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg"}, { @@ -162,7 +162,7 @@ export default function LandingPage() { title="Common Questions" description="Answers to everything you need to know about our CCTV services." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/silhouette-person-city_23-2149211323.jpg?_wi=3" /> -- 2.49.1