From f73e0cfe25ab0138a73ce166c35fd9efd765b84e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:18:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5c1298..8e279db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,13 @@ export default function LandingPage() { tag="Financial Protection" tagIcon={Shield} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-albums_23-2149444416.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-albums_23-2149444416.jpg?_wi=1" imageAlt="Family financial security and protection" imagePosition="right" testimonials={[ { name: "Rajesh Kumar", handle: "Local Guide, 5★ Rating", testimonial: "One of the oldest and most trusted insurance advisors in Coimbatore. Exceptional service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1" } ]} buttons={[ @@ -72,7 +72,7 @@ export default function LandingPage() { description="SKS Insurance is a trusted insurance consultancy helping families and businesses secure their financial future." subdescription="Transparent Guidance • Personalized Solutions • Long-term Relationships" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-albums_23-2149444416.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-looking-picture-albums_23-2149444416.jpg?_wi=2" imageAlt="SKS Insurance team commitment to client success" mediaAnimation="blur-reveal" useInvertedBackground={true} @@ -164,7 +164,7 @@ export default function LandingPage() { id: "3", name: "Meera Patel", role: "Family Head", company: "Local Guide, Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg" }, { - id: "4", name: "Rajesh Kumar", role: "Entrepreneur", company: "Local Guide, Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + id: "4", name: "Rajesh Kumar", role: "Entrepreneur", company: "Local Guide, Google", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1