Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 21:29:19 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1407,4 +1407,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}