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