Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 18:56:17 +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>
);
}
}