4 Commits

Author SHA1 Message Date
7d0bb78a42 Update src/app/page.tsx 2026-03-03 10:51:25 +00:00
2412c1efbe Merge version_1 into main
Merge version_1 into main
2026-03-03 10:23:42 +00:00
2024e963f1 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:21:02 +00:00
02693646ba Merge version_1 into main
Merge version_1 into main
2026-03-03 10:18:52 +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"