Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-02 21:31:38 +00:00
5 changed files with 17 additions and 17 deletions

View File

@@ -110,7 +110,7 @@ export default function AboutPage() {
]}
buttonAnimation="slide-up"
bulletPoints={aboutBulletPoints}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=2"
imageAlt="ASAP Plumbing team"
mediaAnimation="slide-up"
imagePosition="right"
@@ -158,7 +158,7 @@ export default function AboutPage() {
title: "Community", description: "We're proud to serve St. Augustine and support our local community.", icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=3"
imageAlt="Our team in action"
mediaAnimation="slide-up"
imagePosition="left"

View File

@@ -88,7 +88,7 @@ export default function ContactPage() {
{ text: "Fill Out Form Below", href: "#contact-form" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=2"
imageAlt="Contact ASAP Plumbing"
mediaAnimation="slide-up"
imagePosition="right"
@@ -120,7 +120,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3"
imageAlt="Contact support"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -83,27 +83,27 @@ export default function HomePage() {
{
id: "1", title: "Fixed my burst pipe in under an hour", quote:
"Called ASAP at midnight with a burst pipe flooding my basement. They arrived within 45 minutes and fixed everything professionally. Couldn't ask for better service!", name: "Michael Johnson", role: "Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Johnson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Johnson"},
{
id: "2", title: "Professional and honest service", quote:
"They diagnosed the problem correctly, explained everything clearly, and gave me a fair price. No surprise charges. Highly recommend ASAP Plumbing for any plumbing needs.", name: "Sarah Martinez", role: "Business Owner", imageSrc:
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Martinez"},
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Martinez"},
{
id: "3", title: "Saved me thousands on water damage", quote:
"Their leak detection service found a hidden leak in my walls before it became a major problem. Saved me from expensive water damage repairs. Worth every penny!", name: "Robert Thompson", role: "Property Manager", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson"},
{
id: "4", title: "Great service, fair pricing", quote:
"I've used ASAP Plumbing three times for different issues. Every time they show up on time, fix the problem right, and the pricing is transparent. They're my go-to plumber.", name: "Jennifer Lee", role: "Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Jennifer Lee"},
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Jennifer Lee"},
{
id: "5", title: "Quick response, quality work", quote:
"Called for an emergency water heater failure on Sunday. They came out same day, installed a new unit, and got everything working perfectly. Amazing team!", name: "David Chen", role: "Restaurant Owner", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Chen"},
{
id: "6", title: "The best plumber in St. Augustine", quote:
"Professional, reliable, and genuinely care about their customers. ASAP Plumbing fixed a complex drain issue that three other plumbers said would be $2,000. Final cost was $300!", name: "Patricia Williams", role: "Homeowner", imageSrc:
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Patricia Williams"},
"http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "Patricia Williams"},
];
const metrics = [
@@ -188,7 +188,7 @@ export default function HomePage() {
{ text: "Book Appointment", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/truck-mechanic-serviceman-choosing-tools-vehicle-maintenance_342744-1302.jpg"
imageSrc="http://img.b2bpic.net/free-photo/truck-mechanic-serviceman-choosing-tools-vehicle-maintenance_342744-1302.jpg?_wi=1"
imageAlt="Professional plumbing service truck"
mediaAnimation="slide-up"
imagePosition="right"
@@ -209,7 +209,7 @@ export default function HomePage() {
buttons={[{ text: "Get Service Quote", href: "/contact" }]}
buttonAnimation="slide-up"
accordionItems={serviceAccordion}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg?_wi=1"
imageAlt="Plumbing service in progress"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -228,7 +228,7 @@ export default function HomePage() {
buttons={[{ text: "Schedule Service", href: "/contact" }]}
buttonAnimation="slide-up"
bulletPoints={aboutBulletPoints}
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg?_wi=1"
imageAlt="ASAP Plumbing team"
mediaAnimation="slide-up"
imagePosition="right"

View File

@@ -111,7 +111,7 @@ export default function PricingPage() {
{ text: "Call: (804) 555-1234", href: "tel:+18045551234" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1"
imageAlt="Plumbing service pricing consultation"
mediaAnimation="slide-up"
imagePosition="right"

View File

@@ -106,7 +106,7 @@ export default function ServicesPage() {
{ text: "Book Appointment", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg?_wi=2"
imageAlt="Professional plumbing service"
mediaAnimation="slide-up"
imagePosition="right"
@@ -125,7 +125,7 @@ export default function ServicesPage() {
buttons={[{ text: "Get Free Quote", href: "/contact" }]}
buttonAnimation="slide-up"
accordionItems={serviceAccordion}
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg?_wi=3"
imageAlt="Plumbing service in progress"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -147,7 +147,7 @@ export default function ServicesPage() {
{ text: "Schedule Service", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/truck-mechanic-serviceman-choosing-tools-vehicle-maintenance_342744-1302.jpg"
imageSrc="http://img.b2bpic.net/free-photo/truck-mechanic-serviceman-choosing-tools-vehicle-maintenance_342744-1302.jpg?_wi=2"
imageAlt="Emergency plumbing service truck"
mediaAnimation="slide-up"
imagePosition="right"