From 717f18c2cb376d88baa22d3a45d4b56423c1c8d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:20:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a384c29..4d7bee5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg", imageAlt: "air conditioning AC unit cooling system HVAC installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=1", imageAlt: "electrical shop AC store electronics shop retail store service center"}, + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg", imageAlt: "electrical shop AC store electronics shop retail store service center"}, { - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "AC installation technician installation HVAC installation air conditioning setup professional install"}, + imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC installation technician installation HVAC installation air conditioning setup professional install"}, ]} mediaAnimation="slide-up" - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="none" + buttonAnimation="none" /> @@ -72,9 +72,10 @@ export default function LandingPage() { { value: "20+", title: "Years of Excellence" }, { value: "100+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/indian-man-customer-buyer-mobile-phone-store-choose-case-his-smartphone-south-asian-peoples-technologies-concept-cellphone-shop_627829-1286.jpg" imageAlt="Universal Sales Company storefront in Chandni Chowk, Kolkata" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -95,15 +96,15 @@ 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", imageAlt: "AC installation technician installation HVAC installation air conditioning setup professional install", buttons: [{ text: "Book Service", 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", imageAlt: "AC repair air conditioning repair technician repair maintenance service fixing AC", buttons: [{ text: "Call Now", href: "tel:098312-93464" }], }, { 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", imageAlt: "AC maintenance air conditioning service technician maintenance annual service preventive maintenance", buttons: [{ text: "Learn More", href: "#contact" }], }, { id: 6, @@ -113,8 +114,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="none" + buttonAnimation="none" /> @@ -134,7 +135,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - tagAnimation="entrance-slide" + tagAnimation="none" /> @@ -157,7 +158,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Neha Roy"}, ]} - ratingAnimation="entrance-slide" + ratingAnimation="none" avatarsAnimation="slide-up" useInvertedBackground={false} /> @@ -174,8 +175,8 @@ export default function LandingPage() { ]} background={{ variant: "plain" }} useInvertedBackground={false} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="none" + buttonAnimation="none" /> @@ -190,8 +191,8 @@ export default function LandingPage() { ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="none" + buttonAnimation="none" /> -- 2.49.1