diff --git a/src/app/page.tsx b/src/app/page.tsx index 659cd56..27c3e7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sun} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29996.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af7LPhc5eoIcfoKUaLWoejmQ85/uploaded-1772973636936-v7dsx6ac.jpg" imageAlt="Professional rooftop solar panel installation" imagePosition="right" mediaAnimation="slide-up" @@ -74,7 +74,7 @@ export default function LandingPage() { description="Nitya Enterprise has been serving homeowners and businesses across Khambhat and nearby villages with quality solar energy solutions." subdescription="Expert installation • Affordable pricing • 24/7 support" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/factory-managers-talk-about-new-photovoltaics-materials-internet-videocall_482257-119361.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af7LPhc5eoIcfoKUaLWoejmQ85/uploaded-1772973636936-pdchwsun.jpg" imageAlt="Nitya Enterprise professional solar team" tagAnimation="slide-up" mediaAnimation="slide-up" @@ -87,16 +87,20 @@ export default function LandingPage() { features={[ { id: "1", title: "Residential Solar Installation", tags: ["Rooftop Systems", "Cost Savings", "Home Energy"], - imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894016.jpg?_wi=1", imageAlt: "Residential solar panel installation"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af7LPhc5eoIcfoKUaLWoejmQ85/uploaded-1772973636936-uolar4dg.jpg", imageAlt: "Residential solar panel installation" + }, { id: "2", title: "Commercial Solar Installation", tags: ["Business Solutions", "Factory & Office", "Bulk Installation"], - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-businessmen-discussing-upgrades-make-improve-sales_482257-126940.jpg?_wi=1", imageAlt: "Commercial building solar installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-businessmen-discussing-upgrades-make-improve-sales_482257-126940.jpg?_wi=1", imageAlt: "Commercial building solar installation" + }, { id: "3", title: "Solar Maintenance & Cleaning", tags: ["System Inspection", "Panel Cleaning", "Performance Check"], - imageSrc: "http://img.b2bpic.net/free-photo/young-asian-technician-man-standing-talking-smartphone-long-rows-photovoltaic-solar-panels-copy-space_1150-57281.jpg", imageAlt: "Solar panel maintenance and cleaning"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af7LPhc5eoIcfoKUaLWoejmQ85/uploaded-1772973636936-oiceaq15.jpg", imageAlt: "Solar panel maintenance and cleaning" + }, { id: "4", title: "Free Solar Consultation", tags: ["Site Visit", "Energy Analysis", "Custom Quote"], - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-receives-feedback-from-manager-om-reducing-downtime_482257-117883.jpg?_wi=1", imageAlt: "Professional solar consultation meeting"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af7LPhc5eoIcfoKUaLWoejmQ85/uploaded-1772973636936-xpnyyz5f.jpg", imageAlt: "Professional solar consultation meeting" + }, ]} animationType="slide-up" title="Our Solar Services" @@ -113,16 +117,20 @@ export default function LandingPage() { features={[ { id: "1", title: "High Quality Solar Panels", tags: ["Premium Equipment", "20+ Year Warranty", "Trusted Brands"], - imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894016.jpg?_wi=2", imageAlt: "High quality solar panels"}, + imageSrc: "http://img.b2bpic.net/free-photo/team-work-environment-project_23-2148894016.jpg?_wi=2", imageAlt: "High quality solar panels" + }, { id: "2", title: "Professional Installation Team", tags: ["Experienced Technicians", "Licensed Installers", "Certified Engineers"], - imageSrc: "http://img.b2bpic.net/free-photo/factory-managers-talk-about-new-photovoltaics-materials-internet-videocall_482257-119361.jpg?_wi=2", imageAlt: "Professional installation team"}, + imageSrc: "http://img.b2bpic.net/free-photo/factory-managers-talk-about-new-photovoltaics-materials-internet-videocall_482257-119361.jpg?_wi=2", imageAlt: "Professional installation team" + }, { id: "3", title: "Affordable Pricing", tags: ["Flexible Payments", "No Hidden Costs", "Best Market Rates"], - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-receives-feedback-from-manager-om-reducing-downtime_482257-117883.jpg?_wi=2", imageAlt: "Affordable solar pricing options"}, + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-receives-feedback-from-manager-om-reducing-downtime_482257-117883.jpg?_wi=2", imageAlt: "Affordable solar pricing options" + }, { id: "4", title: "Excellent Customer Support", tags: ["24/7 Assistance", "Quick Response", "Local Service"], - imageSrc: "http://img.b2bpic.net/free-photo/business-team-senior-man-working-cafe_1262-1704.jpg", imageAlt: "Customer support team"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-team-senior-man-working-cafe_1262-1704.jpg", imageAlt: "Customer support team" + }, ]} animationType="slide-up" title="Why Choose Nitya Enterprise" @@ -138,17 +146,23 @@ export default function LandingPage() {