Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-04-09 07:39:59 +00:00

View File

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