Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-11 01:37:22 +00:00
6 changed files with 74 additions and 35 deletions

View File

@@ -82,7 +82,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="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg?_wi=2"
imageAlt="Experienced mechanic working professional tools"
buttons={[
{
@@ -126,37 +126,37 @@ export default function AboutPage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_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",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_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",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_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",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=2",
imageAlt: "David Chen",
},
{
id: "5",
name: "Amanda Williams",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=2",
imageAlt: "Amanda Williams",
},
{
id: "6",
name: "James Patterson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2",
imageAlt: "James Patterson",
},
]}
@@ -169,7 +169,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"
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"
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 ContactPage() {
{ text: "Get a Free Quote", href: "#contact" },
]}
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=2"
imageAlt="professional auto repair shop clean garage"
mediaAnimation="slide-up"
frameStyle="card"
@@ -108,7 +108,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"
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=5"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Roboto } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Roboto } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const roboto = Roboto({
variable: "--font-roboto",
@@ -20,6 +24,39 @@ const roboto = Roboto({
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "TFC Motorsports - Trusted Auto Repair in Bradenton, FL",
description: "Honest auto repair shop in Bradenton, FL. 4.8★ rated. Engine repair, brake service, diagnostics, fleet maintenance. Fair pricing, trusted local mechanic. Call (941) 749-1090.",
keywords: "Bradenton auto repair, mechanic Bradenton FL, car repair Bradenton, brake repair Bradenton, fleet maintenance Florida",
metadataBase: new URL("https://tfcmotorsports.com"),
alternates: {
canonical: "https://tfcmotorsports.com",
},
openGraph: {
title: "TFC Motorsports - Trusted Auto Repair in Bradenton, FL",
description: "Honest, reliable auto repair and maintenance. 4.8★ rated. Fair pricing, experienced mechanics. Call for a free quote.",
url: "https://tfcmotorsports.com",
siteName: "TFC Motorsports",
type: "website",
images: [
{
url: "https://tfcmotorsports.com/og-image.jpg",
alt: "TFC Motorsports Auto Repair Shop",
},
],
},
twitter: {
card: "summary_large_image",
title: "TFC Motorsports - Trusted Auto Repair",
description: "Honest, reliable auto repair in Bradenton, FL. 4.8★ rated. Fair pricing.",
images: ["https://tfcmotorsports.com/twitter-image.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${roboto.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -97,7 +97,7 @@ export default function HomePage() {
background={{
variant: "noise",
}}
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg"
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=1"
imageAlt="professional auto repair shop clean garage"
mediaAnimation="slide-up"
frameStyle="card"
@@ -136,7 +136,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="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg?_wi=1"
imageAlt="experienced mechanic working professional tools"
buttons={[
{
@@ -157,42 +157,42 @@ export default function HomePage() {
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
"http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=1",
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",
"http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=1",
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",
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
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",
"http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=1",
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",
"http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=1",
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",
"http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=1",
imageAlt: "professional headshot portrait business person",
},
]}
@@ -220,7 +220,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"
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"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -75,37 +75,37 @@ export default function ReviewsPage() {
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=3",
imageAlt: "David Chen",
},
{
id: "5",
name: "Amanda Williams",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=3",
imageAlt: "Amanda Williams",
},
{
id: "6",
name: "James Patterson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=3",
imageAlt: "James Patterson",
},
]}
@@ -159,7 +159,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"
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"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."

View File

@@ -178,7 +178,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"
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"
imageAlt="automotive workshop garage background professional"
logoText="TFC Motorsports"
copyrightText="© 2025 TFC Motorsports & Automotive Repair. All rights reserved."