From 42c697454925facc945c19a78f91faa1c447c528 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:42:50 +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 bad0ab2..74c4aa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function Page() { logoText="Studio" description="We craft digital experiences that inspire. Combining design excellence with strategic thinking to elevate your brand." buttons={[ - { text: "Get Started Today", href: "#contact" }, + { text: "Request a Consultation", href: "#contact" }, { text: "View Our Work", href: "#features" } ]} buttonAnimation="blur-reveal" -- 2.49.1