|
|
|
|
@@ -35,6 +35,11 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="Mountain Top Cooling"
|
|
|
|
|
button={{
|
|
|
|
|
text: "", onClick: () => window.location.href = "/", href: "/"
|
|
|
|
|
}}
|
|
|
|
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769235178-757192uf.jpg"
|
|
|
|
|
logoClassName="!w-24 !h-24 md:!w-32 md:!h-32"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -94,8 +99,6 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "1", name: "Erin Walsh", date: "Jan 1, 2025", title: "Customer", quote: "Matt reached out right away. He was so nice, knowledgeable, and came out within hours. Will definitely be my go to!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg", imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg?_wi=3", imageAlt: "luxury hvac modern equipment" },
|
|
|
|
|
{ id: "2", name: "Abbie Long", date: "Jan 1, 2025", title: "Customer", quote: "Highly recommend, super pleasant, quick to respond, knowledgeable and efficient, great pricing!!!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-showing-thumbs-up_1262-5331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-uniform-gesturing-with-fingers-looking-mild-front-view_176474-21707.jpg?_wi=2", imageAlt: "matt mcdermott hvac expert" },
|
|
|
|
|
{ id: "3", name: "David Linda Tonioli", date: "Dec 28, 2025", title: "Homeowner", quote: "Very professional and knowledgeable. Installed a new heater in one day.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-beautiful-young-woman-posing-with-expressions_1301-6723.jpg", imageAlt: "happy customer testimonial portrait" },
|
|
|
|
|
{ id: "4", name: "John Doe", date: "Dec 20, 2025", title: "Homeowner", quote: "Fast, clean, and reliable service. My go-to HVAC company now.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-middle-aged-woman-posing_344912-2836.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-showing-thumbs-up_1262-5331.jpg", imageAlt: "happy customer testimonial portrait" },
|
|
|
|
|
{ id: "5", name: "Jane Smith", date: "Dec 15, 2025", title: "Homeowner", quote: "Excellent work installing our new furnace. Temperature never dropped.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "happy customer testimonial portrait" },
|
|
|
|
|
]}
|
|
|
|
|
title="What Our Neighbors Are Saying"
|
|
|
|
|
description="Proudly recommended by the Middleboro community for reliable, fast, and pleasant HVAC expertise."
|
|
|
|
|
@@ -123,7 +126,7 @@ export default function LandingPage() {
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
tag="Get in touch"
|
|
|
|
|
title="Ready for Exceptional Comfort?"
|
|
|
|
|
description="Reach out to Matt McDermott at Mountain Top Cooling for reliable HVAC service in Middleboro, MA."
|
|
|
|
|
description="Reach out to Matt McDermott at Mountain Top Cooling for reliable HVAC service in Middleboro, MA. Contact: 617-417-6584."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call 617-417-6584", href: "tel:617-417-6584" },
|
|
|
|
|
{ text: "Email Us", href: "mailto:info@mountaintopcooling.com" },
|
|
|
|
|
@@ -135,7 +138,7 @@ export default function LandingPage() {
|
|
|
|
|
<FooterBase
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Services", items: [{ label: "Residential", href: "#" }, { label: "Commercial", href: "#" }, { label: "Maintenance", href: "#" }] },
|
|
|
|
|
{ title: "Hours", items: [{ label: "Sun: 08am-06pm", href: "#" }, { label: "Mon-Fri: 9am-5pm", href: "#" }, { label: "Sat: 08am-06pm", href: "#" }] },
|
|
|
|
|
{ title: "Hours", items: [{ label: "Sun: 8am-6pm", href: "#" }, { label: "Mon-Fri: 9am-5pm", href: "#" }, { label: "Sat: 8am-6pm", href: "#" }] },
|
|
|
|
|
{ title: "Contact", items: [{ label: "617-417-6584", href: "tel:617-417-6584" }] },
|
|
|
|
|
]}
|
|
|
|
|
logoText="Mountain Top Cooling"
|
|
|
|
|
@@ -144,4 +147,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|