Update src/app/page.tsx

This commit is contained in:
2026-06-10 07:01:51 +00:00
parent 3a2f07bd92
commit 7965952f73

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149215673.jpg" logoSrc="http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149215673.jpg"
logoAlt="Bangalore HVAC Experts Logo" logoAlt="Bangalore HVAC Experts Logo"
@@ -67,9 +53,7 @@ export default function LandingPage() {
bottomLeftText="Call for Service: +91 80 1234 5678" bottomLeftText="Call for Service: +91 80 1234 5678"
bottomRightText="info@bangalorehvac.com" bottomRightText="info@bangalorehvac.com"
button={{ button={{
text: "Get Free Quote", text: "Get Free Quote", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -79,45 +63,20 @@ export default function LandingPage() {
description="Experience unparalleled comfort with Bangalore's leading HVAC specialists. From rapid repairs to new installations, we ensure your home or business has perfect climate control. Get a free quote today!" description="Experience unparalleled comfort with Bangalore's leading HVAC specialists. From rapid repairs to new installations, we ensure your home or business has perfect climate control. Get a free quote today!"
testimonials={[ testimonials={[
{ {
name: "Priya Sharma", name: "Priya Sharma", handle: "@priyasharma_BLR", testimonial: "Amazing service! My AC was fixed within hours. Highly recommend Bangalore HVAC Experts!", rating: 5,
handle: "@priyasharma_BLR", imageSrc: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-smiling-cheerfully-showing-thumbs-up-sitting-chair-light-living-room_141793-101772.jpg", imageAlt: "Priya Sharma"},
testimonial: "Amazing service! My AC was fixed within hours. Highly recommend Bangalore HVAC Experts!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-casual-clothes-smiling-cheerfully-showing-thumbs-up-sitting-chair-light-living-room_141793-101772.jpg",
imageAlt: "Priya Sharma",
},
{ {
name: "Rajesh Kumar", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial: "Professional and efficient installation. Our office is finally comfortable year-round.", rating: 5,
handle: "@rajesh_k", imageSrc: "http://img.b2bpic.net/free-photo/great-time-home-beautiful-young-smiling-woman-working-laptop-while-sitting-big-comfortable-chair-home_231208-609.jpg", imageAlt: "Rajesh Kumar"},
testimonial: "Professional and efficient installation. Our office is finally comfortable year-round.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/great-time-home-beautiful-young-smiling-woman-working-laptop-while-sitting-big-comfortable-chair-home_231208-609.jpg",
imageAlt: "Rajesh Kumar",
},
{ {
name: "Anita Devi", name: "Anita Devi", handle: "@anita_devi", testimonial: "They truly care about customer satisfaction. My elderly parents are so happy with their prompt service.", rating: 5,
handle: "@anita_devi", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", imageAlt: "Anita Devi"},
testimonial: "They truly care about customer satisfaction. My elderly parents are so happy with their prompt service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
imageAlt: "Anita Devi",
},
{ {
name: "Sanjay & Meena", name: "Sanjay & Meena", handle: "@bangalore_home", testimonial: "New AC installed perfectly! The team was courteous and tidy. Great value!", rating: 5,
handle: "@bangalore_home", imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-tablet-park_23-2147779567.jpg", imageAlt: "Sanjay & Meena"},
testimonial: "New AC installed perfectly! The team was courteous and tidy. Great value!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-tablet-park_23-2147779567.jpg",
imageAlt: "Sanjay & Meena",
},
{ {
name: "Kiran Rao", name: "Kiran Rao", handle: "@kiran_corp", testimonial: "Our commercial HVAC system needed urgent repair. Bangalore HVAC was quick and reliable.", rating: 5,
handle: "@kiran_corp", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1424.jpg", imageAlt: "Kiran Rao"},
testimonial: "Our commercial HVAC system needed urgent repair. Bangalore HVAC was quick and reliable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1424.jpg",
imageAlt: "Kiran Rao",
},
]} ]}
testimonialRotationInterval={6000} testimonialRotationInterval={6000}
tag="Your Comfort, Our Priority" tag="Your Comfort, Our Priority"
@@ -125,36 +84,22 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Get a Free Estimate", text: "Get a Free Estimate", href: "#contact"},
href: "#contact",
},
{ {
text: "Call Us Now", text: "Call Us Now", href: "tel:+918012345678"},
href: "tel:+918012345678",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/young-indian-man-suit-tie-posed-against-pink-wall_627829-13303.jpg", src: "http://img.b2bpic.net/free-photo/young-indian-man-suit-tie-posed-against-pink-wall_627829-13303.jpg", alt: "Customer Avatar 1"},
alt: "Customer Avatar 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus_23-2148958101.jpg", src: "http://img.b2bpic.net/free-photo/young-man-travelling-by-city-bus_23-2148958101.jpg", alt: "Customer Avatar 2"},
alt: "Customer Avatar 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg", src: "http://img.b2bpic.net/free-photo/young-male-posing-isolated-against-blank-studio-wall_273609-12356.jpg", alt: "Customer Avatar 3"},
alt: "Customer Avatar 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends_23-2148576843.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-friends_23-2148576843.jpg", alt: "Customer Avatar 4"},
alt: "Customer Avatar 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/elegant-indian-macho-man-model-suit-pink-tie-posed-winter-day_627829-1596.jpg", src: "http://img.b2bpic.net/free-photo/elegant-indian-macho-man-model-suit-pink-tie-posed-winter-day_627829-1596.jpg", alt: "Elegant indian macho man model on suit and pink tie posed on winter day"},
alt: "Elegant indian macho man model on suit and pink tie posed on winter day",
},
]} ]}
avatarText="Trusted by 1000+ Happy Customers" avatarText="Trusted by 1000+ Happy Customers"
imageSrc="http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg" imageSrc="http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg"
@@ -177,24 +122,16 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Learn More About Us", text: "Discover Our Commitment", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Certified Technicians", title: "Certified Technicians", description: "Our team comprises highly trained and certified HVAC professionals committed to excellence."},
description: "Our team comprises highly trained and certified HVAC professionals committed to excellence.",
},
{ {
title: "24/7 Emergency Service", title: "24/7 Emergency Service", description: "We're available round the clock to address your urgent AC repair and maintenance needs."},
description: "We're available round the clock to address your urgent AC repair and maintenance needs.",
},
{ {
title: "Customer Satisfaction", title: "Customer Satisfaction", description: "Your comfort is our top priority. We guarantee satisfaction with every service."},
description: "Your comfort is our top priority. We guarantee satisfaction with every service.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/anonymous-man-discussing-data-tablet_23-2147785036.jpg" imageSrc="http://img.b2bpic.net/free-photo/anonymous-man-discussing-data-tablet_23-2147785036.jpg"
imageAlt="HVAC technician explaining services to a customer in Bangalore" imageAlt="HVAC technician explaining services to a customer in Bangalore"
@@ -210,29 +147,19 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Cloud, icon: Cloud,
title: "AC Installation", title: "AC Installation", description: "Expert installation of all types of AC units, ensuring optimal performance and energy efficiency for your home or office."},
description: "Expert installation of all types of AC units, ensuring optimal performance and energy efficiency for your home or office.",
},
{ {
icon: Wrench, icon: Wrench,
title: "AC Repair & Servicing", title: "AC Repair & Servicing", description: "Fast and reliable repair services for all AC brands. Our technicians diagnose and fix issues promptly to restore your comfort."},
description: "Fast and reliable repair services for all AC brands. Our technicians diagnose and fix issues promptly to restore your comfort.",
},
{ {
icon: Activity, icon: Activity,
title: "Preventive Maintenance", title: "Preventive Maintenance", description: "Regular maintenance plans to extend the lifespan of your HVAC system, improve air quality, and prevent costly breakdowns."},
description: "Regular maintenance plans to extend the lifespan of your HVAC system, improve air quality, and prevent costly breakdowns.",
},
{ {
icon: Leaf, icon: Leaf,
title: "Indoor Air Quality", title: "Indoor Air Quality", description: "Solutions for cleaner, healthier indoor air, including air purifiers, humidifiers, and ventilation system checks."},
description: "Solutions for cleaner, healthier indoor air, including air purifiers, humidifiers, and ventilation system checks.",
},
{ {
icon: Building, icon: Building,
title: "Commercial HVAC", title: "Commercial HVAC", description: "Specialized HVAC services for businesses, ensuring a comfortable and productive environment for your employees and customers."},
description: "Specialized HVAC services for businesses, ensuring a comfortable and productive environment for your employees and customers.",
},
]} ]}
title="Comprehensive HVAC Solutions" title="Comprehensive HVAC Solutions"
description="We offer a full spectrum of HVAC services tailored to meet the unique climate needs of Bangalore. From installation to preventive maintenance, we've got you covered." description="We offer a full spectrum of HVAC services tailored to meet the unique climate needs of Bangalore. From installation to preventive maintenance, we've got you covered."
@@ -249,61 +176,31 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic-service", id: "basic-service", badge: "Residential", badgeIcon: Home,
badge: "Residential", price: "₹1499", subtitle: "Basic AC Check-up", buttons: [
badgeIcon: Home,
price: "₹1499",
subtitle: "Basic AC Check-up",
buttons: [
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"Thorough AC unit inspection", "Thorough AC unit inspection", "Filter cleaning", "Coolant level check", "Basic functional test"],
"Filter cleaning",
"Coolant level check",
"Basic functional test",
],
}, },
{ {
id: "annual-maintenance", id: "annual-maintenance", badge: "Most Popular", badgeIcon: CalendarCheck,
badge: "Most Popular", price: "₹4999", subtitle: "Annual Maintenance Contract", buttons: [
badgeIcon: CalendarCheck,
price: "₹4999",
subtitle: "Annual Maintenance Contract",
buttons: [
{ {
text: "Enroll Now", text: "Enroll Now", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"2 preventive services per year", "2 preventive services per year", "Priority emergency repairs", "10% discount on spare parts", "Extended warranty on services"],
"Priority emergency repairs",
"10% discount on spare parts",
"Extended warranty on services",
],
}, },
{ {
id: "commercial-plan", id: "commercial-plan", badge: "Business", badgeIcon: Building,
badge: "Business", price: "Custom Quote", subtitle: "Tailored Commercial Solutions", buttons: [
badgeIcon: Building,
price: "Custom Quote",
subtitle: "Tailored Commercial Solutions",
buttons: [
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"On-site system assessment", "On-site system assessment", "Customized maintenance schedule", "Dedicated account manager", "24/7 commercial support"],
"Customized maintenance schedule",
"Dedicated account manager",
"24/7 commercial support",
],
}, },
]} ]}
title="Transparent Service Packages" title="Transparent Service Packages"
@@ -319,14 +216,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Corporate Hubs", "Corporate Hubs", "Tech Parks", "Hospitality Groups", "Retail Chains", "Educational Institutions", "Healthcare Facilities", "Residential Complexes"]}
"Tech Parks",
"Hospitality Groups",
"Retail Chains",
"Educational Institutions",
"Healthcare Facilities",
"Residential Complexes",
]}
title="Trusted by Leading Businesses in Bangalore" title="Trusted by Leading Businesses in Bangalore"
description="Our commitment to excellence has made us the preferred HVAC partner for diverse industries across the city. Join our growing list of satisfied commercial clients." description="Our commitment to excellence has made us the preferred HVAC partner for diverse industries across the city. Join our growing list of satisfied commercial clients."
tag="Our Valued Clients" tag="Our Valued Clients"
@@ -334,9 +224,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "See Our Case Studies", text: "See Our Case Studies", href: "#"},
href: "#",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
speed={50} speed={50}
@@ -350,49 +238,19 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Preeti Singh", handle: "Residential Client", testimonial: "The best AC service in Bangalore! Quick, efficient, and very professional. My old AC feels brand new.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Preeti Singh", icon: Quote,
name: "Preeti Singh",
handle: "Residential Client",
testimonial: "The best AC service in Bangalore! Quick, efficient, and very professional. My old AC feels brand new.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
imageAlt: "Preeti Singh",
icon: Quote,
}, },
{ {
id: "t2", id: "t2", name: "Arjun Reddy", handle: "Business Owner", testimonial: "Exceptional commercial HVAC maintenance. Our office environment has never been more consistent.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg", imageAlt: "Arjun Reddy", icon: Quote,
name: "Arjun Reddy",
handle: "Business Owner",
testimonial: "Exceptional commercial HVAC maintenance. Our office environment has never been more consistent.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hand-hip-confident-positive-proud-friendly-attitude_1194-633391.jpg",
imageAlt: "Arjun Reddy",
icon: Quote,
}, },
{ {
id: "t3", id: "t3", name: "The Murthy Family", handle: "Homeowners", testimonial: "We got a new AC installed, and the team was fantastic. Clean work, polite, and explained everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-people-with-tablet_23-2149893904.jpg", imageAlt: "The Murthy Family", icon: Quote,
name: "The Murthy Family",
handle: "Homeowners",
testimonial: "We got a new AC installed, and the team was fantastic. Clean work, polite, and explained everything clearly.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-people-with-tablet_23-2149893904.jpg",
imageAlt: "The Murthy Family",
icon: Quote,
}, },
{ {
id: "t4", id: "t4", name: "Sneha Prakash", handle: "Startup CEO", testimonial: "Responsive emergency repair! Our server room AC failed, and they were there within an hour. Lifesavers!", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg", imageAlt: "Sneha Prakash", icon: Quote,
name: "Sneha Prakash",
handle: "Startup CEO",
testimonial: "Responsive emergency repair! Our server room AC failed, and they were there within an hour. Lifesavers!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-colleagues-embracing-with-eyes-closed-while-having-coffee-break-cafe_637285-8148.jpg",
imageAlt: "Sneha Prakash",
icon: Quote,
}, },
{ {
id: "t5", id: "t5", name: "Vikram & Pooja", handle: "Apartment Residents", testimonial: "Our annual maintenance contract with them gives us peace of mind. Great value and superb service every time.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-senior-couple-dancing-together_23-2148268622.jpg", imageAlt: "Vikram & Pooja", icon: Quote,
name: "Vikram & Pooja",
handle: "Apartment Residents",
testimonial: "Our annual maintenance contract with them gives us peace of mind. Great value and superb service every time.",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-senior-couple-dancing-together_23-2148268622.jpg",
imageAlt: "Vikram & Pooja",
icon: Quote,
}, },
]} ]}
title="What Our Bangalore Customers Say" title="What Our Bangalore Customers Say"
@@ -408,38 +266,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq1", id: "faq1", title: "What areas in Bangalore do you serve?", content: "We proudly serve all major areas within Bangalore, including Indiranagar, Koramangala, Jayanagar, HSR Layout, Whitefield, Electronic City, and more. Contact us to confirm service availability in your specific location."},
title: "What areas in Bangalore do you serve?",
content: "We proudly serve all major areas within Bangalore, including Indiranagar, Koramangala, Jayanagar, HSR Layout, Whitefield, Electronic City, and more. Contact us to confirm service availability in your specific location.",
},
{ {
id: "faq2", id: "faq2", title: "How quickly can you respond to an emergency AC repair?", content: "Our emergency response team is available 24/7. We aim to reach your location within 1-2 hours for urgent AC repair requests across Bangalore to restore your comfort swiftly."},
title: "How quickly can you respond to an emergency AC repair?",
content: "Our emergency response team is available 24/7. We aim to reach your location within 1-2 hours for urgent AC repair requests across Bangalore to restore your comfort swiftly.",
},
{ {
id: "faq3", id: "faq3", title: "Do you offer annual maintenance contracts (AMCs)?", content: "Yes, we offer comprehensive annual maintenance contracts for both residential and commercial clients. Our AMCs include regular check-ups, preferential service, and discounts on parts to keep your system running smoothly."},
title: "Do you offer annual maintenance contracts (AMCs)?",
content: "Yes, we offer comprehensive annual maintenance contracts for both residential and commercial clients. Our AMCs include regular check-ups, preferential service, and discounts on parts to keep your system running smoothly.",
},
{ {
id: "faq4", id: "faq4", title: "What brands of AC units do you service?", content: "Our certified technicians are experienced in servicing and repairing all major brands of AC units, including Daikin, LG, Samsung, Voltas, Hitachi, Blue Star, Carrier, and many others. We also handle lesser-known brands."},
title: "What brands of AC units do you service?",
content: "Our certified technicians are experienced in servicing and repairing all major brands of AC units, including Daikin, LG, Samsung, Voltas, Hitachi, Blue Star, Carrier, and many others. We also handle lesser-known brands.",
},
{ {
id: "faq5", id: "faq5", title: "How can I get a free estimate?", content: "You can request a free estimate by filling out the contact form on our website, calling us directly, or sending an email. We'll schedule a convenient time for an on-site assessment."},
title: "How can I get a free estimate?",
content: "You can request a free estimate by filling out the contact form on our website, calling us directly, or sending an email. We'll schedule a convenient time for an on-site assessment.",
},
]} ]}
sideTitle="Got Questions? We Have Answers." sideTitle="Got Questions? We Have Answers."
sideDescription="Find quick answers to the most common questions about our HVAC services in Bangalore. If you don't find what you're looking for, feel free to contact us directly!" sideDescription="Find quick answers to the most common questions about our HVAC services in Bangalore. If you don't find what you're looking for, feel free to contact us directly!"
buttons={[ buttons={[
{ {
text: "Ask a Question", text: "Ask a Question", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -451,8 +292,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get Your HVAC Needs Sorted" tag="Get Your HVAC Needs Sorted"
title="Request a Free Quote or Call Us Today!" title="Request a Free Quote or Call Us Today!"
description="Ready for reliable HVAC service? Fill out the form below to get a free, no-obligation estimate, or call us directly for immediate assistance. Your comfort is just a click or call away!" description="Ready for reliable HVAC service? Fill out the form below to get a free, no-obligation estimate, or call us directly for immediate assistance. Your comfort is just a click or call away!"
@@ -475,66 +315,39 @@ export default function LandingPage() {
logoText="HVAC Experts" logoText="HVAC Experts"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "AC Installation", label: "AC Installation", href: "#services"},
href: "#services",
},
{ {
label: "AC Repair", label: "AC Repair", href: "#services"},
href: "#services",
},
{ {
label: "Maintenance Plans", label: "Maintenance Plans", href: "#services"},
href: "#services",
},
{ {
label: "Commercial HVAC", label: "Commercial HVAC", href: "#services"},
href: "#services",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Us", label: "Contact Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Call: +91 80 1234 5678", label: "Call: +91 80 1234 5678", href: "tel:+918012345678"},
href: "tel:+918012345678",
},
{ {
label: "Email: info@bangalorehvac.com", label: "Email: info@bangalorehvac.com", href: "mailto:info@bangalorehvac.com"},
href: "mailto:info@bangalorehvac.com",
},
{ {
label: "WhatsApp", label: "WhatsApp", href: "https://wa.me/918012345678"},
href: "https://wa.me/918012345678",
},
{ {
label: "Google Maps", label: "Google Maps", href: "https://maps.app.goo.gl/YourLocation"},
href: "https://maps.app.goo.gl/YourLocation",
},
], ],
}, },
]} ]}