Merge version_2 into main #2
@@ -93,7 +93,7 @@ export default function HvacPage() {
|
||||
<FeatureCardOne
|
||||
title="Our Services"
|
||||
description="From installations to emergency repairs, we have your comfort covered."
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
@@ -173,12 +173,12 @@ export default function HvacPage() {
|
||||
title="Our Project Gallery"
|
||||
description="Showcasing our completed HVAC installations and successful projects."
|
||||
products={[
|
||||
{ id: "1", name: "AC Unit Installation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "AC Unit Installation" },
|
||||
{ id: "2", name: "Commercial HVAC System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg", imageAlt: "Commercial HVAC System" },
|
||||
{ id: "3", name: "Residential Furnace Repair", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Residential Furnace Repair" },
|
||||
{ id: "4", name: "Ductwork Cleaning", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Ductwork Cleaning" },
|
||||
{ id: "5", name: "Preventative Maintenance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "Preventative Maintenance" },
|
||||
{ id: "6", name: "Emergency Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Emergency Service" }
|
||||
{ id: "1", name: "AC Unit Installation", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", imageAlt: "AC Unit Installation" },
|
||||
{ id: "2", name: "Commercial HVAC System", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "8", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg", imageAlt: "Commercial HVAC System" },
|
||||
{ id: "3", name: "Residential Furnace Repair", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Residential Furnace Repair" },
|
||||
{ id: "4", name: "Ductwork Cleaning", brand: "AirPro", price: "Upon Quote", rating: 4.8, reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", imageAlt: "Ductwork Cleaning" },
|
||||
{ id: "5", name: "Preventative Maintenance", brand: "AirPro", price: "Upon Quote", rating: 4.9, reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", imageAlt: "Preventative Maintenance" },
|
||||
{ id: "6", name: "Emergency Service", brand: "AirPro", price: "Upon Quote", rating: 5, reviewCount: "7", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", imageAlt: "Emergency Service" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -243,19 +243,7 @@ export default function HvacPage() {
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Ready to Stay Comfortable Year-Round?"
|
||||
description={
|
||||
<>
|
||||
Have a question or need service? Reach out to our team.
|
||||
<br /><br />
|
||||
Address: 40 Avenue Habib Bourguiba, Tunis 2051
|
||||
<br />
|
||||
Phone: +216 20 059 733
|
||||
<br /><br />
|
||||
<a href="https://www.google.com/maps/place/40+Avenue+Habib+Bourguiba,+Tunis+2051" target="_blank" rel="noopener noreferrer" className="underline hover:no-underline">
|
||||
Find us on Google Maps
|
||||
</a>
|
||||
</>
|
||||
}
|
||||
description="Have a question or need service? Reach out to our team.\n\nAddress: 40 Avenue Habib Bourguiba, Tunis 2051\nPhone: +216 20 059 733\n\nFind us on Google Maps: https://www.google.com/maps/place/40+Avenue+Habib+Bourguiba,+Tunis+2051"
|
||||
inputPlaceholder="Your Email"
|
||||
buttonText="Send Message"
|
||||
termsText="By sending a message, you agree to our privacy policy."
|
||||
|
||||
Reference in New Issue
Block a user