Update src/app/contact/page.tsx

This commit is contained in:
2026-04-09 07:40:24 +00:00
parent ae9bcab92f
commit 9e3b0ea407

View File

@@ -53,13 +53,13 @@ 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: [
{ text: "Please remove all loose personal belongings." },
{ text: "Ensure your vehicle is safe to enter a high-pressure bay." },
{ text: "Contact our team if you have a special vehicle body kit." }
heading: "Visit Requirements", content: [
{ type: "paragraph", text: "Please remove all loose personal belongings." },
{ type: "paragraph", text: "Ensure your vehicle is safe to enter a high-pressure bay." },
{ type: "paragraph", text: "Contact our team if you have a special vehicle body kit." }
],
},
]}