diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a9d93f..0a86d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,12 +94,12 @@ export default function LandingPage() { 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." + 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: [ + items: [ "100% satisfaction guarantee on all cuts.", "Free consultations for new color clients.", "Premium salon-grade products included in all services." ] }