Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-09 07:25:33 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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."] },
},
]}
/>

View File

@@ -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"] });