diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bd4fdf..670faee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,6 +143,7 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Get quick answers to common questions about our maintenance services." + buttons={[{ text: "Need more help?", href: "#contact" }]} /> @@ -165,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}