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