From 7ec1072955623695c38bb43f81604bdc52ec940c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:51:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8b7fe7..30bae52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { value: "5/5", label: "Google Rating" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Locate Us", href: "#contact" }]} + buttons={[{ text: "Locate Us", href: "#contact" }, { text: "View Services", href: "#features" }]} imageSrc="http://img.b2bpic.net/free-photo/blobs-multicolored-foam_23-2147798266.jpg" mediaAnimation="slide-up" avatars={[ -- 2.49.1