Merge version_1 into main #4
@@ -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."] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user