Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:57:53 +00:00

View File

@@ -49,13 +49,13 @@ export default function LandingPage() {
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Professional plumber fixing water pipes"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=1", imageAlt: "Professional plumber fixing water pipes"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Water leak repair service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg", imageAlt: "Advanced pipe inspection"
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg?_wi=1", imageAlt: "Advanced pipe inspection"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageAlt: "Professional drain cleaning"
@@ -69,10 +69,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55595.jpg", imageAlt: "General plumbing repairs"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg", imageAlt: "Expert plumber at work"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746370.jpg?_wi=2", imageAlt: "Expert plumber at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg", imageAlt: "Plumbing system inspection"
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg?_wi=2", imageAlt: "Plumbing system inspection"
},
]}
buttons={[
@@ -177,11 +177,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Fauzia Khan Stewart", handle: "@fauzia_stewart", testimonial: "Texas Service Plumbing did a wonderful job quickly fixing my slab leak. Professional, efficient, and fair pricing. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-psd/linkedin-profile-cover-exclusive-sport-club_23-2151977652.jpg", imageAlt: "Fauzia Khan Stewart"
imageSrc: "http://img.b2bpic.net/free-psd/linkedin-profile-cover-exclusive-sport-club_23-2151977652.jpg?_wi=1", imageAlt: "Fauzia Khan Stewart"
},
{
id: "2", name: "Dan Alaniz", handle: "@dan_alaniz", testimonial: "We will definitely give Texas Service Plumbing our work on future needs. Great service, fast response, and honest pricing. Best plumbers in town!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "Dan Alaniz"
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg?_wi=1", imageAlt: "Dan Alaniz"
},
{
id: "3", name: "Ron Hom", handle: "@ron_hom", testimonial: "Fair prices and hard to find honest professionals these days. Texas Service Plumbing exceeded my expectations. Will use again!", rating: 5,
@@ -193,11 +193,11 @@ export default function LandingPage() {
},
{
id: "5", name: "James Mitchell", handle: "@james_mitchell", testimonial: "Had a water leak and was worried about costs. Texas Service was transparent about pricing and fixed it perfectly. Recommend to everyone!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-psd/linkedin-profile-cover-exclusive-sport-club_23-2151977652.jpg", imageAlt: "James Mitchell"
imageSrc: "http://img.b2bpic.net/free-psd/linkedin-profile-cover-exclusive-sport-club_23-2151977652.jpg?_wi=2", imageAlt: "James Mitchell"
},
{
id: "6", name: "Sandra Lopez", handle: "@sandra_lopez", testimonial: "Called for an inspection before buying a home. They found issues early and explained everything clearly. Great service, fair pricing!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "Sandra Lopez"
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg?_wi=2", imageAlt: "Sandra Lopez"
},
]}
showRating={true}