Merge version_2 into main #5

Merged
bender merged 5 commits from version_2 into main 2026-03-11 12:27:15 +00:00
5 changed files with 23 additions and 23 deletions

View File

@@ -77,7 +77,7 @@ export default function AboutPage() {
title="Why Choose TFC Motorsports?"
tag="Our Commitment"
description="We're a dying breed—an honest mechanic who does great work at fair prices. Our commitment to transparency, quality craftsmanship, and customer care has made us Bradenton's most trusted auto repair shop. Whether you drive a personal vehicle or manage a fleet, we treat your car like it's our own."
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80&_wi=2"
imageAlt="Experienced mechanic working professional tools"
buttons={[
{
@@ -108,17 +108,17 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=1", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Michael Rodriguez"},
id: "2", name: "Michael Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=1", imageAlt: "Michael Rodriguez"},
{
id: "3", name: "Jennifer Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Jennifer Martinez"},
id: "3", name: "Jennifer Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=1", imageAlt: "Jennifer Martinez"},
{
id: "4", name: "David Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "David Chen"},
id: "4", name: "David Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=1", imageAlt: "David Chen"},
{
id: "5", name: "Amanda Williams", imageSrc: "https://images.unsplash.com/photo-1507101105822-7daea89aae4e?w=400&h=400&fit=crop", imageAlt: "Amanda Williams"},
id: "5", name: "Amanda Williams", imageSrc: "https://images.unsplash.com/photo-1507101105822-7daea89aae4e?w=400&h=400&fit=crop&_wi=1", imageAlt: "Amanda Williams"},
{
id: "6", name: "James Patterson", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=400&h=400&fit=crop", imageAlt: "James Patterson"},
id: "6", name: "James Patterson", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=400&h=400&fit=crop&_wi=1", imageAlt: "James Patterson"},
]}
cardTitle="Hundreds of happy customers trust TFC Motorsports for honest, reliable auto repair."
cardTag="See what they say"
@@ -129,7 +129,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=2"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -78,7 +78,7 @@ export default function ContactPage() {
{ text: "Get a Free Quote", href: "#contact" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80&_wi=2"
imageAlt="professional auto repair shop clean garage"
mediaAnimation="slide-up"
frameStyle="card"
@@ -101,7 +101,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=3"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -85,7 +85,7 @@ export default function HomePage() {
]}
background={{
variant: "sparkles-gradient"}}
imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1487754180144-351b8e6f60db?w=800&q=80&_wi=1"
imageAlt="professional auto repair shop clean garage"
mediaAnimation="slide-up"
frameStyle="card"
@@ -115,7 +115,7 @@ export default function HomePage() {
title="Why Choose TFC Motorsports?"
tag="Our Commitment"
description="We're a dying breed—an honest mechanic who does great work at fair prices. Our commitment to transparency, quality craftsmanship, and customer care has made us Bradenton's most trusted auto repair shop. Whether you drive a personal vehicle or manage a fleet, we treat your car like it's our own."
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80&_wi=1"
imageAlt="experienced mechanic working professional tools"
buttons={[
{
@@ -171,7 +171,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=1"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -68,17 +68,17 @@ export default function ReviewsPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop&_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "Michael Rodriguez"},
id: "2", name: "Michael Rodriguez", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&_wi=2", imageAlt: "Michael Rodriguez"},
{
id: "3", name: "Jennifer Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "Jennifer Martinez"},
id: "3", name: "Jennifer Martinez", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&_wi=2", imageAlt: "Jennifer Martinez"},
{
id: "4", name: "David Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "David Chen"},
id: "4", name: "David Chen", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&_wi=2", imageAlt: "David Chen"},
{
id: "5", name: "Amanda Williams", imageSrc: "https://images.unsplash.com/photo-1507101105822-7daea89aae4e?w=400&h=400&fit=crop", imageAlt: "Amanda Williams"},
id: "5", name: "Amanda Williams", imageSrc: "https://images.unsplash.com/photo-1507101105822-7daea89aae4e?w=400&h=400&fit=crop&_wi=2", imageAlt: "Amanda Williams"},
{
id: "6", name: "James Patterson", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=400&h=400&fit=crop", imageAlt: "James Patterson"},
id: "6", name: "James Patterson", imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=400&h=400&fit=crop&_wi=2", imageAlt: "James Patterson"},
]}
cardTitle="Hundreds of happy customers trust TFC Motorsports for honest, reliable auto repair."
cardTag="See what they say"
@@ -120,7 +120,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=4"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -93,7 +93,7 @@ export default function ServicesPage() {
id: "diagnostic", title: "Diagnostics", descriptions: [
"Computer diagnostic scanning", "Check engine light diagnosis", "Detailed problem assessment"],
imageSrc:
"https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80", imageAlt: "computer diagnostic scan automotive tool"},
"https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80&_wi=3", imageAlt: "computer diagnostic scan automotive tool"},
{
id: "suspension", title: "Suspension", descriptions: [
"Shock and strut replacement", "Alignment services", "Suspension component repair"],
@@ -103,7 +103,7 @@ export default function ServicesPage() {
id: "fleet", title: "Fleet Maintenance", descriptions: [
"Bulk maintenance programs", "Commercial vehicle service", "Discounted fleet rates"],
imageSrc:
"https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80", imageAlt: "commercial fleet vehicle maintenance service"},
"https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=5", imageAlt: "commercial fleet vehicle maintenance service"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -128,7 +128,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80"
imageSrc="https://images.unsplash.com/photo-1486262715619-67b519e0abe8?w=800&q=80&_wi=6"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."