Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -33,28 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVxuV6NIBggdcedY1ZLHnnUKFv/uploaded-1776484815114-3ro73t7h.jpg"
|
||||
brandName="KANAK SHRI ENTERPRISES"
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/918174018535",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/918174018535"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,35 +54,21 @@ export default function LandingPage() {
|
||||
description="Government Approved Solar Solutions with Subsidy Benefits. We make clean energy affordable and accessible in Banda and Chitrakoot."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Consultation", href: "#contact"},
|
||||
{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/918174018535",
|
||||
},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/918174018535"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg?_wi=1",
|
||||
imageAlt: "Residential solar energy installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg", imageAlt: "Residential solar energy installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30005.jpg",
|
||||
imageAlt: "Residential solar energy installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-30005.jpg", imageAlt: "Residential solar energy installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-white-helmet-near-solar-battery_1157-35697.jpg",
|
||||
imageAlt: "Residential solar energy installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-white-helmet-near-solar-battery_1157-35697.jpg", imageAlt: "Residential solar energy installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-powered-home_23-2151951213.jpg",
|
||||
imageAlt: "Residential solar energy installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-powered-home_23-2151951213.jpg", imageAlt: "Residential solar energy installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907395.jpg",
|
||||
imageAlt: "Residential solar energy installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-house-with-solar-pannels_23-2148907395.jpg", imageAlt: "Residential solar energy installation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,19 +81,13 @@ export default function LandingPage() {
|
||||
description="Authorized registered vendor of PM Surya Ghar Yojna serving Banda & Chitrakoot. We pride ourselves on delivering high-quality, government-approved solar installations that help you save money and save the planet."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "PM Surya Ghar Authorized",
|
||||
description: "We are a trusted government-registered partner.",
|
||||
},
|
||||
title: "PM Surya Ghar Authorized", description: "We are a trusted government-registered partner."},
|
||||
{
|
||||
title: "Local Expertise",
|
||||
description: "Proudly serving Banda and Chitrakoot districts.",
|
||||
},
|
||||
title: "Local Expertise", description: "Proudly serving Banda and Chitrakoot districts."},
|
||||
{
|
||||
title: "High Quality Standards",
|
||||
description: "Premium components and certified installation process.",
|
||||
},
|
||||
title: "High Quality Standards", description: "Premium components and certified installation process."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15577.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15577.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,37 +99,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "1kw",
|
||||
badge: "Savings",
|
||||
price: "₹30,000",
|
||||
subtitle: "For 1 KW Systems",
|
||||
features: [
|
||||
"Central Subsidy",
|
||||
"State Benefit",
|
||||
"On-Grid System Only",
|
||||
],
|
||||
id: "1kw", badge: "Savings", price: "₹30,000", subtitle: "For 1 KW Systems", features: [
|
||||
"Central Subsidy", "State Benefit", "On-Grid System Only"],
|
||||
},
|
||||
{
|
||||
id: "2kw",
|
||||
badge: "Savings",
|
||||
price: "₹60,000",
|
||||
subtitle: "For 2 KW Systems",
|
||||
features: [
|
||||
"Central Subsidy",
|
||||
"State Benefit",
|
||||
"On-Grid System Only",
|
||||
],
|
||||
id: "2kw", badge: "Savings", price: "₹60,000", subtitle: "For 2 KW Systems", features: [
|
||||
"Central Subsidy", "State Benefit", "On-Grid System Only"],
|
||||
},
|
||||
{
|
||||
id: "3kw+",
|
||||
badge: "Savings",
|
||||
price: "₹1,08,000",
|
||||
subtitle: "For 3 KW & Above",
|
||||
features: [
|
||||
"Central Subsidy",
|
||||
"State Benefit",
|
||||
"Up to 10 KW",
|
||||
],
|
||||
id: "3kw+", badge: "Savings", price: "₹1,08,000", subtitle: "For 3 KW & Above", features: [
|
||||
"Central Subsidy", "State Benefit", "Up to 10 KW"],
|
||||
},
|
||||
]}
|
||||
title="Government Subsidy Benefits"
|
||||
@@ -174,40 +123,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "On-Grid Solar",
|
||||
description: "Reliable systems linked to grid power for maximum savings.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4263.jpg",
|
||||
},
|
||||
title: "On-Grid Solar", description: "Reliable systems linked to grid power for maximum savings.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-engineer-checks-maintenance-solar-cell-panels_1150-4263.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-18169.jpg",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CVxuV6NIBggdcedY1ZLHnnUKFv/uploaded-1776484815114-3ro73t7h.jpg",
|
||||
imageAlt: "solar panel installation service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-18169.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Off-Grid Solar",
|
||||
description: "Independent energy storage for reliable backup power.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-solar-panel_1268-21907.jpg",
|
||||
},
|
||||
title: "Off-Grid Solar", description: "Independent energy storage for reliable backup power.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-solar-panel_1268-21907.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205420.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-power-power-station_1387-161.jpg?_wi=2",
|
||||
imageAlt: "solar panel installation service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205420.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Solar for Flour Mills",
|
||||
description: "Industrial grade solar solutions for Atta Chakki operations.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29990.jpg",
|
||||
},
|
||||
title: "Solar for Flour Mills", description: "Industrial grade solar solutions for Atta Chakki operations.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29990.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29991.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15577.jpg?_wi=2",
|
||||
imageAlt: "solar panel installation service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29991.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -224,25 +155,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8/5",
|
||||
title: "Customer Rating",
|
||||
description: "Trusted by hundreds of homeowners.",
|
||||
icon: Star,
|
||||
id: "m1", value: "4.8/5", title: "Customer Rating", description: "Trusted by hundreds of homeowners.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Govt. Authorized",
|
||||
description: "Certified vendor for all solar needs.",
|
||||
icon: ShieldCheck,
|
||||
id: "m2", value: "100%", title: "Govt. Authorized", description: "Certified vendor for all solar needs.", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "We are always here for you.",
|
||||
icon: Headphones,
|
||||
id: "m3", value: "24/7", title: "Support", description: "We are always here for you.", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
title="Why Choose KANAK SHRI ENTERPRISES"
|
||||
@@ -255,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Clean Energy",
|
||||
"Subsidy Benefit",
|
||||
"High Savings",
|
||||
"Smart Technology",
|
||||
"Eco-Friendly",
|
||||
"Trusted Brand",
|
||||
"Future Focused",
|
||||
]}
|
||||
"Clean Energy", "Subsidy Benefit", "High Savings", "Smart Technology", "Eco-Friendly", "Trusted Brand", "Future Focused"]}
|
||||
title="Not just solar panels — a smarter future"
|
||||
description="Join the revolution of sustainable living in Banda and Chitrakoot."
|
||||
/>
|
||||
@@ -275,40 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Banda",
|
||||
testimonial: "Excellent service and quick installation. The solar subsidy process was handled perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205436.jpg",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "Banda", testimonial: "Excellent service and quick installation. The solar subsidy process was handled perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anita Devi",
|
||||
handle: "Chitrakoot",
|
||||
testimonial: "Great professional behavior. My electricity bills have dropped significantly after installation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-balcony-sunset_169016-21609.jpg",
|
||||
},
|
||||
id: "2", name: "Anita Devi", handle: "Chitrakoot", testimonial: "Great professional behavior. My electricity bills have dropped significantly after installation.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-talking-phone-balcony-sunset_169016-21609.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Suresh Soni",
|
||||
handle: "Atarra",
|
||||
testimonial: "Highly recommended for anyone looking for government solar schemes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-cup-coffee_23-2148894042.jpg",
|
||||
},
|
||||
id: "3", name: "Suresh Soni", handle: "Atarra", testimonial: "Highly recommended for anyone looking for government solar schemes.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-enjoying-cup-coffee_23-2148894042.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Singh",
|
||||
handle: "Banda",
|
||||
testimonial: "High-quality products and genuine pricing. Very happy with the solar panels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-project-medium-shot_23-2148920582.jpg",
|
||||
},
|
||||
id: "4", name: "Vikram Singh", handle: "Banda", testimonial: "High-quality products and genuine pricing. Very happy with the solar panels.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-project-medium-shot_23-2148920582.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sunita Verma",
|
||||
handle: "Chitrakoot",
|
||||
testimonial: "Professional team. Everything was done within the timeline promised.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192704.jpg",
|
||||
},
|
||||
id: "5", name: "Sunita Verma", handle: "Chitrakoot", testimonial: "Professional team. Everything was done within the timeline promised.", imageSrc: "http://img.b2bpic.net/free-photo/person-near-alternative-energy-plant_23-2149192704.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from homeowners who have successfully switched to solar energy."
|
||||
@@ -319,8 +206,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Get in Touch Today"
|
||||
description="Beside Bank of Baroda, Atarra, Banda, UP - 210201\nPhone: +918174018535 / +918127365788\nEmail: anshsoni81740@gmail.com / moolchndrasoni654@gmail.com"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessmen-photovoltaics-factory-doing-financial-investments_482257-120653.jpg"
|
||||
@@ -335,33 +221,21 @@ export default function LandingPage() {
|
||||
logoText="KANAK SHRI ENTERPRISES"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user