From 7d0bb78a4209db456a1ef25bd5d086bb3849e1bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:51:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6221e8..37f6624 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -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" -- 2.49.1