Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 13:07:14 +00:00

View File

@@ -55,19 +55,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Barry's fixed our water heater emergency in under 2 hours. Professional and affordable!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer portrait smiling professional"
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=1", imageAlt: "happy customer portrait smiling professional"
},
{
name: "James Rodriguez", handle: "Property Manager", testimonial: "Reliable service every time. They show up on time and solve problems right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", imageAlt: "professional portrait smiling woman"
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=1", imageAlt: "professional portrait smiling woman"
},
{
name: "Jennifer Adams", handle: "Homeowner", testimonial: "Called at midnight for a burst pipe. They came immediately and saved us from major damage.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "professional headshot man smiling"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1", imageAlt: "professional headshot man smiling"
},
{
name: "Michael Chen", handle: "Homeowner", testimonial: "Best plumber in Bellevue. Fair pricing, honest work, and they actually listen to you.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", imageAlt: "satisfied customer portrait headshot"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=1", imageAlt: "satisfied customer portrait headshot"
}
]}
testimonialRotationInterval={5000}
@@ -134,22 +134,22 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer portrait smiling professional"
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=2", imageAlt: "happy customer portrait smiling professional"
},
{
id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", imageAlt: "professional portrait smiling woman"
id: "2", name: "James Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=2", imageAlt: "professional portrait smiling woman"
},
{
id: "3", name: "Jennifer Adams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "professional headshot man smiling"
id: "3", name: "Jennifer Adams", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2", imageAlt: "professional headshot man smiling"
},
{
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg", imageAlt: "satisfied customer portrait headshot"
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg?_wi=2", imageAlt: "satisfied customer portrait headshot"
},
{
id: "5", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer portrait smiling professional"
id: "5", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=3", imageAlt: "happy customer portrait smiling professional"
},
{
id: "6", name: "Lisa Patterson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", imageAlt: "professional portrait smiling woman"
id: "6", name: "Lisa Patterson", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=3", imageAlt: "professional portrait smiling woman"
}
]}
cardTitle="Trusted by over 100+ satisfied Bellevue homeowners"