2 Commits

Author SHA1 Message Date
6fb68a49a3 Update src/app/page.tsx 2026-04-17 18:56:14 +00:00
b8630c9871 Merge version_1 into main
Merge version_1 into main
2026-04-17 18:55:25 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}