From 39fe1aa0d1bf242aa497e4208839fbba37f51e65 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:21:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9fd540..b6f448e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,10 +93,10 @@ export default function LandingPage() { title="Terms & Conditions" sections={[ { - 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: "Appointment Policy", content: { text: "A deposit is required for all appointments exceeding two hours. Cancellations must be made 48 hours in advance." } }, { - 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."] } + 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."] } } ]} /> -- 2.49.1