Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 19:45:23 +00:00

View File

@@ -49,9 +49,9 @@ export default function LandingPage() {
{ text: "Request Service Today", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg", imageAlt: "Professional service team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Quality workmanship" },
{ imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Local service area" }
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg?_wi=1", imageAlt: "Professional service team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=1", imageAlt: "Quality workmanship" },
{ imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=1", imageAlt: "Local service area" }
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -66,7 +66,7 @@ export default function LandingPage() {
description="John Martinez & Team"
subdescription="Local Service Leaders"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg?_wi=2"
imageAlt="Our professional team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -102,7 +102,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic-service", title: "Basic Service Call", price: "$89", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Basic service option", button: { text: "Schedule Now", href: "#contact" },
id: "basic-service", title: "Basic Service Call", price: "$89", period: "/service", imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=2", imageAlt: "Basic service option", button: { text: "Schedule Now", href: "#contact" },
features: ["Professional diagnosis", "Service call included", "Written estimate provided", "Same-day availability"]
},
{
@@ -110,7 +110,7 @@ export default function LandingPage() {
features: ["Parts and labor included", "1-year warranty", "24-hour support", "Free follow-up visit"]
},
{
id: "maintenance-plan", title: "Maintenance Plan", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg", imageAlt: "Maintenance plan benefits", button: { text: "Join Plan", href: "#contact" },
id: "maintenance-plan", title: "Maintenance Plan", price: "$49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/scenery-district-full-houses-clear-sky-larvik-norway_181624-12845.jpg?_wi=2", imageAlt: "Maintenance plan benefits", button: { text: "Join Plan", href: "#contact" },
features: ["Quarterly inspections", "Priority scheduling", "15% parts discount", "Emergency priority"]
}
]}