Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-03-03 10:44:09 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="ATFZGARAGE"
description="Professional mobile mechanic services delivered to your location. Convenient, honest, and affordable repairs for all vehicle types."
background={{ variant: "fluid" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Book Service Now", href: "contact" },
{ text: "Learn More", href: "services" }
@@ -121,12 +121,12 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{ id: "testimonial-1", name: "Marcus Thompson", role: "Business Owner", testimonial: "ATFZGARAGE saved me so much time. Instead of driving to a workshop, they came to my office and fixed my car during lunch. Professional, quick, and fairly priced!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Thompson" },
{ id: "testimonial-2", name: "Sarah Williams", role: "Freelance Consultant", testimonial: "Broke down on the highway and ATFZGARAGE was there within an hour. The technician diagnosed and fixed the issue roadside. Absolutely reliable and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Williams" },
{ id: "testimonial-3", name: "David Chen", role: "Fleet Manager", testimonial: "We use ATFZGARAGE for our company vehicles. Transparent pricing, professional service, and they never let us down. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen" },
{ id: "testimonial-4", name: "Jennifer Lopez", role: "Healthcare Professional", testimonial: "As a busy nurse, I couldn't afford downtime on my car. ATFZGARAGE fixed my suspension issues while I was at home. Convenient and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jennifer Lopez" },
{ id: "testimonial-5", name: "Robert Martinez", role: "Retail Owner", testimonial: "The honest approach to pricing and quick turnaround times make ATFZGARAGE stand out. No BS, just quality work. Been a customer for three years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Martinez" },
{ id: "testimonial-6", name: "Angela Foster", role: "Educator", testimonial: "Battery died, and ATFZGARAGE had me sorted within 30 minutes. Professional, courteous, and they even explained the work. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Angela Foster" }
{ id: "testimonial-1", name: "Marcus Thompson", role: "Business Owner", testimonial: "ATFZGARAGE saved me so much time. Instead of driving to a workshop, they came to my office and fixed my car during lunch. Professional, quick, and fairly priced!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson" },
{ id: "testimonial-2", name: "Sarah Williams", role: "Freelance Consultant", testimonial: "Broke down on the highway and ATFZGARAGE was there within an hour. The technician diagnosed and fixed the issue roadside. Absolutely reliable and trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Williams" },
{ id: "testimonial-3", name: "David Chen", role: "Fleet Manager", testimonial: "We use ATFZGARAGE for our company vehicles. Transparent pricing, professional service, and they never let us down. Highly recommended for any business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen" },
{ id: "testimonial-4", name: "Jennifer Lopez", role: "Healthcare Professional", testimonial: "As a busy nurse, I couldn't afford downtime on my car. ATFZGARAGE fixed my suspension issues while I was at home. Convenient and excellent work quality.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jennifer Lopez" },
{ id: "testimonial-5", name: "Robert Martinez", role: "Retail Owner", testimonial: "The honest approach to pricing and quick turnaround times make ATFZGARAGE stand out. No BS, just quality work. Been a customer for three years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Martinez" },
{ id: "testimonial-6", name: "Angela Foster", role: "Educator", testimonial: "Battery died, and ATFZGARAGE had me sorted within 30 minutes. Professional, courteous, and they even explained the work. Outstanding service!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Angela Foster" }
]}
/>
</div>