Update src/app/page.tsx
This commit is contained in:
@@ -65,16 +65,16 @@ export default function LandingPage() {
|
|||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
features={[
|
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"
|
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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "AC Installation", description: "Professional installation of new AC units with proper ventilation and electrical setup.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg", imageAlt: "AC installation service"
|
id: 2, title: "AC Installation", description: "Professional installation of new AC units with proper ventilation and electrical setup.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg", imageAlt: "AC installation service"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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"
|
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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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"
|
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="Our Services"
|
title="Our Services"
|
||||||
@@ -125,28 +125,22 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Rajesh Kumar", role: "Homeowner", company: "Jahangirpuri, Delhi", rating: 5,
|
id: "1", name: "Rajesh Kumar", role: "Homeowner", company: "Jahangirpuri, Delhi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "happy customer satisfied client person portrait"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "happy customer satisfied client person portrait"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Priya Sharma", role: "Business Owner", company: "Sonipat", rating: 5,
|
id: "2", name: "Priya Sharma", role: "Business Owner", company: "Sonipat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "customer review male portrait professional headshot"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "customer review male portrait professional headshot"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Amit Verma", role: "Apartment Manager", company: "Delhi NCR", rating: 5,
|
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", imageAlt: "female customer satisfied person testimonial portrait"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Neha Gupta", role: "Homeowner", company: "Delhi", rating: 5,
|
id: "4", name: "Neha Gupta", role: "Homeowner", company: "Delhi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "business person professional review client portrait"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "business person professional review client portrait"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Vikram Singh", role: "Office Manager", company: "Delhi", rating: 5,
|
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", imageAlt: "happy customer client photo satisfied review"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Anjali Patel", role: "Homeowner", company: "Sonipat", rating: 5,
|
id: "6", name: "Anjali Patel", role: "Homeowner", company: "Sonipat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "customer portrait person smiling review photo"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", imageAlt: "customer portrait person smiling review photo"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
|
|||||||
Reference in New Issue
Block a user