From 20c15be46eac750bb19b70c77c3ad39375eb7e4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 07:39:25 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1ffb5ff..526cdc6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,6 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import Link from "next/link"; export default function ContactPage() { return ( @@ -54,10 +53,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: ["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: ["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