From 5e8bbcdb894a465e58b1f12125628708caa27e28 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:50:28 +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 3a5ecf5..0516bf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,8 @@ export default function LandingPage() { tagIcon={CheckCircle} tagAnimation="slide-up" buttons={[ - { text: "Schedule Service", href: "tel:(555)123-4567" } + { text: "Schedule Service", href: "tel:(555)123-4567" }, + { text: "Request Quote", href: "#contact" } ]} buttonAnimation="slide-up" features={[ -- 2.49.1