Merge version_1 into main #2

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

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Trusted Local Mechanic"
tagIcon={Wrench}
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call (319) 278-1011", href: "tel:+13192781011" },
{ text: "Learn More", href: "#services" },
@@ -109,6 +109,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg"
imageAlt="Redline Auto professional mechanics team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
tagAnimation="slide-up"
/>
@@ -155,13 +156,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Great Service That Treats You Like Family", quote: "Great service treats you like family and great prices on repairs. Les is a very good mechanic, easy going and honest. I've used them for years and they have always been fair with me.", name: "Victor Hubler", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Victor Hubler testimonial"},
id: "1", title: "Great Service That Treats You Like Family", quote: "Great service treats you like family and great prices on repairs. Les is a very good mechanic, easy going and honest. I've used them for years and they have always been fair with me.", name: "Victor Hubler", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Victor Hubler testimonial"},
{
id: "2", title: "Honest and Professional Mechanics", quote: "Les is a very good mechanic, easy going and honest. The team is accommodating, friendly, and answers any questions you might have. They do a very good job and are total pros.", name: "David Gleason", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Gleason testimonial"},
id: "2", title: "Honest and Professional Mechanics", quote: "Les is a very good mechanic, easy going and honest. The team is accommodating, friendly, and answers any questions you might have. They do a very good job and are total pros.", name: "David Gleason", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Gleason testimonial"},
{
id: "3", title: "Fast Service and Great Prices", quote: "Great mechanics, fast service. They provide excellent work at fair prices. The team is professional and makes you feel confident about your vehicle's repairs.", name: "Sarah Johnson", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Sarah Johnson testimonial"},
id: "3", title: "Fast Service and Great Prices", quote: "Great mechanics, fast service. They provide excellent work at fair prices. The team is professional and makes you feel confident about your vehicle's repairs.", name: "Sarah Johnson", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson testimonial"},
{
id: "4", title: "Accommodating, Friendly, and Professional", quote: "Accommodating, friendly, answers any questions you might have. They do a very good job, total pros. I trust them with my vehicles every time and have never been disappointed with their service.", name: "Michael Chen", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Michael Chen testimonial"},
id: "4", title: "Accommodating, Friendly, and Professional", quote: "Accommodating, friendly, answers any questions you might have. They do a very good job, total pros. I trust them with my vehicles every time and have never been disappointed with their service.", name: "Michael Chen", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen testimonial"},
]}
/>
</div>