4 Commits

Author SHA1 Message Date
d202bb46c6 Update src/app/page.tsx 2026-05-02 07:29:02 +00:00
ca482059f2 Merge version_1 into main
Merge version_1 into main
2026-05-02 07:28:29 +00:00
a640660f49 Merge version_1 into main
Merge version_1 into main
2026-05-02 07:28:05 +00:00
264404ae7b Merge version_1 into main
Merge version_1 into main
2026-05-02 07:27:39 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="Where Cinematic Visions Become Reality"
description="Connecting independent creators with global audiences and premium industry resources to shape the future of film."
buttons={[{ text: "Join Now", href: "#pricing" }]}
buttons={[{ text: "Start Your Creative Journey", href: "#pricing" }]}
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-office_23-2149307795.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}