From 360076f76b6842f3c39a7a22ecebc9af7013335f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:31:50 +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 306c242..2c43dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Trusted by 1000+ happy customers" - background={{ variant: "blurBottom" }} + background={{ variant: "radial-gradient" }} className="w-full" containerClassName="py-12 md:py-20" titleClassName="text-4xl md:text-5xl font-bold tracking-tight" @@ -113,10 +113,10 @@ export default function LandingPage() { id: "commercial-solar", title: "Commercial & Industrial Solar", description: "Reduce operational costs for businesses with large-scale solar installations. Ideal for offices, factories, warehouses, and agricultural facilities across Pune, Nashik, Mumbai, and Ahmednagar.", tag: "Business Solutions", imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192737.jpg", imageAlt: "Commercial building with large scale solar installation" }, { - id: "maintenance", title: "Solar System Maintenance", description: "Maximize your solar system's lifespan and efficiency with professional maintenance, cleaning, inspections, and repairs. Our technicians ensure optimal performance year-round.", tag: "Maintenance & Care", imageSrc: "http://img.b2bpic.net/free-photo/research-development-experts-meet-talk-about-solar-panels-improvements_482257-123401.jpg?_wi=1", imageAlt: "Professional solar panel maintenance and cleaning service" + id: "maintenance", title: "Solar System Maintenance", description: "Maximize your solar system's lifespan and efficiency with professional maintenance, cleaning, inspections, and repairs. Our technicians ensure optimal performance year-round.", tag: "Maintenance & Care", imageSrc: "http://img.b2bpic.net/free-photo/research-development-experts-meet-talk-about-solar-panels-improvements_482257-123401.jpg", imageAlt: "Professional solar panel maintenance and cleaning service" }, { - id: "subsidy-assistance", title: "Government Subsidy Guidance", description: "Navigate complex subsidy processes with expert support. We assist customers in accessing PM Surya Ghar Muft Bijli Yojana and other state-level renewable energy incentives.", tag: "Financial Support", imageSrc: "http://img.b2bpic.net/free-photo/research-development-experts-meet-talk-about-solar-panels-improvements_482257-123401.jpg?_wi=2", imageAlt: "Government subsidy and financial support illustration" + id: "subsidy-assistance", title: "Government Subsidy Guidance", description: "Navigate complex subsidy processes with expert support. We assist customers in accessing PM Surya Ghar Muft Bijli Yojana and other state-level renewable energy incentives.", tag: "Financial Support", imageSrc: "http://img.b2bpic.net/free-photo/research-development-experts-meet-talk-about-solar-panels-improvements_482257-123401.jpg", imageAlt: "Government subsidy and financial support illustration" } ]} carouselMode="buttons" @@ -166,7 +166,7 @@ export default function LandingPage() { tag="Our Impact" tagIcon={Award} tagAnimation="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} animationType="slide-up" metrics={[ -- 2.49.1