Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "AC Repair", description: "Quick diagnosis and repair of faulty air conditioning units. Same-day service for critical breakdowns.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC repair service"
|
||||
title: "AC Repair", description: "Quick diagnosis and repair of faulty air conditioning units. Same-day service for critical breakdowns.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "AC repair service"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -74,11 +74,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "AC Servicing", description: "Regular maintenance and cleaning to keep your AC running efficiently and extend lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "AC maintenance service"
|
||||
title: "AC Servicing", description: "Regular maintenance and cleaning to keep your AC running efficiently and extend lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "AC maintenance service"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Emergency Service", description: "24/7 emergency breakdown service. We're always ready when your AC fails during peak heat.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Emergency AC service"
|
||||
title: "Emergency Service", description: "24/7 emergency breakdown service. We're always ready when your AC fails during peak heat.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "Emergency AC service"
|
||||
}
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -101,7 +101,7 @@ export default function LandingPage() {
|
||||
{ value: "208+", title: "Google Reviews (4.8★)" },
|
||||
{ value: "24/7", title: "Emergency Availability" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4"
|
||||
imageAlt="Professional AC technician at work"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", name: "Amit Verma", role: "Apartment Manager", company: "Delhi NCR", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "female customer satisfied person testimonial portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "female customer satisfied person testimonial portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Neha Gupta", role: "Homeowner", company: "Delhi", rating: 5,
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", role: "Office Manager", company: "Delhi", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "happy customer client photo satisfied review"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "happy customer client photo satisfied review"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Patel", role: "Homeowner", company: "Sonipat", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user