Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-03 10:51:31 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Call Now", href: "tel:098312-93464"}}
text: "Get Quote", href: "#contact"}}
/>
</div>
@@ -96,19 +96,19 @@ export default function LandingPage() {
},
{
id: 3,
title: "Installation Services", description: "Professional installation by certified technicians. Proper setup ensures optimal performance and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "AC installation technician installation HVAC installation air conditioning setup professional install", buttons: [{ text: "Book Service", href: "#contact" }],
title: "Installation Services", description: "Professional installation by certified technicians. Proper setup ensures optimal performance and longevity.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "AC installation technician installation HVAC installation air conditioning setup professional install", buttons: [{ text: "Get Quote", href: "#contact" }],
},
{
id: 4,
title: "AC Repair & Servicing", description: "Quick troubleshooting and repair services. We handle all brands and models with efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "AC repair air conditioning repair technician repair maintenance service fixing AC", buttons: [{ text: "Call Now", href: "tel:098312-93464" }],
title: "AC Repair & Servicing", description: "Quick troubleshooting and repair services. We handle all brands and models with efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "AC repair air conditioning repair technician repair maintenance service fixing AC", buttons: [{ text: "Get Quote", href: "#contact" }],
},
{
id: 5,
title: "Annual Maintenance (AMC)", description: "Regular maintenance contracts to keep your AC running smoothly. Prevent breakdowns with preventive care.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4", imageAlt: "AC maintenance air conditioning service technician maintenance annual service preventive maintenance", buttons: [{ text: "Learn More", href: "#contact" }],
title: "Annual Maintenance (AMC)", description: "Regular maintenance contracts to keep your AC running smoothly. Prevent breakdowns with preventive care.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4", imageAlt: "AC maintenance air conditioning service technician maintenance annual service preventive maintenance", buttons: [{ text: "Get Quote", href: "#contact" }],
},
{
id: 6,
title: "Commercial AC Solutions", description: "Large-scale cooling solutions for offices, shops, and commercial spaces. Tailored systems for your business.", imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg", imageAlt: "commercial AC commercial cooling office air conditioning industrial HVAC commercial HVAC system", buttons: [{ text: "Get Consultation", href: "#contact" }],
title: "Commercial AC Solutions", description: "Large-scale cooling solutions for offices, shops, and commercial spaces. Tailored systems for your business.", imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg", imageAlt: "commercial AC commercial cooling office air conditioning industrial HVAC commercial HVAC system", buttons: [{ text: "Get Quote", href: "#contact" }],
},
]}
animationType="slide-up"