@@ -39,23 +37,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Registration Forms",
- content: "Complete your registration forms before your visit.",
- },
- {
- id: "f2",
- title: "Insurance",
- content: "We accept various insurance plans. Please contact our office.",
- },
- {
- id: "f3",
- title: "Financing",
- content: "Flexible financing options are available for your convenience.",
- },
+ { id: "f1", title: "Registration Forms", content: "Complete your registration forms before your visit." },
+ { id: "f2", title: "Insurance", content: "We accept various insurance plans." },
+ { id: "f3", title: "Financing", content: "Flexible financing options are available." }
]}
title="Patient Resources"
+ description="Common questions about our services and policies."
faqsAnimation="slide-up"
/>
@@ -64,36 +51,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file