Update src/app/page.tsx

This commit is contained in:
2026-03-03 00:20:58 +00:00
parent 34347c46a1
commit 75fcae9ba6

View File

@@ -47,15 +47,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "Local Customer", testimonial: "Pays attention to detail and gets the job done right every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "customer testimonial satisfied client portrait professional"
},
{
name: "Michael Chen", handle: "Regular Client", testimonial: "Great job for a reasonable price. You won't find better service in White Hall.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "customer testimonial satisfied client portrait professional"
},
{
name: "Emily Rodriguez", handle: "Wrecker Service User", testimonial: "Provides wrecker service and prices won't break the bank.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "customer testimonial satisfied client portrait professional"
}
]}
buttons={[
@@ -73,10 +73,10 @@ export default function LandingPage() {
cardTag="Local Trust & Integrity"
cardTagIcon={Award}
testimonials={[
{ id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "2", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "3", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "4", name: "Patricia Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "customer testimonial satisfied client portrait professional" }
{ id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "2", name: "Jennifer Wilson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "3", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "customer testimonial satisfied client portrait professional" },
{ id: "4", name: "Patricia Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7", imageAlt: "customer testimonial satisfied client portrait professional" }
]}
cardAnimation="slide-up"
useInvertedBackground={false}