From 65d80ace32182bef040970547c2e04cbe46be6c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:12:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daa3800..a8e411c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { tagIcon={CheckCircle} tagAnimation="slide-up" buttons={[ - { text: "Book Your Appointment", href: "contact" }, + { text: "Get Notarized Today", href: "contact" }, { text: "Learn More", href: "services" } ]} buttonAnimation="slide-up" @@ -96,16 +96,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1