Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-12 03:21:57 +00:00

View File

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