Update src/app/page.tsx
This commit is contained in:
@@ -51,15 +51,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "Homeowner, Downtown", testimonial: "Professional, reliable, and fair pricing. They completed the work on time and with exceptional quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen", handle: "Business Owner, Riverside", testimonial: "Outstanding service and expertise. They were professional from initial consultation to final completion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez", handle: "Homeowner, Oakwood", testimonial: "Highly recommended. Their attention to detail and customer service is unmatched in the area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -125,7 +125,7 @@ export default function LandingPage() {
|
||||
description="Expert Technicians"
|
||||
subdescription="Licensed, certified, and continuously trained professionals committed to excellence"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=1"
|
||||
imageAlt="Professional home renovation job site"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -173,13 +173,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Exceptional Professionalism", quote: "From the initial estimate to project completion, Your Service demonstrated outstanding professionalism and attention to detail. I couldn't be happier with the results.", name: "Sarah Johnson", role: "Homeowner, Downtown District", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", title: "Exceptional Professionalism", quote: "From the initial estimate to project completion, Your Service demonstrated outstanding professionalism and attention to detail. I couldn't be happier with the results.", name: "Sarah Johnson", role: "Homeowner, Downtown District", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg?_wi=2", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Licensed & Reliable", quote: "As a property manager, reliability and quality are paramount. Your Service exceeded expectations on every front. Highly recommended for all home service needs.", name: "Michael Chen", role: "Property Manager, Riverside", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", title: "Licensed & Reliable", quote: "As a property manager, reliability and quality are paramount. Your Service exceeded expectations on every front. Highly recommended for all home service needs.", name: "Michael Chen", role: "Property Manager, Riverside", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Outstanding Customer Service", quote: "The team was responsive, professional, and took time to explain everything. Best home service experience I've had in years. Will definitely call again.", name: "Emily Rodriguez", role: "Homeowner, Oakwood", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "Emily Rodriguez"
|
||||
id: "3", title: "Outstanding Customer Service", quote: "The team was responsive, professional, and took time to explain everything. Best home service experience I've had in years. Will definitely call again.", name: "Emily Rodriguez", role: "Homeowner, Oakwood", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Fair Pricing, Expert Work", quote: "Transparent pricing with no hidden fees. The quality of work exceeded my expectations. Already recommended to three neighbors.", name: "David Kim", role: "Business Owner, Midtown", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-redhead-woman-wearing-grey-checkered-shirt-laughing-out-loud-while-having-fun-indoors_273609-9041.jpg", imageAlt: "David Kim"
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=2"
|
||||
imageAlt="Professional service consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user