Merge version_1 into main #2
@@ -46,10 +46,11 @@ export default function AboutPage() {
|
||||
{ value: "20+", title: "Years of Experience" },
|
||||
{ value: "100,000+", title: "Satisfied Users Across India" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-energy-specialist-facility-reviews-data-gadget_482257-125995.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-energy-specialist-facility-reviews-data-gadget_482257-125995.jpg"
|
||||
imageAlt="solar company office team workspace"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,13 +62,8 @@ export default function AboutPage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Solar Water Heaters",
|
||||
description: "Eco-friendly hot water solutions for homes and businesses. Reduces electricity consumption and utility costs significantly while providing consistent hot water year-round.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/managers-photovoltaics-plant-office-reviewing-solar-technology-reports_482257-120591.jpg?_wi=3",
|
||||
imageAlt: "solar water heater system installation",
|
||||
},
|
||||
id: "1", title: "Solar Water Heaters", description: "Eco-friendly hot water solutions for homes and businesses. Reduces electricity consumption and utility costs significantly while providing consistent hot water year-round.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/managers-photovoltaics-plant-office-reviewing-solar-technology-reports_482257-120591.jpg", imageAlt: "solar water heater system installation"},
|
||||
items: [
|
||||
{ icon: Zap, text: "Energy Efficient" },
|
||||
{ icon: Droplets, text: "Instant Hot Water" },
|
||||
@@ -76,13 +72,8 @@ export default function AboutPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Solar Energy Systems",
|
||||
description: "Complete solar photovoltaic systems for off-grid and grid-connected installations. Generate your own clean electricity and achieve energy independence.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-power-solar-energy_35913-2194.jpg?_wi=4",
|
||||
imageAlt: "solar battery storage energy system",
|
||||
},
|
||||
id: "2", title: "Solar Energy Systems", description: "Complete solar photovoltaic systems for off-grid and grid-connected installations. Generate your own clean electricity and achieve energy independence.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-power-solar-energy_35913-2194.jpg", imageAlt: "solar battery storage energy system"},
|
||||
items: [
|
||||
{ icon: Sun, text: "Clean Energy" },
|
||||
{ icon: Zap, text: "High Performance" },
|
||||
@@ -91,13 +82,8 @@ export default function AboutPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Servo Stabilizers & Batteries",
|
||||
description: "Advanced voltage stabilizers protect your equipment from power fluctuations. Premium battery storage solutions ensure uninterrupted power supply during outages.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg?_wi=3",
|
||||
imageAlt: "voltage stabilizer power equipment",
|
||||
},
|
||||
id: "3", title: "Servo Stabilizers & Batteries", description: "Advanced voltage stabilizers protect your equipment from power fluctuations. Premium battery storage solutions ensure uninterrupted power supply during outages.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-with-tablet-adjusting-circuitry-junction-box_169016-55631.jpg", imageAlt: "voltage stabilizer power equipment"},
|
||||
items: [
|
||||
{ icon: Shield, text: "Equipment Protection" },
|
||||
{ icon: Battery, text: "Backup Power" },
|
||||
@@ -136,8 +122,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Kondaas Solar Energy | Plammoodu, Thiruvananthapuram, Kerala"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Solar Water Heaters", href: "#services" },
|
||||
{ label: "Solar Energy Systems", href: "#services" },
|
||||
{ label: "Servo Stabilizers", href: "#services" },
|
||||
@@ -145,8 +130,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Expertise", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -154,8 +138,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 063791 23370", href: "tel:063791 23370" },
|
||||
{ label: "Location: Plammoodu, Thiruvananthapuram", href: "#" },
|
||||
{ label: "Email: info@kondaas.com", href: "mailto:info@kondaas.com" },
|
||||
|
||||
122
src/app/page.tsx
122
src/app/page.tsx
@@ -20,8 +20,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Solar Water Heaters", href: "/services" },
|
||||
{ label: "Solar Energy Systems", href: "/services" },
|
||||
{ label: "Servo Stabilizers", href: "/services" },
|
||||
@@ -29,8 +28,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Expertise", href: "#about" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
@@ -38,8 +36,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 063791 23370", href: "tel:063791 23370" },
|
||||
{ label: "Location: Plammoodu, Thiruvananthapuram", href: "#" },
|
||||
{ label: "Email: info@kondaas.com", href: "mailto:info@kondaas.com" },
|
||||
@@ -66,9 +63,7 @@ export default function HomePage() {
|
||||
brandName="Kondaas"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:063791 23370",
|
||||
}}
|
||||
text: "Call Now", href: "tel:063791 23370"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,29 +75,19 @@ export default function HomePage() {
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29983.jpg?_wi=1",
|
||||
imageAlt: "Solar panel installation on residential roof",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29983.jpg", imageAlt: "Solar panel installation on residential roof"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/managers-photovoltaics-plant-office-reviewing-solar-technology-reports_482257-120591.jpg?_wi=1",
|
||||
imageAlt: "Solar water heater system",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/managers-photovoltaics-plant-office-reviewing-solar-technology-reports_482257-120591.jpg", imageAlt: "Solar water heater system"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/wind-power-solar-energy_35913-2194.jpg?_wi=1",
|
||||
imageAlt: "Solar battery energy storage system",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/wind-power-solar-energy_35913-2194.jpg", imageAlt: "Solar battery energy storage system"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 063791 23370",
|
||||
href: "tel:063791 23370",
|
||||
},
|
||||
text: "Call Now: 063791 23370", href: "tel:063791 23370"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Quote", href: "#contact"},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -118,10 +103,11 @@ export default function HomePage() {
|
||||
{ value: "20+", title: "Years of Experience" },
|
||||
{ value: "100,000+", title: "Satisfied Users Across India" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-energy-specialist-facility-reviews-data-gadget_482257-125995.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-energy-specialist-facility-reviews-data-gadget_482257-125995.jpg"
|
||||
imageAlt="Kondaas solar energy company"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,65 +136,29 @@ export default function HomePage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Homeowner",
|
||||
company: "Thiruvananthapuram",
|
||||
rating: 5,
|
||||
id: "1", name: "Rajesh Kumar", role: "Homeowner", company: "Thiruvananthapuram", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29999.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar - happy homeowner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-with-white-helmet-near-solar-panel_1157-29999.jpg", imageAlt: "Rajesh Kumar - happy homeowner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Menon",
|
||||
role: "Business Owner",
|
||||
company: "Kerala Retail Chain",
|
||||
rating: 5,
|
||||
id: "2", name: "Priya Menon", role: "Business Owner", company: "Kerala Retail Chain", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-wind-energy-innovation_23-2148820156.jpg?_wi=1",
|
||||
imageAlt: "Priya Menon - business owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-showing-wind-energy-innovation_23-2148820156.jpg", imageAlt: "Priya Menon - business owner"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Suresh Nair",
|
||||
role: "Hospital Director",
|
||||
company: "City Medical Center",
|
||||
rating: 5,
|
||||
id: "3", name: "Dr. Suresh Nair", role: "Hospital Director", company: "City Medical Center", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solar-cell-farm-power-station-alternative-energy-from-sun_1150-4280.jpg?_wi=1",
|
||||
imageAlt: "Dr. Suresh Nair - hospital director",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/solar-cell-farm-power-station-alternative-energy-from-sun_1150-4280.jpg", imageAlt: "Dr. Suresh Nair - hospital director"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Sharma",
|
||||
role: "School Principal",
|
||||
company: "Sunrise Public School",
|
||||
rating: 5,
|
||||
id: "4", name: "Anjali Sharma", role: "School Principal", company: "Sunrise Public School", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/puzzled-students-library_23-2147678902.jpg?_wi=1",
|
||||
imageAlt: "Anjali Sharma - school principal",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/puzzled-students-library_23-2147678902.jpg", imageAlt: "Anjali Sharma - school principal"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
role: "Factory Manager",
|
||||
company: "Industrial Solutions Ltd",
|
||||
rating: 5,
|
||||
id: "5", name: "Vikram Singh", role: "Factory Manager", company: "Industrial Solutions Ltd", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/solar-panel-factory-manager-shaking-hands-with-investor_482257-120582.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh - factory manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/solar-panel-factory-manager-shaking-hands-with-investor_482257-120582.jpg", imageAlt: "Vikram Singh - factory manager"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meera Pillai",
|
||||
role: "Property Owner",
|
||||
company: "Residential Complex",
|
||||
rating: 5,
|
||||
id: "6", name: "Meera Pillai", role: "Property Owner", company: "Residential Complex", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/asian-women-working-hard-together-indoors_23-2148776740.jpg?_wi=1",
|
||||
imageAlt: "Meera Pillai - property owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/asian-women-working-hard-together-indoors_23-2148776740.jpg", imageAlt: "Meera Pillai - property owner"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -223,38 +173,24 @@ export default function HomePage() {
|
||||
description="Speak with our solar experts today. We'll assess your needs and provide a customized solution to maximize your energy savings."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number (063791 23370)",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number (063791 23370)", required: true,
|
||||
},
|
||||
{
|
||||
name: "location",
|
||||
type: "text",
|
||||
placeholder: "Your Location in Thiruvananthapuram",
|
||||
required: true,
|
||||
name: "location", type: "text", placeholder: "Your Location in Thiruvananthapuram", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your energy needs (roof space, current bills, etc.)",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your energy needs (roof space, current bills, etc.)", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-asian-young-engineers-walking-along-rows-photovoltaic-panels-solar-farm-they-use-laptop-computer-talking-together_1150-57228.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-asian-young-engineers-walking-along-rows-photovoltaic-panels-solar-farm-they-use-laptop-computer-talking-together_1150-57228.jpg"
|
||||
imageAlt="Solar installation professional"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user