4 Commits

Author SHA1 Message Date
426ac5becb Merge version_2 into main
Merge version_2 into main
2026-03-03 21:29:17 +00:00
173dafc65b Update src/app/page.tsx 2026-03-03 21:29:08 +00:00
01aa9b52e6 Update src/app/layout.tsx 2026-03-03 21:29:07 +00:00
102f191895 Merge version_1 into main
Merge version_1 into main
2026-03-03 21:15:45 +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>
);
}
}