From f04847ef1b1402b15f235ae2a815663270b75a52 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:11:49 +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 82ad1be..3a6d9df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Agency" tagIcon={Sparkles} tagAnimation="slide-up" - buttons={[{ text: "View Our Work", href: "work" }]} + buttons={[{ text: "Start Your Project", href: "work" }]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-vector/flat-design-art-deco-golden-pattern_23-2149143781.jpg" imageAlt="Strategic design composition" @@ -188,4 +188,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1