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 +}