Update src/app/page.tsx
This commit is contained in:
@@ -124,7 +124,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "What is the session duration?", content: "Sessions are typically 50 minutes long." },
|
||||
{ id: "f2", title: "Do you offer online therapy?", content: "Yes, I offer both in-person and secure telehealth sessions." },
|
||||
{ id: "f3", title: "Is my confidentiality protected?", content: "Absolutely. All information shared is strictly confidential." }
|
||||
{ id: "f3", title: "Is my confidentiality protected?", content: "Absolutely. All information shared is strictly confidential." },
|
||||
{ id: "f4", title: "Do you accept insurance or sliding scale payments?", content: "I am an out-of-network provider and can provide superbills for insurance reimbursement; I also offer a limited number of sliding scale slots based on financial need." }
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Finding the right psychologist is an important decision."
|
||||
@@ -159,4 +160,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user