From 771ffe742f7441d8752d6a53cc20bfb7030b008f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:18:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbfc0a8..0c282e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,11 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Get a Free Quote", href: "#contact" }, + { text: "Get Free Quote Now", href: "#contact" }, { text: "View Our Work", href: "#portfolio" }, ]} buttonAnimation="slide-up" + buttonClassName="bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold shadow-lg hover:shadow-xl transition-all duration-300 scale-105 hover:scale-110" /> -- 2.49.1