3 Commits

Author SHA1 Message Date
f418b89c0e Update src/app/page.tsx 2026-05-07 17:48:49 +00:00
5bbc0ea591 Merge version_1 into main
Merge version_1 into main
2026-05-07 17:47:56 +00:00
f32e34b224 Merge version_1 into main
Merge version_1 into main
2026-05-07 17:47:29 +00:00

View File

@@ -191,6 +191,10 @@ export default function LandingPage() {
{
id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, major credit cards, and digital payment methods for your convenience."},
]}
buttons={[
{
text: "Book Appointment", href: "#contact"},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know."
faqsAnimation="slide-up"
@@ -247,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}