diff --git a/src/app/page.tsx b/src/app/page.tsx index f4df597..52676c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,9 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Get Service", href: "#appointment" } + ]} />