Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2941b38c47 | |||
| f418b89c0e | |||
| 5bbc0ea591 | |||
| f32e34b224 |
@@ -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."},
|
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"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Everything you need to know."
|
sideDescription="Everything you need to know."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -247,4 +251,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user