Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 01:27:55 +00:00

View File

@@ -163,16 +163,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "reliable", value: "100%", title: "Reliable Local Service", description: "Serving Greater Boston with trusted, consistent quality for years. When you call, a local team answers."
id: "reliable", value: "100%", title: "Reliable Local Service", description: "Serving Greater Boston with trusted, consistent quality for years. When you call, a local team answers.", imageSrc: "http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg", imageAlt: "Professional local service team"
},
{
id: "fast", value: "24hrs", title: "Fast Response", description: "Quote requests typically answered within 24 hours. We respect your time and schedule."
id: "fast", value: "24hrs", title: "Fast Response", description: "Quote requests typically answered within 24 hours. We respect your time and schedule.", imageSrc: "http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg", imageAlt: "Professional local service team"
},
{
id: "professional", value: "Expert", title: "Professional Results", description: "Trained, experienced crews with attention to detail. Your satisfaction is our reputation."
id: "professional", value: "Expert", title: "Professional Results", description: "Trained, experienced crews with attention to detail. Your satisfaction is our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg", imageAlt: "Professional local service team"
},
{
id: "honest", value: "Fair", title: "Honest Pricing", description: "No surprise fees, no upsells. Transparent quotes with upfront pricing you can trust."
id: "honest", value: "Fair", title: "Honest Pricing", description: "No surprise fees, no upsells. Transparent quotes with upfront pricing you can trust.", imageSrc: "http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg", imageAlt: "Professional local service team"
}
]}
animationType="opacity"
@@ -194,7 +194,7 @@ export default function LandingPage() {
{ value: "Boston Area", title: "Service Region" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg"
imageAlt="Professional local service team"
mediaAnimation="opacity"
metricsAnimation="slide-up"
@@ -210,7 +210,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/successful-multiethnic-business-team_1262-20833.jpg"
imageAlt="Contact our team"
mediaAnimation="opacity"
mediaPosition="right"