Compare commits

...

49 Commits

Author SHA1 Message Date
94ce2f422c Update src/app/page.tsx 2026-04-09 23:30:21 +00:00
b37a1693e2 Merge version_30 into main
Merge version_30 into main
2026-04-09 23:28:56 +00:00
7d463b05fc Update src/app/page.tsx 2026-04-09 23:28:52 +00:00
899455b8a0 Merge version_29 into main
Merge version_29 into main
2026-04-09 23:25:12 +00:00
4e36363459 Update src/app/page.tsx 2026-04-09 23:25:09 +00:00
c42e617377 Merge version_29 into main
Merge version_29 into main
2026-04-09 23:24:57 +00:00
cfdbe1570d Update src/app/page.tsx 2026-04-09 23:24:53 +00:00
fa5a18bdd4 Merge version_29 into main
Merge version_29 into main
2026-04-09 23:23:43 +00:00
9c6fadb174 Update src/app/page.tsx 2026-04-09 23:23:40 +00:00
01119c5d19 Merge version_29 into main
Merge version_29 into main
2026-04-09 23:20:10 +00:00
607e71b42e Update src/app/page.tsx 2026-04-09 23:20:06 +00:00
a57327bb6c Merge version_25 into main
Merge version_25 into main
2026-04-09 23:19:00 +00:00
8d0aa69dc9 Update theme fonts 2026-04-09 23:18:57 +00:00
593d306248 Update theme fonts 2026-04-09 23:18:57 +00:00
6d2651e86d Merge version_25 into main
Merge version_25 into main
2026-04-09 23:18:44 +00:00
6894f0fbce Update theme fonts 2026-04-09 23:18:41 +00:00
47022247c3 Update theme fonts 2026-04-09 23:18:40 +00:00
56ec8899c7 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:18:37 +00:00
61bfef43c0 Update theme fonts 2026-04-09 23:18:33 +00:00
14741a763a Update theme fonts 2026-04-09 23:18:33 +00:00
a9605bf58f Merge version_25 into main
Merge version_25 into main
2026-04-09 23:18:27 +00:00
9b470e8a95 Update theme fonts 2026-04-09 23:18:24 +00:00
0ddef9bbd8 Update theme fonts 2026-04-09 23:18:23 +00:00
e1312f6992 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:18:18 +00:00
aad8e8c0a8 Update theme fonts 2026-04-09 23:18:12 +00:00
d53d9e0e3b Update theme fonts 2026-04-09 23:18:12 +00:00
9ce67a8763 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:18:06 +00:00
6658185989 Update theme fonts 2026-04-09 23:18:03 +00:00
e318ba49a7 Update theme fonts 2026-04-09 23:18:03 +00:00
b0cf8e1ca2 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:15:17 +00:00
aac085cfc4 Update theme fonts 2026-04-09 23:15:10 +00:00
60f5a180c2 Update theme fonts 2026-04-09 23:15:10 +00:00
41b3221fe0 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:15:00 +00:00
9ba46f04f1 Update theme fonts 2026-04-09 23:14:57 +00:00
ea4f3a864c Update theme fonts 2026-04-09 23:14:57 +00:00
e5a22e0a0d Merge version_25 into main
Merge version_25 into main
2026-04-09 23:14:39 +00:00
de16b18409 Update theme fonts 2026-04-09 23:14:36 +00:00
7533f30905 Update theme fonts 2026-04-09 23:14:35 +00:00
9896f58515 Merge version_25 into main
Merge version_25 into main
2026-04-09 23:14:14 +00:00
99c96bbfab Update theme fonts 2026-04-09 23:14:11 +00:00
9f7bfa4845 Update theme fonts 2026-04-09 23:14:10 +00:00
9cf897bb67 Switch to version 27: modified src/app/styles/base.css 2026-04-09 23:09:06 +00:00
fdd8936391 Switch to version 27: modified src/app/page.tsx 2026-04-09 23:09:06 +00:00
c70d8b8ad3 Switch to version 27: modified src/app/layout.tsx 2026-04-09 23:09:05 +00:00
2cbd4e85fe Merge version_28 into main
Merge version_28 into main
2026-04-09 23:05:54 +00:00
35f47467a4 Merge version_28 into main
Merge version_28 into main
2026-04-09 23:03:59 +00:00
519018f212 Merge version_28 into main
Merge version_28 into main
2026-04-09 23:02:58 +00:00
6d851e1739 Merge version_28 into main
Merge version_28 into main
2026-04-09 23:00:13 +00:00
bff20688ca Merge version_28 into main
Merge version_28 into main
2026-04-09 22:58:50 +00:00
3 changed files with 35 additions and 14 deletions

View File

@@ -7,6 +7,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google"; import { DM_Sans } from "next/font/google";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
import { Roboto } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Poppins } from "next/font/google";
import { Manrope } from "next/font/google";
import { Figtree } from "next/font/google";
import { Mulish } from "next/font/google";
@@ -22,8 +28,17 @@ export const metadata: Metadata = {
}; };
const montserrat = Montserrat({
variable: "--font-montserrat",
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"], subsets: ["latin"],
}); });
const inter = Inter({ const inter = Inter({
@@ -39,7 +54,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}> <body className={`${mulish.variable} ${inter.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -36,7 +36,7 @@ export default function LandingPage() {
]} ]}
brandName="Mountain Top Cooling" brandName="Mountain Top Cooling"
button={{ button={{
text: "", onClick: () => window.location.href = "/", href: "/" text: "Get a Quote", onClick: () => window.location.href = "/", href: "/"
}} }}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769235178-757192uf.jpg" 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" logoClassName="!w-24 !h-24 md:!w-32 md:!h-32"
@@ -45,15 +45,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroSplitKpi
title="From The Cape to Berkshires-HVAC You Can Trust" background={{ variant: "gradient-bars" }}
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." 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" tag="Expert HVAC Services"
buttons={[{ text: "Call 617-417-6584", href: "tel:617-417-6584" }]} buttons={[{ text: "Book Your Free 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1"
showDimOverlay={true} imagePosition="right"
showBlur={true} mediaAnimation="slide-up"
textPosition="bottom"
/> />
</div> </div>
@@ -94,9 +100,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ id: "1", name: "Erin Walsh", date: "Jan 1, 2025", title: "★★★★★", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775774417114-01nm15l4.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg", imageAlt: "luxury hvac modern equipment" }, { id: "1", name: "Erin Walsh", date: "Jan 1, 2025", title: "★★★★★", 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775777106003-08w5fa1u.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg", imageAlt: "luxury hvac modern equipment" },
{ 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: "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-1775774417114-01nm15l4.jpg", imageAlt: "happy customer testimonial portrait" }, { 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" title="What Our Neighbors Are Saying"
description="Proudly recommended by the Massachusetts community for reliable, fast, and pleasant HVAC expertise." description="Proudly recommended by the Massachusetts community for reliable, fast, and pleasant HVAC expertise."

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-montserrat), sans-serif; font-family: var(--font-mulish), sans-serif;
} }