From b1ad9854f765c4aabd005358f4d80b355e313d42 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:13:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1