Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-04-08 03:42:15 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
placeholder: "Tell us about your project",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=6"
/>
</div>

View File

@@ -73,23 +73,23 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=1",
imageAlt: "Technician working in upscale kitchen",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=2",
imageAlt: "Technician inspecting bathroom fixture",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=3",
imageAlt: "Pristine kitchen plumbing upgrade",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=4",
imageAlt: "Emergency repair service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-white-bathrobe-filling-bath-with-water_259150-59743.jpg?_wi=5",
imageAlt: "Maintenance inspection check",
},
]}
@@ -138,14 +138,14 @@ export default function LandingPage() {
name: "Mark",
handle: "Local Guide",
testimonial: "Mark is amazing... Cleaned up and did excellent!!!! Im very happy with the outcome!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=1",
},
{
id: "2",
name: "Denise Garry",
handle: "Homeowner",
testimonial: "Highly recommend — came out quick & fixed! Support local contractors.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=1",
},
{
id: "3",
@@ -159,7 +159,7 @@ export default function LandingPage() {
name: "David",
handle: "Homeowner",
testimonial: "Professional, clean, and knowledgeable. Will definitely call again.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=1",
},
{
id: "5",
@@ -203,19 +203,19 @@ export default function LandingPage() {
id: "m1",
name: "Gene Ford",
role: "Founder & Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=2",
},
{
id: "m2",
name: "Sarah J.",
role: "Service Technician",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2",
},
{
id: "m3",
name: "Mike R.",
role: "Maintenance Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=2",
},
]}
/>

View File

@@ -64,13 +64,13 @@ export default function LandingPage() {
id: "s1",
name: "Alex",
role: "Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-question-gesture-plumber-looking-broken-faucet_259150-58296.jpg?_wi=3",
},
{
id: "s2",
name: "John",
role: "Technician",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg?_wi=3",
},
]}
/>