From 4f060d58a8989d4f8ebaad5ec665b0c01fe2a322 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:25:30 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1ffb5ff..2b04fc8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,10 +54,10 @@ export default function ContactPage() { title="Booking Terms & Conditions" sections={[ { - heading: "Our Promise", content: { text: "We guarantee 100% satisfaction with every wash." }, + heading: "Our Promise", content: { type: "paragraph", text: "We guarantee 100% satisfaction with every wash." }, }, { - heading: "Visit Requirements", content: { items: ["Please remove all loose personal belongings.", "Ensure your vehicle is safe to enter a high-pressure bay.", "Contact our team if you have a special vehicle body kit."] }, + heading: "Visit Requirements", content: { type: "list", items: ["Please remove all loose personal belongings.", "Ensure your vehicle is safe to enter a high-pressure bay.", "Contact our team if you have a special vehicle body kit."] }, }, ]} /> -- 2.49.1 From 28a17369f6b0394ada3fe29337507e6879eee890 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:25:30 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d976ee0..1448b3c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,8 +12,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Contact Naoti Car Wash', - description: 'Get in touch with Naoti Car Wash for professional vehicle care in Camăr.', + title: 'Contact Us - Naoti Car Wash', + description: 'Get in touch with Naoti Car Wash for your premium car care needs in Camăr.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); -- 2.49.1