diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fcd084..8dcfe2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,6 +145,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Expert Handyman Care for Your Home" description="With over 10 years of experience, we provide high-quality residential repairs and property maintenance services." + buttons={[ + { + text: "Get a Quote", href: "/contact"}, + ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DYa0GPktoo5iA8DC3teDpCZ1Xu/professional-portrait-of-a-handyman-in-c-1778461846342-002dcb7e.png?_wi=1" mediaAnimation="slide-up" bulletPoints={[ @@ -209,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file