Merge version_1 into main #1
@@ -52,7 +52,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg?_wi=2"
|
||||
imageAlt="TCS Fluvial workshop"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -67,7 +67,7 @@ export default function AboutPage() {
|
||||
tag="Local Experts"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg?_wi=3"
|
||||
imageAlt="Professional boat repair workshop interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
metrics={[
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg?_wi=4"
|
||||
imageAlt="Contact us"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -74,7 +74,7 @@ Hours: Monday – Friday, 08:00 – 18:00
|
||||
For emergency repairs outside regular hours, call us directly. We accommodate urgent service requests based on availability."
|
||||
tag="Quick Response"
|
||||
tagIcon="Clock"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg?_wi=5"
|
||||
imageAlt="Contact information"
|
||||
mediaAnimation="blur-reveal"
|
||||
metrics={[
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Boat Repair & Maintenance | TCS Fluvial Rupt-sur-Saône",
|
||||
description: "Professional boat repair and maintenance service for river boats, barges, and canal vessels. Expert technicians serving Rupt-sur-Saône and Saône region. Call 07 85 70 63 95.",
|
||||
keywords: "boat repair, boat maintenance, river boat service, barge repair, canal boat, Rupt-sur-Saône, Saône river, marine repair, boat engine repair",
|
||||
metadataBase: new URL("https://tcsfluvial.fr"),
|
||||
alternates: {
|
||||
canonical: "https://tcsfluvial.fr",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Professional Boat Repair & Maintenance | TCS Fluvial",
|
||||
description: "Expert boat repair service in Rupt-sur-Saône. Fast, reliable maintenance for all vessel types. 5-star rated.",
|
||||
url: "https://tcsfluvial.fr",
|
||||
siteName: "TCS Fluvial",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://tcsfluvial.fr/og-image.jpg",
|
||||
alt: "TCS Fluvial professional boat repair service",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Boat Repair | TCS Fluvial",
|
||||
description: "Expert boat repair and maintenance. Rupt-sur-Saône specialists.",
|
||||
images: ["https://tcsfluvial.fr/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Mechanical Repairs",
|
||||
description: "Engine diagnostics, motor repairs, propulsion system maintenance, and complete mechanical overhauls for optimal vessel performance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg?_wi=1",
|
||||
imageAlt: "Boat engine repair and maintenance",
|
||||
buttonIcon: Wrench,
|
||||
buttonHref: "#contact",
|
||||
@@ -90,7 +90,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Regular Maintenance",
|
||||
description: "Scheduled servicing, oil changes, filter replacements, hull inspections, and preventative care to keep your boat in top condition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138533.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138533.jpg?_wi=1",
|
||||
imageAlt: "Professional boat maintenance service",
|
||||
buttonIcon: CheckCircle,
|
||||
buttonHref: "#contact",
|
||||
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
tag="Professional Service"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-pattaya-beach-thailand_1150-2976.jpg?_wi=1"
|
||||
imageAlt="Professional boat repair workshop"
|
||||
mediaAnimation="blur-reveal"
|
||||
metrics={[
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function ServicesPage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg?_wi=2"
|
||||
imageAlt="Professional boat repair service"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -71,14 +71,14 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Engine Diagnostics & Repair",
|
||||
description: "Complete engine evaluation, troubleshooting, repair, and optimization. We handle all marine engine types and fuel systems.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-car-shop-together_23-2150376998.jpg?_wi=3",
|
||||
imageAlt: "Engine diagnostic service",
|
||||
buttonIcon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Maintenance Programs",
|
||||
description: "Seasonal maintenance, oil changes, filter services, belt replacement, and preventative care plans to extend vessel life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138533.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138533.jpg?_wi=2",
|
||||
imageAlt: "Routine maintenance service",
|
||||
buttonIcon: CheckCircle,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user