From 01aa9b52e6c1bc3b5d487be09d1c1d89835abfe7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:29:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ca1463..c2b6e78 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1407,4 +1407,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 173dafc65b17d5482feba098ae2f9e9e2ecd5382 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:29:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d1de3b..997f659 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,8 @@ export default function LandingPage() { description="High-impact video production for brands that demand excellence. Every frame, intentional." tag="Professional Post-Production" buttons={[ - { text: "View Work", href: "#portfolio" } + { text: "Start Your Project", href: "#contact" }, + { text: "See Portfolio", href: "#portfolio" } ]} videoSrc="http://img.b2bpic.net/free-photo/young-filmmaker-working-media-post-production-from-agency-office_482257-119708.jpg?_wi=1" textPosition="bottom-left" @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1