From bdfa5d9f57ea00e9366e0316af39a94ba2d12de6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 22:44:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 65b0044..ef2e9b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,6 @@ export default function LandingPage() { { text: "Get a Free Estimate", href: "#contact" } ]} buttonAnimation="slide-up" - buttonClassName="first:bg-gradient-to-r first:from-blue-600 first:to-blue-700 first:hover:from-blue-700 first:hover:to-blue-800 first:text-white first:font-bold first:shadow-lg first:shadow-blue-500/50 first:scale-105 first:transition-all first:duration-300" testimonials={[ { name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Pat came out the same day and got everything done fast. He explained everything clearly and made sure the job was done right. Best service I've had.", rating: 5, @@ -229,7 +228,7 @@ export default function LandingPage() {