Merge version_1 into main #3

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

View File

@@ -50,13 +50,13 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721577.jpg", imageAlt: "Professional plumber at work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Leaking faucet repair"},
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=1", imageAlt: "Leaking faucet repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"},
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=1", imageAlt: "Drainage system repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation"},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=1", imageAlt: "Water heater installation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg", imageAlt: "Professional plumbing team"},
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=1", imageAlt: "Professional plumbing team"},
]}
buttons={[
{ text: "Find a Contractor", href: "#contact" },
@@ -77,13 +77,13 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Emergency Repairs", author: "24/7 Available", description: "Immediate response to leaking faucets, burst pipes, and urgent plumbing issues. Our network of local contractors ensures fast service when you need it most.", tags: ["Quick Response", "Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg", imageAlt: "Emergency plumbing repair"},
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17823.jpg?_wi=2", imageAlt: "Emergency plumbing repair"},
{
id: "2", title: "Drainage Solutions", author: "Expert Diagnosis", description: "Professional assessment and repair of drainage issues. Whether it's a simple clog or complex pipe flow problems, our contractors have the expertise to fix it right.", tags: ["Thorough", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Drainage system repair"},
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg?_wi=2", imageAlt: "Drainage system repair"},
{
id: "3", title: "Water Heater Services", author: "Quality Brands", description: "Installation and maintenance of top-rated water heaters including Whirlpool, Kenmore, and Bradford White models. Ensure your home has reliable hot water year-round.", tags: ["Installation", "Maintenance"],
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Water heater installation service"},
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg?_wi=2", imageAlt: "Water heater installation service"},
]}
/>
</div>
@@ -98,7 +98,7 @@ export default function LandingPage() {
{ value: "500+", title: "Verified Contractors" },
{ value: "98%", title: "Customer Satisfaction" },
]}
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232299.jpg?_wi=2"
imageAlt="Professional plumbing contractors"
useInvertedBackground={true}
mediaAnimation="slide-up"