Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -71,6 +71,7 @@ export default function HvacPage() {
|
||||
imageAlt="Technician working on HVAC system"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,31 +88,38 @@ export default function HvacPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FeatureBorderGlow
|
||||
title="The Amsterdam Advantage"
|
||||
description="Why our community trusts us"
|
||||
features={[
|
||||
{ icon: ShieldCheck, title: "Licensed & Insured", description: "Certified technicians for your peace of mind." },
|
||||
{ icon: Wrench, title: "Expert Repairs", description: "Specializing in all major HVAC brands." },
|
||||
{ icon: DollarSign, title: "Competitive Pricing", description: "Fair quotes and honest service." },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
title="The Amsterdam Advantage"
|
||||
description="Why our community trusts us"
|
||||
features={[
|
||||
{ icon: ShieldCheck, title: "Licensed & Insured", description: "Certified technicians for your peace of mind." },
|
||||
{ icon: Wrench, title: "Expert Repairs", description: "Specializing in all major HVAC brands." },
|
||||
{ icon: DollarSign, title: "Competitive Pricing", description: "Fair quotes and honest service." },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FeatureCardEight
|
||||
title="Our Service Flow"
|
||||
description="Restoring your comfort in 3 steps"
|
||||
features={[
|
||||
{ title: "Call Us", description: "Call +1 518-363-1963 for a consultation.", imageSrc: "https://img.b2bpic.net/free-photo/phone-support-hvac_23-2149457648.jpg" },
|
||||
{ title: "Assessment", description: "Thorough diagnosis at your location.", imageSrc: "https://img.b2bpic.net/free-photo/technician-diagnostic-hvac_23-2149457650.jpg" },
|
||||
{ title: "Resolution", description: "Fast, effective repairs.", imageSrc: "https://img.b2bpic.net/free-photo/successful-hvac-repair_23-2149457652.jpg" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<div id="workflow" data-section="workflow">
|
||||
<FeatureCardEight
|
||||
title="Our Service Flow"
|
||||
description="Restoring your comfort in 3 steps"
|
||||
features={[
|
||||
{ title: "Call Us", description: "Call +1 518-363-1963 for a consultation.", imageSrc: "https://img.b2bpic.net/free-photo/phone-support-hvac_23-2149457648.jpg" },
|
||||
{ title: "Assessment", description: "Thorough diagnosis at your location.", imageSrc: "https://img.b2bpic.net/free-photo/technician-diagnostic-hvac_23-2149457650.jpg" },
|
||||
{ title: "Resolution", description: "Fast, effective repairs.", imageSrc: "https://img.b2bpic.net/free-photo/successful-hvac-repair_23-2149457652.jpg" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
@@ -124,6 +132,7 @@ export default function HvacPage() {
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,6 +146,7 @@ export default function HvacPage() {
|
||||
{ id: "3", title: "How do I reach you?", content: "Call +1 518-363-1963 for fast assistance." }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,6 +160,7 @@ export default function HvacPage() {
|
||||
{ text: "Schedule Online", href: "#contact" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user