Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 18:41:59 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
description="Car Won't Start?"
subdescription="Stranded on the road? We're here 24/7 for emergency roadside assistance."
icon={AlertCircle}
imageSrc="http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg"
imageSrc="http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg?_wi=1"
imageAlt="Emergency roadside assistance vehicle"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -119,13 +119,13 @@ export default function LandingPage() {
description="Simple, transparent process designed for your convenience. From call to completion in just three steps."
products={[
{
id: "step-1", name: "Step 1: Call or Text", price: "Tell us what's wrong", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Call or text Roadmaster"
id: "step-1", name: "Step 1: Call or Text", price: "Tell us what's wrong", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Call or text Roadmaster"
},
{
id: "step-2", name: "Step 2: Get a Quote", price: "Clear timeframe & fair pricing", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Receive service quote"
id: "step-2", name: "Step 2: Get a Quote", price: "Clear timeframe & fair pricing", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Receive service quote"
},
{
id: "step-3", name: "Step 3: We Come To You", price: "Vehicle repaired on-site", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mobile repair service"
id: "step-3", name: "Step 3: We Come To You", price: "Vehicle repaired on-site", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Mobile repair service"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -161,7 +161,7 @@ export default function LandingPage() {
id: "dc", value: "DC Area", title: "Washington DC", description: "Full coverage in Washington DC proper", imageSrc: "http://img.b2bpic.net/free-photo/tourist-showing-place-paris-with-magnifying-glass_23-2148232436.jpg", imageAlt: "Washington DC service area map"
},
{
id: "suburbs", value: "Expanding", title: "Georgetown & Nearby", description: "Extended service to surrounding neighborhoods and suburbs", imageSrc: "http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg", imageAlt: "Service area coverage"
id: "suburbs", value: "Expanding", title: "Georgetown & Nearby", description: "Extended service to surrounding neighborhoods and suburbs", imageSrc: "http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg?_wi=2", imageAlt: "Service area coverage"
}
]}
animationType="slide-up"