From 46653a9fd900d50fc1e7febdc38078bd57444050 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:21:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a86d24..e9fd540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,16 +93,10 @@ export default function LandingPage() { title="Terms & Conditions" sections={[ { - heading: "Appointment Policy", content: { - text: "A deposit is required for all appointments exceeding two hours. Cancellations must be made 48 hours in advance." - } + heading: "Appointment Policy", content: { type: "paragraph", text: "A deposit is required for all appointments exceeding two hours. Cancellations must be made 48 hours in advance." } }, { - heading: "Our Guarantee", content: { - items: [ - "100% satisfaction guarantee on all cuts.", "Free consultations for new color clients.", "Premium salon-grade products included in all services." - ] - } + heading: "Our Guarantee", content: { type: "list", items: ["100% satisfaction guarantee on all cuts.", "Free consultations for new color clients.", "Premium salon-grade products included in all services."] } } ]} /> -- 2.49.1