Merge version_1 into main #1
282
src/app/page.tsx
282
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, CheckCircle, DollarSign, Headphones, Leaf, Star, Users } from "lucide-react";
|
||||
import { Award, CheckCircle, DollarSign, Fan, Headphones, Leaf, Search, Star, Users, Wind, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Minneapolis H&C"
|
||||
/>
|
||||
@@ -60,87 +50,54 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Minneapolis Heating & Cooling: Your Comfort, Our Priority"
|
||||
description="Expert HVAC services in Minneapolis, ensuring your home stays comfortable year-round. From furnace repair to A/C maintenance, we deliver reliable solutions with a 4.9-star rating."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "4.9", label: "Star Rating"},
|
||||
{
|
||||
value: "23",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "23", label: "Reviews"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "20+", label: "Years Experience"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Us Today",
|
||||
href: "tel:+16122943727",
|
||||
},
|
||||
text: "Call Us Today", href: "tel:+16122943727"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg"
|
||||
imageAlt="Modern HVAC outdoor unit for residential home"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg",
|
||||
alt: "young man business laptop studying",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-business-laptop-studying_1303-1266.jpg", alt: "young man business laptop studying"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg",
|
||||
alt: "Men shaking hands medium shot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/men-shaking-hands-medium-shot_23-2148920605.jpg", alt: "Men shaking hands medium shot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-observer_1098-14823.jpg",
|
||||
alt: "Young observer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-observer_1098-14823.jpg", alt: "Young observer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg",
|
||||
alt: "Close up on thoughtful man in the office corridor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-thoughtful-man-office-corridor_329181-15803.jpg", alt: "Close up on thoughtful man in the office corridor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-engineer-using-tablet-design-building-model-maquette-work-man-builder-working-with-digital-device-plan-construction-project-blueprints-urban-development_482257-27902.jpg",
|
||||
alt: "Close up of engineer using tablet to design building model and maquette at work.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-engineer-using-tablet-design-building-model-maquette-work-man-builder-working-with-digital-device-plan-construction-project-blueprints-urban-development_482257-27902.jpg", alt: "Close up of engineer using tablet to design building model and maquette at work."},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ satisfied customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Technicians",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Certified Technicians", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg",
|
||||
alt: "3d rendering of ventilation system",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281306.jpg", alt: "3d rendering of ventilation system"},
|
||||
{
|
||||
type: "text-icon", text: "24/7 Emergency Service", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Service",
|
||||
icon: Headphones,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg", alt: "3d rendering of ventilation system"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg",
|
||||
alt: "3d rendering of ventilation system",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly Solutions", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -155,19 +112,13 @@ export default function LandingPage() {
|
||||
description="Minneapolis Heating & Cooling has been a trusted name in HVAC for over two decades. We pride ourselves on delivering top-notch service, respecting your home, and ensuring complete satisfaction with every job."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Experienced Technicians",
|
||||
description: "Our certified experts provide reliable, efficient service with unparalleled professionalism.",
|
||||
icon: CheckCircle,
|
||||
title: "Experienced Technicians", description: "Our certified experts provide reliable, efficient service with unparalleled professionalism.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Customer Satisfaction",
|
||||
description: "We are dedicated to exceeding your expectations and ensuring your complete peace of mind.",
|
||||
icon: Users,
|
||||
title: "Customer Satisfaction", description: "We are dedicated to exceeding your expectations and ensuring your complete peace of mind.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "Enjoy clear, upfront costs with no hidden fees. We believe in honest and fair service.",
|
||||
icon: DollarSign,
|
||||
title: "Transparent Pricing", description: "Enjoy clear, upfront costs with no hidden fees. We believe in honest and fair service.", icon: DollarSign,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-plumber-man_1368-6314.jpg"
|
||||
@@ -182,32 +133,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Furnace Repair",
|
||||
description: "Prompt and reliable furnace repair to restore your home's warmth quickly and efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg",
|
||||
imageAlt: "Technician repairing a furnace",
|
||||
buttonIcon: "Wrench",
|
||||
title: "Furnace Repair", description: "Prompt and reliable furnace repair to restore your home's warmth quickly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "Technician repairing a furnace", buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Ductwork Installation",
|
||||
description: "Expert ductwork installation for optimal air quality and efficient heating and cooling throughout your home.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg",
|
||||
imageAlt: "Newly installed ductwork in a building",
|
||||
buttonIcon: "Wind",
|
||||
title: "Ductwork Installation", description: "Expert ductwork installation for optimal air quality and efficient heating and cooling throughout your home.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-white-clothes_23-2148910214.jpg", imageAlt: "Newly installed ductwork in a building", buttonIcon: Wind,
|
||||
},
|
||||
{
|
||||
title: "A/C Vent Cleaning",
|
||||
description: "Thorough A/C vent cleaning to improve air quality and ensure your system runs smoothly and efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388943.jpg",
|
||||
imageAlt: "Cleaning air conditioning vents",
|
||||
buttonIcon: "Fan",
|
||||
title: "A/C Vent Cleaning", description: "Thorough A/C vent cleaning to improve air quality and ensure your system runs smoothly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388943.jpg", imageAlt: "Cleaning air conditioning vents", buttonIcon: Fan,
|
||||
},
|
||||
{
|
||||
title: "HVAC Inspection",
|
||||
description: "Comprehensive HVAC inspections to identify potential issues and ensure your system operates at peak performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg",
|
||||
imageAlt: "Technician inspecting an HVAC unit",
|
||||
buttonIcon: "Search",
|
||||
title: "HVAC Inspection", description: "Comprehensive HVAC inspections to identify potential issues and ensure your system operates at peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/repairman-reporting-found-freon-leaks_482257-92670.jpg", imageAlt: "Technician inspecting an HVAC unit", buttonIcon: Search,
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive HVAC Services"
|
||||
@@ -222,20 +157,11 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "m1", value: "99%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Emergency Service",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Emergency Service"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Fast",
|
||||
description: "Response Time",
|
||||
},
|
||||
id: "m3", value: "Fast", description: "Response Time"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -248,58 +174,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Koen Roderick",
|
||||
handle: "@koenroderick",
|
||||
testimonial: "After years of neglect, I finally had my A/C vents cleaned, and the difference is astounding. The team arrived promptly, taking a little under an hour to complete the job. The air feels fresher, and I can already tell it’s helping.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg",
|
||||
imageAlt: "Photo of Koen Roderick",
|
||||
icon: Star,
|
||||
id: "t1", name: "Koen Roderick", handle: "@koenroderick", testimonial: "After years of neglect, I finally had my A/C vents cleaned, and the difference is astounding. The team arrived promptly, taking a little under an hour to complete the job. The air feels fresher, and I can already tell it’s helping.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg", imageAlt: "Photo of Koen Roderick", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ernest Mariana",
|
||||
handle: "@ernestm",
|
||||
testimonial: "After a smooth installation process, the air quality in my home has noticeably improved. The team was punctual and professional, completing the job efficiently. Highly recommend for anyone needing ductwork done!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-3694.jpg",
|
||||
imageAlt: "Photo of Ernest Mariana",
|
||||
icon: Star,
|
||||
id: "t2", name: "Ernest Mariana", handle: "@ernestm", testimonial: "After a smooth installation process, the air quality in my home has noticeably improved. The team was punctual and professional, completing the job efficiently. Highly recommend for anyone needing ductwork done!", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-angry-expression_1194-3694.jpg", imageAlt: "Photo of Ernest Mariana", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Janae Veronica",
|
||||
handle: "@janaev",
|
||||
testimonial: "Appreciated how carefully the technician inspected the HVAC system. He identified the issue quickly and resolved it efficiently. Everything is working smoothly now.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-corporate-meeting-sharing-ideas-with-investors-group_482257-124041.jpg",
|
||||
imageAlt: "Photo of Janae Veronica",
|
||||
icon: Star,
|
||||
id: "t3", name: "Janae Veronica", handle: "@janaev", testimonial: "Appreciated how carefully the technician inspected the HVAC system. He identified the issue quickly and resolved it efficiently. Everything is working smoothly now.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-corporate-meeting-sharing-ideas-with-investors-group_482257-124041.jpg", imageAlt: "Photo of Janae Veronica", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "Minneapolis Heating & Cooling respected our home and delivered excellent results. Their professionalism and attention to detail were truly impressive. Highly recommend their services!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-happy-man-with-tattoos-long-grey-beard-pointing-himself-with-excited-smiling-face-winning-achieve-goal-hear-about-good-awesome-news-standing-white-background_176420-53168.jpg",
|
||||
imageAlt: "Photo of David Kim",
|
||||
icon: Star,
|
||||
id: "t4", name: "David Kim", handle: "@davidk", testimonial: "Minneapolis Heating & Cooling respected our home and delivered excellent results. Their professionalism and attention to detail were truly impressive. Highly recommend their services!", imageSrc: "http://img.b2bpic.net/free-photo/old-happy-man-with-tattoos-long-grey-beard-pointing-himself-with-excited-smiling-face-winning-achieve-goal-hear-about-good-awesome-news-standing-white-background_176420-53168.jpg", imageAlt: "Photo of David Kim", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The service was completed in a timely manner, and the technicians were incredibly polite. My home feels much more comfortable now. Fantastic experience from start to finish!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-african-american-woman-hugging-herself-smiling-pleased-standing-yellow_1258-180485.jpg",
|
||||
imageAlt: "Photo of Sarah Johnson",
|
||||
icon: Star,
|
||||
id: "t5", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The service was completed in a timely manner, and the technicians were incredibly polite. My home feels much more comfortable now. Fantastic experience from start to finish!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-african-american-woman-hugging-herself-smiling-pleased-standing-yellow_1258-180485.jpg", imageAlt: "Photo of Sarah Johnson", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Michael Chen",
|
||||
handle: "@michaelc",
|
||||
testimonial: "Quick and effective furnace repair. The technician was knowledgeable and had our heating back up in no time. Great service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
imageAlt: "Photo of Michael Chen",
|
||||
icon: Star,
|
||||
id: "t6", name: "Michael Chen", handle: "@michaelc", testimonial: "Quick and effective furnace repair. The technician was knowledgeable and had our heating back up in no time. Great service!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Photo of Michael Chen", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
@@ -312,14 +202,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Happy Homeowners",
|
||||
"Local Businesses",
|
||||
"Property Managers",
|
||||
"Residential Clients",
|
||||
"Community Partners",
|
||||
"Real Estate Agencies",
|
||||
"Local Developers",
|
||||
]}
|
||||
"Happy Homeowners", "Local Businesses", "Property Managers", "Residential Clients", "Community Partners", "Real Estate Agencies", "Local Developers"]}
|
||||
title="Trusted by Homeowners Across Minneapolis"
|
||||
description="We're proud to serve our community, building lasting relationships based on trust and exceptional service for all heating and cooling needs."
|
||||
/>
|
||||
@@ -330,30 +213,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Minneapolis and the surrounding metropolitan area, including nearby suburbs for all your heating and cooling needs.",
|
||||
},
|
||||
id: "q1", title: "What areas do you serve?", content: "We proudly serve Minneapolis and the surrounding metropolitan area, including nearby suburbs for all your heating and cooling needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How often should I have my HVAC system inspected?",
|
||||
content: "We recommend having your HVAC system inspected at least once a year, ideally before the heating and cooling seasons, to ensure optimal performance and catch any issues early.",
|
||||
},
|
||||
id: "q2", title: "How often should I have my HVAC system inspected?", content: "We recommend having your HVAC system inspected at least once a year, ideally before the heating and cooling seasons, to ensure optimal performance and catch any issues early."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we understand that HVAC emergencies can happen at any time. We offer 24/7 emergency repair services to ensure your comfort is quickly restored.",
|
||||
},
|
||||
id: "q3", title: "Do you offer emergency services?", content: "Yes, we understand that HVAC emergencies can happen at any time. We offer 24/7 emergency repair services to ensure your comfort is quickly restored."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What types of payment do you accept?",
|
||||
content: "We accept major credit cards, debit cards, and offer flexible financing options for larger installations or repairs. Contact us for more details.",
|
||||
},
|
||||
id: "q4", title: "What types of payment do you accept?", content: "We accept major credit cards, debit cards, and offer flexible financing options for larger installations or repairs. Contact us for more details."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Is a free estimate truly free?",
|
||||
content: "Absolutely! Our initial estimates for new installations or major repairs are completely free with no obligation. We believe in transparent service from the start.",
|
||||
},
|
||||
id: "q5", title: "Is a free estimate truly free?", content: "Absolutely! Our initial estimates for new installations or major repairs are completely free with no obligation. We believe in transparent service from the start."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about our HVAC services, repairs, and installations. If you don't see your question, feel free to contact us directly."
|
||||
@@ -366,20 +234,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready for Comfort?"
|
||||
title="Get Your Free HVAC Estimate Today!"
|
||||
description="Contact Minneapolis Heating & Cooling for reliable service, expert advice, and a comfortable home. We’re here to help you with all your heating and cooling needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "mailto:info@mplshvac.com",
|
||||
},
|
||||
text: "Request Service", href: "mailto:info@mplshvac.com"},
|
||||
{
|
||||
text: "Call (612) 294-3727",
|
||||
href: "tel:+16122943727",
|
||||
},
|
||||
text: "Call (612) 294-3727", href: "tel:+16122943727"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -388,58 +251,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Furnace Repair",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Furnace Repair", href: "#services"},
|
||||
{
|
||||
label: "Ductwork",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Ductwork", href: "#services"},
|
||||
{
|
||||
label: "A/C Cleaning",
|
||||
href: "#services",
|
||||
},
|
||||
label: "A/C Cleaning", href: "#services"},
|
||||
{
|
||||
label: "HVAC Inspection",
|
||||
href: "#services",
|
||||
},
|
||||
label: "HVAC Inspection", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Get an Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get an Estimate", href: "#contact"},
|
||||
{
|
||||
label: "(612) 294-3727",
|
||||
href: "tel:+16122943727",
|
||||
},
|
||||
label: "(612) 294-3727", href: "tel:+16122943727"},
|
||||
{
|
||||
label: "528 Nicollet Mall",
|
||||
href: "https://maps.app.goo.gl/example",
|
||||
},
|
||||
label: "528 Nicollet Mall", href: "https://maps.app.goo.gl/example"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user