From 6c5d9d3ac7d5045f6bac03b75cb309c3fc450cdc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf6e5b..bad0ab2 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: "Start Your Project", href: "#contact" }, + { text: "Get Started Today", href: "#contact" }, { text: "View Our Work", href: "#features" } ]} buttonAnimation="blur-reveal" @@ -163,4 +163,4 @@ export default function Page() { ); -} +} \ No newline at end of file -- 2.49.1