Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 15:56:00 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -49,11 +49,11 @@ export default function LandingPage() {
background={{ variant: "aurora" }}
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"},
]}
@@ -63,9 +63,9 @@ 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={[
{ text: "Call Now", href: "tel:+1-214-524-9869" },
@@ -159,10 +159,10 @@ 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,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Ron Hom"},
@@ -171,10 +171,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageAlt: "Maria Garcia"},
{
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}
animationType="slide-up"