From 6fb68a49a33b8317f5889242187c2ccc617689bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:56:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1