From d36cc5b30ae4100a1e9d08df10f0e53d7024f11f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:16:48 +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 f3e753e..0298d8e 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} @@ -168,7 +168,7 @@ export default function LandingPage() { }, { 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" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2" } ]} kpiItems={[ -- 2.49.1