Update src/app/about/page.tsx
This commit is contained in:
@@ -82,13 +82,13 @@ export default function LandingPage() {
|
||||
description="Our professionals are the heart of LocalService Pros. Each member is a skilled expert committed to delivering exceptional service and building lasting relationships with our clients. We believe in continuous training and fostering a supportive work environment, which translates directly into the quality of service you receive."
|
||||
team={[
|
||||
{
|
||||
name: "Jane Doe", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Jane Doe, Lead Technician", description: "Jane leads our technical team with over 10 years of experience, ensuring top-notch service."
|
||||
name: "Jane Doe", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Jane Doe, Lead Technician"
|
||||
},
|
||||
{
|
||||
name: "John Smith", role: "Customer Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "John Smith, Customer Relations Manager", description: "John ensures every client receives personalized attention and support."
|
||||
name: "John Smith", role: "Customer Relations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "John Smith, Customer Relations Manager"
|
||||
},
|
||||
{
|
||||
name: "Emily White", role: "Operations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "Emily White, Operations Specialist", description: "Emily manages our daily operations, ensuring smooth and efficient service delivery."
|
||||
name: "Emily White", role: "Operations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "Emily White, Operations Specialist"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -122,19 +122,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah L.", role: "Homeowner", company: "Local Resident", rating: 5,
|
||||
quote: "LocalService Pros fixed our plumbing issue quickly and efficiently. The technician was friendly and very knowledgeable. Highly recommend their services!", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"
|
||||
text: "LocalService Pros fixed our plumbing issue quickly and efficiently. The technician was friendly and very knowledgeable. Highly recommend their services!", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mark T.", role: "Small Business Owner", company: "Local Business", rating: 5,
|
||||
quote: "The team was incredibly polite and skilled when they installed our new AC unit. Best service we've had in years – professional and timely!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"
|
||||
text: "The team was incredibly polite and skilled when they installed our new AC unit. Best service we've had in years – professional and timely!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily R.", role: "Property Manager", company: "Urban Living Mgmt", rating: 5,
|
||||
quote: "From scheduling to completion, everything was seamless and professional. Their proactive communication was a huge plus for us.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"
|
||||
text: "From scheduling to completion, everything was seamless and professional. Their proactive communication was a huge plus for us.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Robert G.", role: "Retired Veteran", company: "Community Member", rating: 5,
|
||||
quote: "I've used LocalService Pros multiple times for various home repairs. Always dependable, honest, and do excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg"
|
||||
text: "I've used LocalService Pros multiple times for various home repairs. Always dependable, honest, and do excellent work.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586562.jpg"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user