From 20dcadf43d3d260e1810bcc5323977f38d1dde45 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:35:47 +0000 Subject: [PATCH 1/3] Update src/app/book/page.tsx --- src/app/book/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index 3b3ad87..ba021c6 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -112,7 +112,7 @@ export default function BookPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg?_wi=2" imageAlt="Professional car detailing team" mediaAnimation="slide-up" bulletPoints={[ -- 2.49.1 From 381d7acb80eb086e1c319da06259f2665d848b16 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:35:47 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 51 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..b2a7d63 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,51 @@ 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: "Good'en Clean - Professional Car Detailing Jacksonville AR", + description: "Professional car detailing services in Jacksonville, AR. Premium interior & exterior detailing, ceramic coating, and auto protection. 5-star rated. Book online now!", + keywords: "car detailing, auto detailing, car wash, vehicle detailing, ceramic coating, Jacksonville AR, auto care, vehicle protection", + metadataBase: new URL("https://goodenclean.com"), + alternates: { + canonical: "https://goodenclean.com", + }, + openGraph: { + title: "Good'en Clean - Professional Car Detailing", + description: "Experience premium automotive detailing services in Jacksonville, AR. 5-star rated, expert team, transparent pricing.", + type: "website", + siteName: "Good'en Clean", + images: [ + { + url: "http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg", + alt: "Professional car detailing", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Good'en Clean - Professional Car Detailing", + description: "Professional car detailing in Jacksonville, AR. 5-star rated. Book your appointment today!", + images: [ + "http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +59,9 @@ export default function RootLayout({ return ( - + {children}