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