2 Commits

Author SHA1 Message Date
7d653da08b Update src/app/page.tsx 2026-05-07 06:18:01 +00:00
2efcf41271 Merge version_2 into main
Merge version_2 into main
2026-05-07 06:16:40 +00:00

View File

@@ -148,7 +148,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", title: "How do I book?", content: "Use our AI assistant widget at the bottom-right corner to schedule anytime."}, id: "1", title: "How do I book?", content: "Book your initial consultation online in seconds through our secure portal"},
{ {
id: "2", title: "Do you accept insurance?", content: "Yes, we work with most major medical insurance providers."}, id: "2", title: "Do you accept insurance?", content: "Yes, we work with most major medical insurance providers."},
{ {
@@ -217,4 +217,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }