From cb26e14065a639b24fb89ef24a88dd411b1e437f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:23:48 +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 7d94ead..a1c4438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,30 +48,30 @@ export default function SwarajyaLanding() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg", imageAlt: "Online services center" + imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg?_wi=1", imageAlt: "Online services center" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg", imageAlt: "Digital support services" + imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg?_wi=2", imageAlt: "Digital support services" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg", imageAlt: "Government forms help" + imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg?_wi=3", imageAlt: "Government forms help" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg", imageAlt: "Internet and digital access" + imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg?_wi=4", imageAlt: "Internet and digital access" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg", imageAlt: "Service center interior" + imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=1", imageAlt: "Service center interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg", imageAlt: "Professional workspace" + imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=2", imageAlt: "Professional workspace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg", imageAlt: "Digital services setup" + imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=3", imageAlt: "Digital services setup" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg", imageAlt: "Customer service area" + imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=4", imageAlt: "Customer service area" } ]} buttons={[ @@ -95,7 +95,7 @@ export default function SwarajyaLanding() { { value: "5.0⭐", title: "Google Rating" }, { value: "100+", title: "Services Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=5" imageAlt="Swarajya service center" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -194,10 +194,10 @@ export default function SwarajyaLanding() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Aniket Hatkar", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Aniket Hatkar" + id: "1", name: "Aniket Hatkar", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Aniket Hatkar" }, { - id: "2", name: "Sachin Gavhane", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Sachin Gavhane" + id: "2", name: "Sachin Gavhane", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Sachin Gavhane" }, { id: "3", name: "Gajanan Gavhane", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Gajanan Gavhane" -- 2.49.1