Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 22:42:25 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="mediumLarge"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Car Repair in ON P1L 1K1"
description="Rod gets you back on the road fast with honest work and fair prices. Stop worrying about your car and start driving again."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "5-Star", label: "Rated on Google" },
{ value: "1 Hour", label: "Fast Diagnosis" },
@@ -57,7 +57,7 @@ export default function LandingPage() {
{ text: "Schedule Test Drive", href: "#contact" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg"
imageAlt="Clean modern garage at Right Track Auto"
mediaAnimation="slide-up"
imagePosition="right"
@@ -88,7 +88,6 @@ export default function LandingPage() {
tag="What We Fix"
tagIcon={Wrench}
tagAnimation="slide-up"
mediaAnimation="slide-up"
/>
</div>
@@ -105,7 +104,7 @@ export default function LandingPage() {
},
{
id: 3,
tag: "Step 3", title: "Drive Home Happy", subtitle: "Fixed at a fair price", description: "We fix the problem at a fair price so you can get back to your day. You'll drive away knowing the work was done right.", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=2", imageAlt: "Step three: Drive home happy"
tag: "Step 3", title: "Drive Home Happy", subtitle: "Fixed at a fair price", description: "We fix the problem at a fair price so you can get back to your day. You'll drive away knowing the work was done right.", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg", imageAlt: "Step three: Drive home happy"
}
]}
title="How Right Track Auto Works"
@@ -115,7 +114,6 @@ export default function LandingPage() {
tag="Our Process"
tagIcon={ClipboardList}
tagAnimation="slide-up"
mediaAnimation="blur-reveal"
/>
</div>
@@ -124,7 +122,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Wayne Crawford", handle: "@wayne_c", testimonial: "Rod is amazing. He does great work, very efficient and honest, also very reasonable price. I highly recommend Right Track Auto Bracebridge.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Wayne Crawford"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Wayne Crawford"
},
{
id: "2", name: "Dominique Hemens", handle: "@dominique_h", testimonial: "Rod at Right Track Auto was exceptionally helpful. He diagnosed my car within an hour of my initial call to him and had the alternator switched out.", rating: 5,
@@ -132,11 +130,11 @@ export default function LandingPage() {
},
{
id: "3", name: "Paul Charlebois", handle: "@paul_c", testimonial: "I would highly recommend Rod, very reasonable mechanic. Did a safety on my truck and Rod caught things that were missed by others.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Paul Charlebois"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Paul Charlebois"
},
{
id: "4", name: "Local Customer", handle: "@local_driver", testimonial: "Rod takes care of my family's vehicles with the same attention to detail every time. Fair prices and honest service keep us coming back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Satisfied customer"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Satisfied customer"
}
]}
showRating={true}
@@ -160,7 +158,7 @@ export default function LandingPage() {
description="Rod"
subdescription="Owner, Right Track Auto Bracebridge"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg"
imageAlt="Right Track Auto shop interior"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -174,9 +172,9 @@ export default function LandingPage() {
description="Call Rod at Right Track Auto Bracebridge for fast, honest service. We're ready to help get your vehicle back on the road."
tagIcon={Phone}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/repairmen-fix-car-together_482257-102916.jpg"
imageAlt="Right Track Auto workshop"
mediaAnimation="slide-up"
mediaPosition="right"