Update src/app/page.tsx
This commit is contained in:
@@ -121,16 +121,16 @@ export default function LandingPage() {
|
||||
description="Our proven track record of excellence and customer satisfaction speaks volumes about our commitment to quality service."
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "5000+", title: "Homes Served", description: "Trusted by thousands of satisfied homeowners across the region."
|
||||
id: "1", value: "5000+", title: "Homes Served", description: "Trusted by thousands of satisfied homeowners across the region.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Homes served video"
|
||||
},
|
||||
{
|
||||
id: "2", value: "98%", title: "Customer Satisfaction", description: "Nearly perfect satisfaction rating from our valued customers."
|
||||
id: "2", value: "98%", title: "Customer Satisfaction", description: "Nearly perfect satisfaction rating from our valued customers.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Satisfaction rating video"
|
||||
},
|
||||
{
|
||||
id: "3", value: "15+", title: "Years Experience", description: "Over a decade and a half of professional HVAC expertise."
|
||||
id: "3", value: "15+", title: "Years Experience", description: "Over a decade and a half of professional HVAC expertise.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Experience video"
|
||||
},
|
||||
{
|
||||
id: "4", value: "24/7", title: "Emergency Support", description: "Round-the-clock availability for urgent heating and cooling issues."
|
||||
id: "4", value: "24/7", title: "Emergency Support", description: "Round-the-clock availability for urgent heating and cooling issues.", videoSrc: "https://example.com/video.mp4", videoAriaLabel: "Emergency support video"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -145,10 +145,10 @@ export default function LandingPage() {
|
||||
description="Real feedback from homeowners who have experienced Climate Comfort's professional service."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "The team was incredibly professional and got my AC running perfectly in under an hour. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Sarah Mitchell, satisfied customer", icon: Star
|
||||
id: "1", name: "Sarah Mitchell", role: "Homeowner", testimonial: "The team was incredibly professional and got my AC running perfectly in under an hour. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Sarah Mitchell, satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", role: "Property Manager", testimonial: "Climate Comfort maintains all our units. Their maintenance plans have saved us thousands in emergency repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg?_wi=1", imageAlt: "James Rodriguez, property manager", icon: Star
|
||||
id: "2", name: "James Rodriguez", role: "Property Manager", testimonial: "Climate Comfort maintains all our units. Their maintenance plans have saved us thousands in emergency repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "James Rodriguez, property manager", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Chen", role: "Business Owner", testimonial: "Fantastic service! They replaced our entire system and the quality is exceptional. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg", imageAlt: "Emma Chen, business owner", icon: Star
|
||||
@@ -157,10 +157,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Michael Thompson", role: "Homeowner", testimonial: "Called for emergency heat repair in winter and they arrived within 30 minutes. Absolutely lifesaving!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "Michael Thompson, satisfied customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Johnson", role: "Homeowner", testimonial: "Professional, courteous, and knowledgeable. They explained everything and treated my home with respect.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Lisa Johnson, customer", icon: Star
|
||||
id: "5", name: "Lisa Johnson", role: "Homeowner", testimonial: "Professional, courteous, and knowledgeable. They explained everything and treated my home with respect.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Lisa Johnson, customer", icon: Star
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Park", role: "Commercial Manager", testimonial: "Climate Comfort is our trusted partner for all HVAC maintenance. Reliable and always on time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg?_wi=2", imageAlt: "David Park, commercial manager", icon: Star
|
||||
id: "6", name: "David Park", role: "Commercial Manager", testimonial: "Climate Comfort is our trusted partner for all HVAC maintenance. Reliable and always on time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "David Park, commercial manager", icon: Star
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
|
||||
Reference in New Issue
Block a user