diff --git a/src/app/page.tsx b/src/app/page.tsx index 070852d..a2424bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,7 +232,7 @@ export default function LandingPage() { text="Ready to get started? Contact us today for inquiries or online bookings." buttons={[ { - text: "Contact Us", href: "mailto:info@successoneglobal.com"}, + text: "Start Your Project", href: "mailto:info@successoneglobal.com"}, ]} /> @@ -264,4 +264,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file