Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fb68a49a3 | |||
| b8630c9871 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user