21 Commits

Author SHA1 Message Date
e6129c48a4 Merge version_3 into main
Merge version_3 into main
2026-03-11 21:00:10 +00:00
4035047761 Update src/app/services/page.tsx 2026-03-11 21:00:06 +00:00
b78a2b209a Update src/app/reviews/page.tsx 2026-03-11 21:00:06 +00:00
1eca67f30d Update src/app/page.tsx 2026-03-11 21:00:06 +00:00
ae358c3107 Update src/app/contact/page.tsx 2026-03-11 21:00:05 +00:00
7bfb568ec6 Update src/app/about/page.tsx 2026-03-11 21:00:05 +00:00
c33f628acc Merge version_2 into main
Merge version_2 into main
2026-03-11 12:27:15 +00:00
388012f554 Update src/app/services/page.tsx 2026-03-11 12:27:11 +00:00
4bd322a5c3 Update src/app/reviews/page.tsx 2026-03-11 12:27:11 +00:00
b61876236c Update src/app/page.tsx 2026-03-11 12:27:10 +00:00
085e51b4cb Update src/app/contact/page.tsx 2026-03-11 12:27:10 +00:00
55d917b434 Update src/app/about/page.tsx 2026-03-11 12:27:09 +00:00
fee2dbb2e9 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:26:49 +00:00
bd71c5ddc3 Update src/app/services/page.tsx 2026-03-11 12:26:44 +00:00
3062a47701 Update src/app/reviews/page.tsx 2026-03-11 12:26:44 +00:00
419d896e02 Update src/app/page.tsx 2026-03-11 12:26:43 +00:00
9f0ef36799 Update src/app/contact/page.tsx 2026-03-11 12:26:43 +00:00
1fadc96b4f Update src/app/about/page.tsx 2026-03-11 12:26:42 +00:00
8e4f5dfc6e Merge version_1 into main
Merge version_1 into main
2026-03-11 01:38:34 +00:00
d063a4759f Merge version_1 into main
Merge version_1 into main
2026-03-11 01:38:09 +00:00
2b95c4b996 Merge version_1 into main
Merge version_1 into main
2026-03-11 01:37:22 +00:00
5 changed files with 115 additions and 244 deletions

View File

@@ -10,35 +10,32 @@ import Link from "next/link";
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
{ label: "Engine Repair", href: "/" },
{ label: "Brake Service", href: "/" },
{ label: "Oil Changes", href: "/" },
{ label: "Fleet Maintenance", href: "/" },
title: "Services", items: [
{ label: "Engine Repair", href: "/services" },
{ label: "Brake Service", href: "/services" },
{ label: "Oil Changes", href: "/services" },
{ label: "Fleet Maintenance", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/" },
{ label: "Contact", href: "/contact" },
{ label: "Locations", href: "#" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(941) 749-1090", href: "tel:+19417491090" },
{ label: "3115 81st Ct E Suite 105, Bradenton, FL 34211", href: "https://maps.google.com/?q=3115+81st+Ct+E+Suite+105+Bradenton+FL+34211" },
{ label: "Monday-Friday: 8AM-6PM", href: "#" },
@@ -65,15 +62,13 @@ export default function AboutPage() {
brandName="TFC Motorsports"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now",
href: "tel:+19417491090",
}}
text: "Call Now", href: "tel:+19417491090"}}
/>
</div>
@@ -82,13 +77,11 @@ 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="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg?_wi=2"
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80&_wi=2"
imageAlt="Experienced mechanic working professional tools"
buttons={[
{
text: "Request Service",
href: "/",
},
text: "Request Service", href: "#contact-cta"},
]}
useInvertedBackground={false}
/>
@@ -100,20 +93,11 @@ export default function AboutPage() {
tag="Proven Track Record"
metrics={[
{
id: "rating",
value: "4.8★",
description: "Google Rating from 79 verified customer reviews",
},
id: "rating", value: "4.8★", description: "Google Rating from 79 verified customer reviews"},
{
id: "honest",
value: "100%",
description: "Honest pricing and transparent repair estimates",
},
id: "honest", value: "100%", description: "Honest pricing and transparent repair estimates"},
{
id: "local",
value: "#1",
description: "Trusted local mechanic in Bradenton area",
},
id: "local", value: "#1", description: "Trusted local mechanic in Bradenton area"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -124,41 +108,17 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=2",
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: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2",
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: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2",
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: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=2",
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: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=2",
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: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2",
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"
@@ -169,7 +129,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory_645730-783.jpg?_wi=3"
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."
@@ -178,4 +138,4 @@ export default function AboutPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -9,20 +9,20 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
export default function ContactPage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Engine Repair", href: "/services#engine" },
{ label: "Brake Service", href: "/services#brake" },
{ label: "Oil Changes", href: "/services#oil" },
{ label: "Fleet Maintenance", href: "/services#fleet" },
{ label: "Engine Repair", href: "/services" },
{ label: "Brake Service", href: "/services" },
{ label: "Oil Changes", href: "/services" },
{ label: "Fleet Maintenance", href: "/services" },
],
},
{
@@ -75,10 +75,10 @@ export default function ContactPage() {
description="Bradenton's Trusted Auto Repair Shop. Honest, reliable automotive repair and maintenance you can trust."
buttons={[
{ text: "Call Now", href: "tel:+19417491090" },
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Get a Free Quote", href: "#contact-cta" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=2"
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="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory_645730-783.jpg?_wi=2"
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."
@@ -110,4 +110,4 @@ export default function ContactPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -14,9 +14,9 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
@@ -30,9 +30,9 @@ const footerColumns = [
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Reviews", href: "#reviews" },
{ label: "Contact", href: "#contact" },
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
{ label: "Locations", href: "#" },
],
},
@@ -81,11 +81,11 @@ export default function HomePage() {
{
text: "Call Now", href: "tel:+19417491090"},
{
text: "Get a Free Quote", href: "#contact"},
text: "Get a Free Quote", href: "#contact-cta"},
]}
background={{
variant: "sparkles-gradient"}}
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=1"
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,11 +115,11 @@ 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="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg"
imageSrc="https://images.unsplash.com/photo-1489824904134-891ab64532f1?w=800&q=80&_wi=1"
imageAlt="experienced mechanic working professional tools"
buttons={[
{
text: "Request Service", href: "#contact"},
text: "Request Service", href: "#contact-cta"},
]}
useInvertedBackground={false}
buttonAnimation="opacity"
@@ -131,22 +131,22 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc
: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
{
id: "2", name: "Michael Rodriguez", imageSrc
: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
{
id: "3", name: "Jennifer Martinez", imageSrc
: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
{
id: "4", name: "David Chen", imageSrc
: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
{
id: "5", name: "Amanda Williams", imageSrc
: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1507101105822-7daea89aae4e?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
{
id: "6", name: "James Patterson", imageSrc
: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "professional headshot portrait business person"},
: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=400&h=400&fit=crop", imageAlt: "professional headshot portrait business person"},
]}
cardTitle="Hundreds of happy customers trust TFC Motorsports for honest, reliable auto repair."
cardTag="See what they say"
@@ -171,7 +171,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory_645730-783.jpg?_wi=1"
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."
@@ -180,4 +180,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,26 +11,23 @@ import Link from "next/link";
export default function ReviewsPage() {
const footerColumns = [
{
title: "Services",
items: [
{ label: "Engine Repair", href: "/" },
{ label: "Brake Service", href: "/" },
{ label: "Oil Changes", href: "/" },
{ label: "Fleet Maintenance", href: "/" },
title: "Services", items: [
{ label: "Engine Repair", href: "/services" },
{ label: "Brake Service", href: "/services" },
{ label: "Oil Changes", href: "/services" },
{ label: "Fleet Maintenance", href: "/services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/" },
{ label: "Contact", href: "/contact" },
{ label: "Locations", href: "#" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(941) 749-1090", href: "tel:+19417491090" },
{ label: "3115 81st Ct E Suite 105, Bradenton, FL 34211", href: "https://maps.google.com/?q=3115+81st+Ct+E+Suite+105+Bradenton+FL+34211" },
{ label: "Monday-Friday: 8AM-6PM", href: "#" },
@@ -57,15 +54,13 @@ export default function ReviewsPage() {
brandName="TFC Motorsports"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/" },
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now",
href: "tel:+19417491090",
}}
text: "Call Now", href: "tel:+19417491090"}}
/>
</div>
@@ -73,41 +68,17 @@ export default function ReviewsPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=3",
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: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=3",
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: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3",
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: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=3",
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: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=3",
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: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3",
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"
@@ -122,20 +93,11 @@ export default function ReviewsPage() {
tag="Proven Track Record"
metrics={[
{
id: "rating",
value: "4.8★",
description: "Google Rating from 79 verified customer reviews",
},
id: "rating", value: "4.8★", description: "Google Rating from 79 verified customer reviews"},
{
id: "honest",
value: "100%",
description: "Honest pricing and transparent repair estimates",
},
id: "honest", value: "100%", description: "Honest pricing and transparent repair estimates"},
{
id: "local",
value: "#1",
description: "Trusted local mechanic in Bradenton area",
},
id: "local", value: "#1", description: "Trusted local mechanic in Bradenton area"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -148,8 +110,7 @@ export default function ReviewsPage() {
title="Need Auto Repair in Bradenton?"
description="Call us now for a free quote or request service online. We're here to help with honest pricing and quality workmanship."
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Quote"
@@ -159,7 +120,7 @@ export default function ReviewsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory_645730-783.jpg?_wi=4"
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."
@@ -168,4 +129,4 @@ export default function ReviewsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,14 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Engine Repair", href: "/services" },
{ label: "Brake Service", href: "/services" },
{ label: "Oil Changes", href: "/services" },
@@ -26,22 +25,18 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Reviews", href: "#reviews" },
{ label: "Contact", href: "#contact" },
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
{ label: "Locations", href: "#" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "(941) 749-1090", href: "tel:+19417491090" },
{
label: "3115 81st Ct E Suite 105, Bradenton, FL 34211",
href: "https://maps.google.com/?q=3115+81st+Ct+E+Suite+105+Bradenton+FL+34211",
},
label: "3115 81st Ct E Suite 105, Bradenton, FL 34211", href: "https://maps.google.com/?q=3115+81st+Ct+E+Suite+105+Bradenton+FL+34211"},
{ label: "Monday-Friday: 8AM-6PM", href: "#" },
{ label: "Saturday: 9AM-3PM", href: "#" },
],
@@ -70,9 +65,7 @@ export default function ServicesPage() {
id: item.id,
}))}
button={{
text: "Call Now",
href: "tel:+19417491090",
}}
text: "Call Now", href: "tel:+19417491090"}}
/>
</div>
@@ -82,77 +75,35 @@ export default function ServicesPage() {
description="Complete automotive repair and maintenance services for personal and fleet vehicles."
features={[
{
id: "engine",
title: "Engine Repair",
descriptions: [
"Complete engine diagnostics and repair",
"Performance tuning and maintenance",
"Honest transparent estimates",
],
id: "engine", title: "Engine Repair", descriptions: [
"Complete engine diagnostics and repair", "Performance tuning and maintenance", "Honest transparent estimates"],
imageSrc:
"http://img.b2bpic.net/free-photo/mechanic-using-digital-tablet-while-servicing-car-engine_1170-1367.jpg",
imageAlt: "engine repair mechanics working diagnostic",
},
"https://images.unsplash.com/photo-1517649763962-0c623066013b?w=800&q=80", imageAlt: "engine repair mechanics working diagnostic"},
{
id: "brake",
title: "Brake Service",
descriptions: [
"Brake pad and rotor replacement",
"System inspection and bleeding",
"Safety certification",
],
id: "brake", title: "Brake Service", descriptions: [
"Brake pad and rotor replacement", "System inspection and bleeding", "Safety certification"],
imageSrc:
"http://img.b2bpic.net/free-photo/technician-checking-vehicle-bottom_23-2147897942.jpg",
imageAlt: "brake service repair replacement professional",
},
"https://images.unsplash.com/photo-1488724391857-87d7b814b339?w=800&q=80", imageAlt: "brake service repair replacement professional"},
{
id: "oil",
title: "Oil Changes",
descriptions: [
"Full synthetic and conventional options",
"Filter replacement and top-ups",
"Quick service appointments",
],
id: "oil", title: "Oil Changes", descriptions: [
"Full synthetic and conventional options", "Filter replacement and top-ups", "Quick service appointments"],
imageSrc:
"http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11879.jpg",
imageAlt: "oil change service automotive maintenance",
},
"https://images.unsplash.com/photo-1486838391189-08f88b7a0bf2?w=800&q=80", imageAlt: "oil change service automotive maintenance"},
{
id: "diagnostic",
title: "Diagnostics",
descriptions: [
"Computer diagnostic scanning",
"Check engine light diagnosis",
"Detailed problem assessment",
],
id: "diagnostic", title: "Diagnostics", descriptions: [
"Computer diagnostic scanning", "Check engine light diagnosis", "Detailed problem assessment"],
imageSrc:
"http://img.b2bpic.net/free-photo/female-mechanic-using-digital-tablet_1170-1182.jpg",
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",
],
id: "suspension", title: "Suspension", descriptions: [
"Shock and strut replacement", "Alignment services", "Suspension component repair"],
imageSrc:
"http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11797.jpg",
imageAlt: "suspension repair shock strut replacement",
},
"https://images.unsplash.com/photo-1530124566582-a618bc2615dc?w=800&q=80", imageAlt: "suspension repair shock strut replacement"},
{
id: "fleet",
title: "Fleet Maintenance",
descriptions: [
"Bulk maintenance programs",
"Commercial vehicle service",
"Discounted fleet rates",
],
id: "fleet", title: "Fleet Maintenance", descriptions: [
"Bulk maintenance programs", "Commercial vehicle service", "Discounted fleet rates"],
imageSrc:
"http://img.b2bpic.net/free-photo/exhausted-vehicle-mechanic-falling-asleep-his-workshop_342744-1346.jpg",
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"
@@ -167,8 +118,7 @@ export default function ServicesPage() {
title="Ready to Schedule Service?"
description="Contact TFC Motorsports today for honest, reliable auto repair. We offer free quotes and transparent pricing on all services."
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Quote"
@@ -178,7 +128,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory_645730-783.jpg?_wi=2"
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."
@@ -187,4 +137,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}