From fe538f22bffabce1d5b8c3b802c681a15a0ac6fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:32:58 +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 f8ff99d..1188b74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=1" imageAlt="Professional video editing workspace" buttons={[ - { text: "View Portfolio", href: "portfolio" }, + { text: "See My Latest Work", href: "portfolio" }, { text: "Get in Touch", href: "contact" } ]} buttonAnimation="blur-reveal" -- 2.49.1