Compare commits
41 Commits
version_5
...
version_19
| Author | SHA1 | Date | |
|---|---|---|---|
| 91b02feac1 | |||
| 596ce2a741 | |||
| 3979152f51 | |||
| 8d25bdfdf4 | |||
| a1c8ab3fb1 | |||
| 791f9c21be | |||
| 0f2e357e6e | |||
| 9d2cfee56d | |||
| 5670c4a45c | |||
| 3863fc8d1a | |||
| 3df5bb8c61 | |||
| 07346eaedd | |||
| 06ff3a1532 | |||
| c3da43c7ea | |||
| 472264ddd0 | |||
| aac1616e8c | |||
| d550a4641c | |||
| 5d4615e17e | |||
| 41be37ff38 | |||
| bb8967c882 | |||
| 682385dd14 | |||
| 0d46a5d01a | |||
| 41f3e60dfd | |||
| 8717590541 | |||
| 972047b05b | |||
| 09e1c58716 | |||
| 8271e1954a | |||
| e4a75ac095 | |||
| 4659655292 | |||
| c91a6bed9b | |||
| 802efbbc86 | |||
| 43ce54b6df | |||
| b6da1e07b5 | |||
| dab8410d99 | |||
| 9b1d60c0c5 | |||
| 8227fddcb5 | |||
| 3efeeaa75a | |||
| ffc1e7be5f | |||
| c2cad3edd4 | |||
| 393435174c | |||
| 87daa363a1 |
@@ -40,23 +40,25 @@ export default function LandingPage() {
|
|||||||
}}
|
}}
|
||||||
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"
|
||||||
|
className="!bg-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Elite HVAC Comfort for Middleboro Homes"
|
title="Elite HVAC Comfort for Massachusetts Homes"
|
||||||
description="Fast, professional HVAC installation, maintenance, and emergency repair. When comfort matters, trust the experts at Mountain Top Cooling."
|
description="Fast, professional HVAC installation, maintenance, and emergency repair. When comfort matters, trust the experts at Mountain Top Cooling, where comfort reaches the top."
|
||||||
tag="Expert HVAC Services"
|
tag="Expert HVAC Services"
|
||||||
buttons={[{ text: "Call 617-417-6584", href: "tel:617-417-6584" }]}
|
buttons={[{ text: "Call 617-417-6584", href: "tel:617-417-6584" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg", imageAlt: "Company Logo" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1", imageAlt: "Company Logo" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg?_wi=2", imageAlt: "HVAC Professional" }
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1", imageAlt: "Secondary Logo" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Top-rated service in Middleboro"
|
ratingText="Top-rated service in Middleboro"
|
||||||
|
mediaItemClassName="!w-full"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -70,12 +72,15 @@ export default function LandingPage() {
|
|||||||
{ value: "24/7", title: "Emergency Support" },
|
{ value: "24/7", title: "Emergency Support" },
|
||||||
{ value: "1hr", title: "Avg Response Time" },
|
{ value: "1hr", title: "Avg Response Time" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-worker-uniform-gesturing-with-fingers-looking-mild-front-view_176474-21707.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775769587613-wr51yhxs.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services" className="relative bg-cover bg-center bg-no-repeat" style={{ backgroundImage: "url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775771149189-5ldyt62y.jpg')" }}>
|
||||||
|
<div className="absolute inset-0 bg-black/60" />
|
||||||
|
<div className="relative z-10 flex flex-col md:flex-row items-center justify-between p-8 gap-8">
|
||||||
<FeatureCardTwentyEight
|
<FeatureCardTwentyEight
|
||||||
|
className="flex-1 text-white"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -86,9 +91,15 @@ export default function LandingPage() {
|
|||||||
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
|
{ id: "4", title: "Ductwork Design", subtitle: "Customized airflow systems", category: "Engineering", value: "Precision" },
|
||||||
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
|
{ id: "5", title: "Mini Splits", subtitle: "Efficient zonal heating/cooling", category: "System", value: "Efficient" },
|
||||||
]}
|
]}
|
||||||
title="Comprehensive HVAC Solutions"
|
title="Our Services "
|
||||||
description="Custom climate control solutions tailored to your unique requirements."
|
description="Custom climate control solutions tailored to your unique requirements."
|
||||||
/>
|
/>
|
||||||
|
<img
|
||||||
|
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775768725847-kuzo8bm3.jpg?_wi=1"
|
||||||
|
alt="HVAC Equipment"
|
||||||
|
className="w-full md:w-1/3 rounded-lg shadow-xl"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
@@ -96,12 +107,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ 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: "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-1775769798693-wh4dnlve.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775771386100-d6qxkd53.jpg", 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: "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-1775769918525-it0s5tj7.jpg", 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: "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-1775769798693-wh4dnlve.jpg", imageAlt: "happy customer testimonial portrait" },
|
||||||
]}
|
]}
|
||||||
title="What Our Neighbors Are Saying"
|
title="What Our Neighbors Are Saying"
|
||||||
description="Proudly recommended by the Middleboro community for reliable, fast, and pleasant HVAC expertise."
|
description="Proudly recommended by the Massachusetts community for reliable, fast, and pleasant HVAC expertise."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user