From 849d8213afbb06a36ce7ba62d0b7736f727982b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:22:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0aa3d88..7d94ead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function SwarajyaLanding() { borderRadius="pill" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -45,33 +45,33 @@ export default function SwarajyaLanding() { tag="CSC & Digital Services" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - 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: "Online services center" }, { - 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: "Digital support services" }, { - 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: "Government forms help" }, { - 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" + imageSrc: "http://img.b2bpic.net/free-photo/hands-unrecognizable-man-using-smartphone-cafe-laptop-table_1098-17602.jpg", imageAlt: "Internet and digital access" } ]} rightCarouselItems={[ { - 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: "Service center interior" }, { - 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: "Professional workspace" }, { - 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: "Digital services setup" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg?_wi=4", imageAlt: "Customer service area" + imageSrc: "http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg", 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?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/vacant-modern-workspace-with-computers_482257-127194.jpg" 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?_wi=1", 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", 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?_wi=2", 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", 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