diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0f8b0f6..86f7823 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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={[ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6bf8269..eae0563 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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={[ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..d51926f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}