Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-02 20:40:28 +00:00

View File

@@ -49,13 +49,13 @@ export default function LandingPage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg", imageAlt: "Professional plumbing repair"},
"http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=1", imageAlt: "Professional plumbing repair"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing service"},
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Emergency plumbing service"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Our professional team"},
"http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1", imageAlt: "Our professional team"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -71,7 +71,7 @@ export default function LandingPage() {
{ value: "10,000+", title: "Happy Customers" },
{ value: "99.8%", title: "Satisfaction Rate" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=2"
imageAlt="ProFlow Plumbing team"
useInvertedBackground={false}
mediaAnimation="blur-reveal"
@@ -106,13 +106,13 @@ export default function LandingPage() {
products={[
{
id: "1", name: "Emergency Repair", price: "Starting at $95", imageSrc:
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency plumbing repair"},
"http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency plumbing repair"},
{
id: "2", name: "Routine Maintenance", price: "Starting at $150", imageSrc:
"http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Preventive maintenance service"},
{
id: "3", name: "Installation Services", price: "Starting at $200", imageSrc:
"http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg", imageAlt: "Professional installation"},
"http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=3", imageAlt: "Professional installation"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -154,19 +154,19 @@ export default function LandingPage() {
{
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Downtown Neighborhood", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
{
id: "2", name: "James Rodriguez", role: "Property Manager", company: "Green Valley Apartments", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Rodriguez"},
{
id: "3", name: "Emily Chen", role: "Business Owner", company: "City Restaurant Group", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen"},
{
id: "4", name: "Michael Thompson", role: "Homeowner", company: "Riverside District", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -180,7 +180,7 @@ export default function LandingPage() {
tag="Get Help Now"
title="Schedule Your Service Today"
description="Contact us for emergency repairs, routine maintenance, or any plumbing needs. Our team is ready to help you 24/7."
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sanitary-technician-working-with-wrench-kitchen_23-2147772255.jpg?_wi=2"
imageAlt="Professional plumbing service"
useInvertedBackground={false}
background={{ variant: "plain" }}