Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 05:44:35 +00:00

View File

@@ -47,13 +47,13 @@ export default function LandingPage() {
testimonials={[
{
name: "John Martinez", handle: "@homeowner_sjc", testimonial: "Called at 2 AM with a burst pipe. They arrived in 30 minutes and fixed it perfectly. Professional and fair pricing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", imageAlt: "John Martinez"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg?_wi=1", imageAlt: "John Martinez"},
{
name: "Sarah Chen", handle: "@satisfied_customer", testimonial: "Best plumbing service in the area. The technician explained everything and the work is guaranteed. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Sarah Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=1", imageAlt: "Sarah Chen"},
{
name: "Mike Johnson", handle: "@regular_client", testimonial: "Been using their services for years. Reliable, professional, and they stand behind their work. You won't find better.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg", imageAlt: "Mike Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg?_wi=1", imageAlt: "Mike Johnson"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -210,13 +210,13 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Robert Garcia", role: "Homeowner", company: "San Jose", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg", imageAlt: "Robert Garcia"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumb-up_1187-5092.jpg?_wi=2", imageAlt: "Robert Garcia"},
{
id: "t2", name: "Lisa Wang", role: "Property Manager", company: "Fremont", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", imageAlt: "Lisa Wang"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2", imageAlt: "Lisa Wang"},
{
id: "t3", name: "David Thompson", role: "Business Owner", company: "Palo Alto", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg", imageAlt: "David Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-smiling-man-with-beard-laughing_176420-18699.jpg?_wi=2", imageAlt: "David Thompson"},
{
id: "t4", name: "Patricia Martinez", role: "Homeowner", company: "Sunnyvale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg", imageAlt: "Patricia Martinez"},