diff --git a/src/app/page.tsx b/src/app/page.tsx index 10794b3..d89cec6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { { id: "q1", title: "Do I need an appointment?", content: "Yes, booking in advance is recommended." }, { id: "q2", title: "Are walk-ins accepted?", content: "We try our best to accommodate walk-ins, but appointments are prioritized." }, { id: "q3", title: "What payment methods do you accept?", content: "We accept cash and bank transfers." }, + { id: "q4", title: "What is your cancellation policy?", content: "Cancellations made at least 24 hours in advance receive a full refund. Cancellations within 24 hours may incur a small fee." }, ]} title="Common Questions" description="Have questions? We've got answers." @@ -160,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file