Merge version_2 into main #3
163
src/app/page.tsx
163
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "House Wiring", href: "/services" },
|
||||
{ label: "Electrical Installation", href: "/services" },
|
||||
{ label: "Electrical Repairs", href: "/services" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 082815 97838", href: "tel:082815 97838" },
|
||||
{ label: "Location: Bheemanady, Kasaragod", href: "https://maps.google.com/?q=Bheemanady+Kasaragod" },
|
||||
{ label: "WhatsApp Support", href: "https://wa.me/918281597838" },
|
||||
@@ -104,25 +101,13 @@ export default function HomePage() {
|
||||
mediaPosition="right"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "5.0 Star Rated Service",
|
||||
content: "Consistently rated 5 stars by local customers. Over 16 verified reviews praising our reliability, affordability, and professional approach.",
|
||||
},
|
||||
id: "1", title: "5.0 Star Rated Service", content: "Consistently rated 5 stars by local customers. Over 16 verified reviews praising our reliability, affordability, and professional approach."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Experienced Local Electricians",
|
||||
content: "Our team has years of experience in residential and commercial electrical work. Fully trained in modern electrical safety standards.",
|
||||
},
|
||||
id: "2", title: "Experienced Local Electricians", content: "Our team has years of experience in residential and commercial electrical work. Fully trained in modern electrical safety standards."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Affordable & Transparent Pricing",
|
||||
content: "Competitive rates with no hidden charges. We provide clear estimates upfront so you know exactly what to expect.",
|
||||
},
|
||||
id: "3", title: "Affordable & Transparent Pricing", content: "Competitive rates with no hidden charges. We provide clear estimates upfront so you know exactly what to expect."},
|
||||
{
|
||||
id: "4",
|
||||
title: "On-Time Project Completion",
|
||||
content: "We respect your time. Our team commits to on-schedule project completion with minimal disruption to your daily life.",
|
||||
},
|
||||
id: "4", title: "On-Time Project Completion", content: "We respect your time. Our team commits to on-schedule project completion with minimal disruption to your daily life."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -139,53 +124,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "House Wiring",
|
||||
price: "Affordable",
|
||||
variant: "Complete electrical wiring for new homes and renovations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-wires_23-2148254069.jpg?_wi=1",
|
||||
imageAlt: "House wiring installation",
|
||||
},
|
||||
id: "1", name: "House Wiring", price: "Affordable", variant: "Complete electrical wiring for new homes and renovations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-wires_23-2148254069.jpg?_wi=1", imageAlt: "House wiring installation"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Electrical Installation",
|
||||
price: "Reliable",
|
||||
variant: "Fans, lights, sockets, switches, and appliances",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg?_wi=1",
|
||||
imageAlt: "Electrical installation service",
|
||||
},
|
||||
id: "2", name: "Electrical Installation", price: "Reliable", variant: "Fans, lights, sockets, switches, and appliances", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17478.jpg?_wi=1", imageAlt: "Electrical installation service"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Electrical Repairs",
|
||||
price: "Quick",
|
||||
variant: "Fix faulty wiring, circuit issues, and power failures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=1",
|
||||
imageAlt: "Electrical repairs",
|
||||
},
|
||||
id: "3", name: "Electrical Repairs", price: "Quick", variant: "Fix faulty wiring, circuit issues, and power failures", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=1", imageAlt: "Electrical repairs"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Panel Board Installation",
|
||||
price: "Safe",
|
||||
variant: "Safe and organized electrical distribution boards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=1",
|
||||
imageAlt: "Panel board installation",
|
||||
},
|
||||
id: "4", name: "Panel Board Installation", price: "Safe", variant: "Safe and organized electrical distribution boards", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-52245.jpg?_wi=1", imageAlt: "Panel board installation"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lighting Installation",
|
||||
price: "Professional",
|
||||
variant: "Indoor and outdoor lighting setup and design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg?_wi=1",
|
||||
imageAlt: "Lighting installation",
|
||||
},
|
||||
id: "5", name: "Lighting Installation", price: "Professional", variant: "Indoor and outdoor lighting setup and design", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg?_wi=1", imageAlt: "Lighting installation"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Maintenance Services",
|
||||
price: "Preventive",
|
||||
variant: "Regular maintenance to prevent electrical issues",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-wiring-inside-switchboard-night-precision-service_169016-70898.jpg?_wi=1",
|
||||
imageAlt: "Maintenance services",
|
||||
},
|
||||
id: "6", name: "Maintenance Services", price: "Preventive", variant: "Regular maintenance to prevent electrical issues", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-wiring-inside-switchboard-night-precision-service_169016-70898.jpg?_wi=1", imageAlt: "Maintenance services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,59 +147,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Work & Perfect Timing",
|
||||
quote: "Really great work and on time. Amazing job and strong commitment to customer satisfaction. Highly recommend AR Electrical for any electrical needs.",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Homeowner, Bheemanady",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", title: "Excellent Work & Perfect Timing", quote: "Really great work and on time. Amazing job and strong commitment to customer satisfaction. Highly recommend AR Electrical for any electrical needs.", name: "Rajesh Kumar", role: "Homeowner, Bheemanady", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Professional & Affordable Service",
|
||||
quote: "Excellent service at any time. They responded quickly to my emergency call and fixed the problem professionally. Very affordable pricing too!",
|
||||
name: "Priya Menon",
|
||||
role: "Business Owner, Kasaragod",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-twitter-post-template_23-2149754244.jpg?_wi=1",
|
||||
imageAlt: "Priya Menon",
|
||||
},
|
||||
id: "2", title: "Professional & Affordable Service", quote: "Excellent service at any time. They responded quickly to my emergency call and fixed the problem professionally. Very affordable pricing too!", name: "Priya Menon", role: "Business Owner, Kasaragod", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-twitter-post-template_23-2149754244.jpg?_wi=1", imageAlt: "Priya Menon"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliable & Trustworthy",
|
||||
quote: "AR Electrical is the team to call. They completed the entire house wiring project on schedule and within budget. Very professional and reliable.",
|
||||
name: "Vikram Singh",
|
||||
role: "Contractor, Kasaragod District",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "3", title: "Reliable & Trustworthy", quote: "AR Electrical is the team to call. They completed the entire house wiring project on schedule and within budget. Very professional and reliable.", name: "Vikram Singh", role: "Contractor, Kasaragod District", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "4",
|
||||
title: "5-Star Service Every Time",
|
||||
quote: "Strong commitment to customer satisfaction is evident in every project. They take pride in their work and it shows. Will definitely call them again!",
|
||||
name: "Anjali Nair",
|
||||
role: "Property Manager, Bheemanady",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg?_wi=1",
|
||||
imageAlt: "Anjali Nair",
|
||||
},
|
||||
id: "4", title: "5-Star Service Every Time", quote: "Strong commitment to customer satisfaction is evident in every project. They take pride in their work and it shows. Will definitely call them again!", name: "Anjali Nair", role: "Property Manager, Bheemanady", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg?_wi=1", imageAlt: "Anjali Nair"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Fast Response & Quality Work",
|
||||
quote: "Called them for an urgent repair and they came immediately. Professional team, quality materials, and very reasonable rates. Highly satisfied!",
|
||||
name: "Mohammed Ali",
|
||||
role: "Business Owner, Kasaragod",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-front-with-clenched-fists-happy-excited-standing-pink-wall_141793-52902.jpg?_wi=1",
|
||||
imageAlt: "Mohammed Ali",
|
||||
},
|
||||
id: "5", title: "Fast Response & Quality Work", quote: "Called them for an urgent repair and they came immediately. Professional team, quality materials, and very reasonable rates. Highly satisfied!", name: "Mohammed Ali", role: "Business Owner, Kasaragod", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-front-with-clenched-fists-happy-excited-standing-pink-wall_141793-52902.jpg?_wi=1", imageAlt: "Mohammed Ali"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Local Experts You Can Trust",
|
||||
quote: "Great to have trusted local electricians in Kasaragod. They know the area well and provide service that's reliable and affordable. Top-notch team!",
|
||||
name: "Divya Sharma",
|
||||
role: "Homeowner, Kasaragod",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-book_23-2147611418.jpg?_wi=1",
|
||||
imageAlt: "Divya Sharma",
|
||||
},
|
||||
id: "6", title: "Local Experts You Can Trust", quote: "Great to have trusted local electricians in Kasaragod. They know the area well and provide service that's reliable and affordable. Top-notch team!", name: "Divya Sharma", role: "Homeowner, Kasaragod", imageSrc: "http://img.b2bpic.net/free-photo/woman-home-with-book_23-2147611418.jpg?_wi=1", imageAlt: "Divya Sharma"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -264,35 +171,17 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We provide electrical services throughout Kasaragod district, with primary focus on Bheemanady and surrounding towns. For locations outside our usual service area, please contact us to confirm availability.",
|
||||
},
|
||||
id: "1", title: "What areas do you serve?", content: "We provide electrical services throughout Kasaragod district, with primary focus on Bheemanady and surrounding towns. For locations outside our usual service area, please contact us to confirm availability."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer emergency repair services?",
|
||||
content: "Yes! We provide emergency electrical repair services. Call us at 082815 97838 and we'll respond as quickly as possible to resolve your electrical emergency.",
|
||||
},
|
||||
id: "2", title: "Do you offer emergency repair services?", content: "Yes! We provide emergency electrical repair services. Call us at 082815 97838 and we'll respond as quickly as possible to resolve your electrical emergency."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How quickly can you respond to service requests?",
|
||||
content: "We aim to respond to service requests within 24 hours during business hours. Emergency calls are prioritized and we'll get to you as soon as possible.",
|
||||
},
|
||||
id: "3", title: "How quickly can you respond to service requests?", content: "We aim to respond to service requests within 24 hours during business hours. Emergency calls are prioritized and we'll get to you as soon as possible."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your pricing structure?",
|
||||
content: "We offer competitive, transparent pricing with no hidden charges. We provide upfront estimates before starting any work. Prices depend on the scope and complexity of your electrical project.",
|
||||
},
|
||||
id: "4", title: "What is your pricing structure?", content: "We offer competitive, transparent pricing with no hidden charges. We provide upfront estimates before starting any work. Prices depend on the scope and complexity of your electrical project."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you provide warranty on your work?",
|
||||
content: "Yes, we stand behind our work with professional warranties. We use quality materials and workmanship to ensure long-lasting results.",
|
||||
},
|
||||
id: "5", title: "Do you provide warranty on your work?", content: "Yes, we stand behind our work with professional warranties. We use quality materials and workmanship to ensure long-lasting results."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you handle large commercial projects?",
|
||||
content: "Absolutely! Our team has experience with both residential and commercial electrical projects. We can handle projects of any size with professional expertise and timely completion.",
|
||||
},
|
||||
id: "6", title: "Can you handle large commercial projects?", content: "Absolutely! Our team has experience with both residential and commercial electrical projects. We can handle projects of any size with professional expertise and timely completion."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -301,7 +190,7 @@ export default function HomePage() {
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Need an Electrician Today?"
|
||||
description="Contact AR Electrical Engineering for immediate assistance. We're here to help with all your electrical needs in Kasaragod."
|
||||
description="Get a free quote within 2 hours"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/focused-call-center-operator-typing-laptop_74855-4213.jpg?_wi=1"
|
||||
|
||||
Reference in New Issue
Block a user