Merge version_1 into main #1
289
src/app/page.tsx
289
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Clock, Cloud, Cog, DollarSign, Flame, Gauge, MapPin, ShieldCheck, ThumbsUp, Wrench, Zap } from "lucide-react";
|
||||
import { Check, Clock, Cloud, Cog, DollarSign, Flame, Gauge, MapPin, ShieldCheck, ThumbsUp, Wrench, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
},
|
||||
name: "About Us", id: "about-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Service Areas",
|
||||
id: "service-areas",
|
||||
},
|
||||
name: "Service Areas", id: "service-areas"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Superior North Miami Heating & Cooling"
|
||||
/>
|
||||
@@ -68,74 +54,49 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Reliable Heating & Air Conditioning Services in North Miami"
|
||||
description="Keeping South Florida homes and businesses comfortable year-round with professional HVAC installation, repair, maintenance, and emergency services."
|
||||
tag="Fast Response • Licensed Technicians • Affordable Pricing • Customer Satisfaction Guaranteed"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Call Now: (305) 705-7515",
|
||||
href: "tel:+13057057515",
|
||||
},
|
||||
text: "Call Now: (305) 705-7515", href: "tel:+13057057515"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg"
|
||||
imageAlt="HVAC technician working on an outdoor air conditioner unit"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-paper-house-smiling_1258-23926.jpg",
|
||||
alt: "Happy homeowner smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-paper-house-smiling_1258-23926.jpg", alt: "Happy homeowner smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
|
||||
alt: "Satisfied business owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg", alt: "Satisfied business owner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-black-family-posing-studio_23-2150598666.jpg",
|
||||
alt: "Smiling family",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-black-family-posing-studio_23-2150598666.jpg", alt: "Smiling family"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
|
||||
alt: "Positive woman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", alt: "Positive woman"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feeling-happy-successful-confident-facing-challenge-saying-bring-it-welcoming-you_1194-632572.jpg",
|
||||
alt: "Man giving positive review",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feeling-happy-successful-confident-facing-challenge-saying-bring-it-welcoming-you_1194-632572.jpg", alt: "Man giving positive review"},
|
||||
]}
|
||||
avatarText="Trusted by 5000+ happy customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Estimates",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Free Estimates", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local North Miami Experts",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local North Miami Experts", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Customer Satisfaction",
|
||||
icon: ThumbsUp,
|
||||
type: "text-icon", text: "Customer Satisfaction", icon: ThumbsUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -146,10 +107,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="At Superior North Miami Heating & Cooling"
|
||||
description={[
|
||||
"We are committed to delivering dependable heating and air conditioning solutions for homeowners and businesses throughout North Miami and surrounding communities.",
|
||||
"Our experienced technicians provide expert diagnostics, repairs, system installations, preventative maintenance, and energy-efficient HVAC solutions. We take pride in our professionalism, attention to detail, and dedication to customer satisfaction.",
|
||||
"Whether your air conditioner stops working on the hottest day of the year or you're looking to upgrade to a more efficient system, our team is ready to help.",
|
||||
]}
|
||||
"We are committed to delivering dependable heating and air conditioning solutions for homeowners and businesses throughout North Miami and surrounding communities.", "Our experienced technicians provide expert diagnostics, repairs, system installations, preventative maintenance, and energy-efficient HVAC solutions. We take pride in our professionalism, attention to detail, and dedication to customer satisfaction.", "Whether your air conditioner stops working on the hottest day of the year or you're looking to upgrade to a more efficient system, our team is ready to help."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -157,37 +115,26 @@ export default function LandingPage() {
|
||||
<FeatureHoverPattern
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Air Conditioning Repair",
|
||||
description: "Fast diagnosis and repair of all major AC brands and models. We quickly identify problems and restore comfort to your home.",
|
||||
},
|
||||
title: "Air Conditioning Repair", description: "Fast diagnosis and repair of all major AC brands and models. We quickly identify problems and restore comfort to your home."},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Air Conditioning Installation",
|
||||
description: "Professional installation of energy-efficient air conditioning systems designed to reduce energy costs and improve indoor comfort.",
|
||||
},
|
||||
title: "Air Conditioning Installation", description: "Professional installation of energy-efficient air conditioning systems designed to reduce energy costs and improve indoor comfort."},
|
||||
{
|
||||
icon: Cog,
|
||||
title: "HVAC Maintenance",
|
||||
description: "Regular tune-ups help prevent costly breakdowns, extend equipment life, and improve overall performance.",
|
||||
},
|
||||
title: "HVAC Maintenance", description: "Regular tune-ups help prevent costly breakdowns, extend equipment life, and improve overall performance."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Heating Services",
|
||||
description: "Reliable heating system repairs, maintenance, and installations to keep your family comfortable during cooler months.",
|
||||
},
|
||||
title: "Heating Services", description: "Reliable heating system repairs, maintenance, and installations to keep your family comfortable during cooler months."},
|
||||
{
|
||||
icon: Cloud,
|
||||
title: "Indoor Air Quality Solutions",
|
||||
description: "Improve the air you breathe with filtration systems, air purifiers, humidity control, and ventilation solutions.",
|
||||
},
|
||||
title: "Indoor Air Quality Solutions", description: "Improve the air you breathe with filtration systems, air purifiers, humidity control, and ventilation solutions."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Emergency HVAC Services",
|
||||
description: "Unexpected breakdown? Our team is available to provide prompt emergency service when you need it most.",
|
||||
},
|
||||
title: "Emergency HVAC Services", description: "Unexpected breakdown? Our team is available to provide prompt emergency service when you need it most."},
|
||||
]}
|
||||
title="Comprehensive HVAC Services"
|
||||
description="Keeping your comfort our priority with a full range of heating and cooling solutions."
|
||||
@@ -201,40 +148,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "✓",
|
||||
title: "Experienced HVAC Professionals",
|
||||
description: "Our team consists of highly trained and certified technicians with years of experience.",
|
||||
id: "metric-1", value: "✓", title: "Experienced HVAC Professionals", description: "Our team consists of highly trained and certified technicians with years of experience.", icon: Check
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "✓",
|
||||
title: "Honest Recommendations",
|
||||
description: "We provide transparent advice and solutions tailored to your specific needs, never overselling.",
|
||||
id: "metric-2", value: "✓", title: "Honest Recommendations", description: "We provide transparent advice and solutions tailored to your specific needs, never overselling.", icon: Check
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "✓",
|
||||
title: "Fast and Reliable Service",
|
||||
description: "Count on us for prompt responses and efficient service to get your system running quickly.",
|
||||
id: "metric-3", value: "✓", title: "Fast and Reliable Service", description: "Count on us for prompt responses and efficient service to get your system running quickly.", icon: Check
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "✓",
|
||||
title: "Thorough Workmanship",
|
||||
description: "We pay close attention to detail, ensuring every job is done right the first time.",
|
||||
id: "metric-4", value: "✓", title: "Thorough Workmanship", description: "We pay close attention to detail, ensuring every job is done right the first time.", icon: Check
|
||||
},
|
||||
{
|
||||
id: "metric-5",
|
||||
value: "✓",
|
||||
title: "Respect for Your Home",
|
||||
description: "Our technicians treat your property with care, leaving it clean and tidy.",
|
||||
id: "metric-5", value: "✓", title: "Respect for Your Home", description: "Our technicians treat your property with care, leaving it clean and tidy.", icon: Check
|
||||
},
|
||||
{
|
||||
id: "metric-6",
|
||||
value: "✓",
|
||||
title: "Competitive Pricing",
|
||||
description: "We offer fair and transparent pricing without hidden fees, providing excellent value.",
|
||||
id: "metric-6", value: "✓", title: "Competitive Pricing", description: "We offer fair and transparent pricing without hidden fees, providing excellent value.", icon: Check
|
||||
},
|
||||
]}
|
||||
title="Why Customers Choose Us"
|
||||
@@ -248,39 +177,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Does HVAC maintenance save money?",
|
||||
content: "Yes, regular tune-ups can significantly lower your energy bills by ensuring your system runs efficiently and prevents costly breakdowns.",
|
||||
},
|
||||
id: "faq-1", title: "Does HVAC maintenance save money?", content: "Yes, regular tune-ups can significantly lower your energy bills by ensuring your system runs efficiently and prevents costly breakdowns."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How does maintenance improve system efficiency?",
|
||||
content: "Proper maintenance optimizes your HVAC system's performance, allowing it to heat and cool your home more effectively with less energy consumption.",
|
||||
},
|
||||
id: "faq-2", title: "How does maintenance improve system efficiency?", content: "Proper maintenance optimizes your HVAC system's performance, allowing it to heat and cool your home more effectively with less energy consumption."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can maintenance extend my HVAC unit's lifespan?",
|
||||
content: "Absolutely. Consistent preventative maintenance helps extend the lifespan of your equipment by identifying and addressing minor issues before they become major problems.",
|
||||
},
|
||||
id: "faq-3", title: "Can maintenance extend my HVAC unit's lifespan?", content: "Absolutely. Consistent preventative maintenance helps extend the lifespan of your equipment by identifying and addressing minor issues before they become major problems."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How does maintenance prevent unexpected breakdowns?",
|
||||
content: "Routine inspections and adjustments reduce the likelihood of inconvenient and costly breakdowns, especially during peak seasons when you need your system most.",
|
||||
},
|
||||
id: "faq-4", title: "How does maintenance prevent unexpected breakdowns?", content: "Routine inspections and adjustments reduce the likelihood of inconvenient and costly breakdowns, especially during peak seasons when you need your system most."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Does HVAC maintenance improve indoor air quality?",
|
||||
content: "By keeping filters clean and components free of dust and debris, regular maintenance significantly contributes to cleaner, healthier indoor air for your family.",
|
||||
},
|
||||
id: "faq-5", title: "Does HVAC maintenance improve indoor air quality?", content: "By keeping filters clean and components free of dust and debris, regular maintenance significantly contributes to cleaner, healthier indoor air for your family."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "Will maintenance ensure year-round comfort?",
|
||||
content: "Yes, a well-maintained system provides consistent and reliable heating and cooling, ensuring your comfort no matter the season or external temperatures.",
|
||||
},
|
||||
id: "faq-6", title: "Will maintenance ensure year-round comfort?", content: "Yes, a well-maintained system provides consistent and reliable heating and cooling, ensuring your comfort no matter the season or external temperatures."},
|
||||
]}
|
||||
title="Why Proper HVAC Maintenance Matters"
|
||||
description="Understanding the vital benefits of routine care for your heating and cooling systems."
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -290,50 +201,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Punctual and Professional Service",
|
||||
quote: "Technician arrived on schedule and was very polite and professional. Highly recommend!",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
imageAlt: "Smiling customer giving a thumbs up, happy, satisfied, residential background",
|
||||
},
|
||||
id: "testimonial-1", title: "Punctual and Professional Service", quote: "Technician arrived on schedule and was very polite and professional. Highly recommend!", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg", imageAlt: "Smiling customer giving a thumbs up, happy, satisfied, residential background"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Thorough and Reliable Work",
|
||||
quote: "He checks his work and is very thorough. I always trust their diagnostics and repairs.",
|
||||
name: "Michael Chen",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-desk-talking-smartphone_23-2148372176.jpg",
|
||||
imageAlt: "Professional homeowner with crossed arms, content, well-maintained home",
|
||||
},
|
||||
id: "testimonial-2", title: "Thorough and Reliable Work", quote: "He checks his work and is very thorough. I always trust their diagnostics and repairs.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-desk-talking-smartphone_23-2148372176.jpg", imageAlt: "Professional homeowner with crossed arms, content, well-maintained home"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Respectful and Clean Team",
|
||||
quote: "We always appreciate the blue shoe coverings while inside the home. A truly respectful team.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort-with-heating_23-2149134353.jpg",
|
||||
imageAlt: "Couple smiling in their comfortable home, happy, cozy, clean environment",
|
||||
},
|
||||
id: "testimonial-3", title: "Respectful and Clean Team", quote: "We always appreciate the blue shoe coverings while inside the home. A truly respectful team.", name: "Emily Rodriguez", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort-with-heating_23-2149134353.jpg", imageAlt: "Couple smiling in their comfortable home, happy, cozy, clean environment"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Quick and Excellent Repair",
|
||||
quote: "Our AC was repaired quickly and the service was excellent from start to finish. Very impressed!",
|
||||
name: "David Kim",
|
||||
role: "Property Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-shaking-hands-with-manager-auto-repair-shop_637285-4229.jpg",
|
||||
imageAlt: "Business owner shaking hands with HVAC technician, successful, reliable service",
|
||||
},
|
||||
id: "testimonial-4", title: "Quick and Excellent Repair", quote: "Our AC was repaired quickly and the service was excellent from start to finish. Very impressed!", name: "David Kim", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-shaking-hands-with-manager-auto-repair-shop_637285-4229.jpg", imageAlt: "Business owner shaking hands with HVAC technician, successful, reliable service"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Superior Service!",
|
||||
quote: "Superior service from a truly professional team. My AC is running perfectly and efficiently!",
|
||||
name: "Jessica Lee",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-model-having-coffee_23-2147859256.jpg",
|
||||
imageAlt: "Friendly woman looking at camera, expressing satisfaction, bright home",
|
||||
},
|
||||
id: "testimonial-5", title: "Superior Service!", quote: "Superior service from a truly professional team. My AC is running perfectly and efficiently!", name: "Jessica Lee", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-model-having-coffee_23-2147859256.jpg", imageAlt: "Friendly woman looking at camera, expressing satisfaction, bright home"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from satisfied homeowners and businesses about their experience with Superior North Miami Heating & Cooling."
|
||||
@@ -345,15 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"North Miami",
|
||||
"Miami",
|
||||
"Miami Shores",
|
||||
"Aventura",
|
||||
"Sunny Isles Beach",
|
||||
"Biscayne Park",
|
||||
"North Miami Beach",
|
||||
"South Florida Communities",
|
||||
]}
|
||||
"North Miami", "Miami", "Miami Shores", "Aventura", "Sunny Isles Beach", "Biscayne Park", "North Miami Beach", "South Florida Communities"]}
|
||||
title="Proudly Serving South Florida"
|
||||
description="We are your trusted HVAC partner in North Miami and surrounding communities, committed to your comfort."
|
||||
/>
|
||||
@@ -363,20 +231,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Need fast HVAC service?"
|
||||
title="Call Today or Request a Free Estimate"
|
||||
description="Reach out to Superior North Miami Heating & Cooling for reliable service. Our expert team is ready to assist you with all your heating and cooling needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (305) 705-7515",
|
||||
href: "tel:+13057057515",
|
||||
},
|
||||
text: "Call Now: (305) 705-7515", href: "tel:+13057057515"},
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -387,61 +250,37 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about-us",
|
||||
},
|
||||
label: "About Us", href: "#about-us"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "AC Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AC Repair", href: "#services"},
|
||||
{
|
||||
label: "AC Installation",
|
||||
href: "#services",
|
||||
},
|
||||
label: "AC Installation", href: "#services"},
|
||||
{
|
||||
label: "HVAC Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "HVAC Maintenance", href: "#services"},
|
||||
{
|
||||
label: "Emergency Service",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emergency Service", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Service Areas",
|
||||
href: "#service-areas",
|
||||
},
|
||||
label: "Service Areas", href: "#service-areas"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Claim This Business",
|
||||
href: "#",
|
||||
},
|
||||
label: "Claim This Business", href: "#"},
|
||||
{
|
||||
label: "Suggest an Edit",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suggest an Edit", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user