From d64fcf3df8abba04f7a754596743b8214244a7d0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:32:02 +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 7a7bb9f..3a36517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="CineEdit" description="Transform your vision into cinematic reality. We craft stunning video edits that tell compelling stories and captivate audiences." buttons={[ - { text: "Watch Portfolio", href: "#portfolio" }, + { text: "View Our Work", href: "#portfolio" }, { text: "Book Now", href: "#contact" } ]} buttonAnimation="slide-up"