From b31c3debdf0e5724c31f7fd419dd94690439762f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:06:14 +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 b84e3e4..04a8c72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { mediaAnimation="slide-up" rating={5} ratingText="Trusted by forward-thinking brands" - buttons={[{ text: "View Work", href: "work" }]} + buttons={[{ text: "See Case Studies", href: "work" }]} buttonAnimation="slide-up" /> -- 2.49.1