From ae9bcab92f4c311579782539d3129819a7de89fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:39:52 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 526cdc6..9c24aa6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,10 +53,14 @@ export default function ContactPage() { title="Booking Terms & Conditions" sections={[ { - heading: "Our Promise", content: ["We guarantee 100% satisfaction with every wash."], + heading: "Our Promise", content: [{ text: "We guarantee 100% satisfaction with every wash." }], }, { - heading: "Visit Requirements", content: ["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: [ + { 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." } + ], }, ]} /> -- 2.49.1