Compare commits

...

20 Commits

Author SHA1 Message Date
a1c25a05c8 Update theme fonts 2026-04-10 00:06:46 +00:00
09b6b936a2 Update theme fonts 2026-04-10 00:06:46 +00:00
afc0d5e4cc Update theme fonts 2026-04-10 00:06:13 +00:00
257299d467 Update theme fonts 2026-04-10 00:06:12 +00:00
bcedc128df Update theme fonts 2026-04-10 00:05:56 +00:00
f1fb51a3da Update theme fonts 2026-04-10 00:05:56 +00:00
6b04d096b9 Update theme fonts 2026-04-10 00:05:47 +00:00
00d002a624 Update theme fonts 2026-04-10 00:05:46 +00:00
baf5fa152d Update src/app/page.tsx 2026-04-10 00:03:45 +00:00
4b892f0e52 Merge version_36 into main
Merge version_36 into main
2026-04-09 23:47:36 +00:00
e3ad0477c3 Update src/app/page.tsx 2026-04-09 23:47:33 +00:00
ed1efe7717 Merge version_36 into main
Merge version_36 into main
2026-04-09 23:45:38 +00:00
32a40668d6 Update src/app/page.tsx 2026-04-09 23:45:31 +00:00
55bde5a1dd Merge version_35 into main
Merge version_35 into main
2026-04-09 23:44:47 +00:00
46cbe1f160 Update src/app/page.tsx 2026-04-09 23:44:40 +00:00
7b3907cf8e Merge version_35 into main
Merge version_35 into main
2026-04-09 23:41:33 +00:00
b8a8097c09 Update src/app/page.tsx 2026-04-09 23:41:30 +00:00
29212f7db3 Merge version_34 into main
Merge version_34 into main
2026-04-09 23:40:04 +00:00
d4887e653b Update src/app/page.tsx 2026-04-09 23:40:01 +00:00
c873711645 Merge version_33 into main
Merge version_33 into main
2026-04-09 23:38:02 +00:00
3 changed files with 33 additions and 39 deletions

View File

@@ -13,6 +13,7 @@ import { Poppins } from "next/font/google";
import { Manrope } from "next/font/google";
import { Figtree } from "next/font/google";
import { Mulish } from "next/font/google";
import { Raleway } from "next/font/google";
@@ -37,12 +38,12 @@ export const metadata: Metadata = {
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
@@ -54,7 +55,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body className={`${montserrat.variable} antialiased`}>
{children}
<script

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -30,8 +30,8 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "About", id: "about" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
@@ -46,21 +46,14 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
title="From The Cape to Berkshires- HVAC You Can Trust"
<HeroOverlay
title="From The Cape to Berkshires - HVAC You Can Trust"
description="Fast, professional HVAC installation, maintenance, and emergency repair. When comfort matters, trust the experts at Mountain Top Cooling, where comfort reaches the top."
kpis={[
{ value: "100%", label: "Satisfaction" },
{ value: "24/7", label: "Emergency" },
{ value: "1hr", label: "Response" }
]}
enableKpiAnimation={true}
tag="Expert HVAC Services"
buttons={[{ text: "Book Your Free Quote", href: "tel:617-417-6584" }]}
buttons={[{ text: "Get Your Free HVAC Quote", href: "tel:617-417-6584" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1"
imagePosition="right"
mediaAnimation="slide-up"
showDimOverlay={true}
textPosition="bottom"
/>
</div>
@@ -82,17 +75,6 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="Meet Matthew McDermott"
description="With years of experience in the field, Matt McDermott founded Mountain Top Cooling to provide the community with honest, reliable, and high-performance HVAC solutions. Matt personally oversees every project, ensuring that every installation, repair, and ductwork design meets the highest standards of safety and comfort. His dedication to transparency and responsiveness has built a reputation for trust across Middleboro and the surrounding areas. Whether you are dealing with an emergency or planning a system upgrade, Matt and his team treat your home or business with the care it deserves."
tag="Our Founder"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769587613-wr51yhxs.jpg"
buttons={[{ text: "Call to Chat with Matt", href: "tel:617-417-6584" }]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"
@@ -102,8 +84,19 @@ export default function LandingPage() {
{ id: "2", name: "Abbie Long", date: "Jan 1, 2025", title: "★★★★★", quote: "Highly recommend, super pleasant, quick to respond, knowledgeable and efficient, great pricing!!!", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769933722-qm150lig.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772742070-vni774de.jpg", imageAlt: "matt mcdermott hvac expert" },
{ id: "3", name: "David and Linda Tonioli", date: "Dec 28, 2025", title: "★★★★★", quote: "Very professional and knowledgeable. Installed a new heater in one day.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769923382-maralmq3.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775777106003-08w5fa1u.jpg", imageAlt: "happy customer testimonial portrait" },
]}
title="What Our Neighbors Are Saying"
description="Proudly recommended by the Massachusetts community for reliable, fast, and pleasant HVAC expertise."
title="Trusted by Our Neighbors"
description="Join the local community of satisfied homeowners who rely on our neighborly expertise for fast, dependable comfort."
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={true}
title="Meet Matthew McDermott"
description="With years of experience in the field, Matt McDermott founded Mountain Top Cooling to provide the community with honest, reliable, and high-performance HVAC solutions. Matt personally oversees every project, ensuring that every installation, repair, and ductwork design meets the highest standards of safety and comfort. His dedication to transparency and responsiveness has built a reputation for trust across Middleboro and the surrounding areas. Whether you are dealing with an emergency or planning a system upgrade, Matt and his team treat your home or business with the care it deserves."
tag="Our Founder"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769587613-wr51yhxs.jpg"
buttons={[{ text: "Call to Chat with Matt", href: "tel:617-417-6584" }]}
/>
</div>
@@ -128,9 +121,9 @@ 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. Contact: 617-417-6584."
description="Get expert HVAC support today—call or email us now for a consultation."
buttons={[
{ text: "Call 617-417-6584", href: "tel:617-417-6584" },
{ text: "Schedule Your Free Consultation", href: "tel:617-417-6584" },
{ text: "Email Us", href: "mailto:info@mountaintopcooling.com" },
]}
/>
@@ -155,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-montserrat), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-mulish), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}