Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0aab3bc89a | |||
| f80ec1b33b | |||
| d202bb46c6 | |||
| ca482059f2 | |||
| a640660f49 | |||
| 264404ae7b |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="Where Cinematic Visions Become Reality"
|
title="Where Cinematic Visions Become Reality"
|
||||||
description="Connecting independent creators with global audiences and premium industry resources to shape the future of film."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-office_23-2149307795.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -116,12 +116,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "pl1", title: "Starter", price: "$29", period: "/mo", features: ["Workshops", "Community"],
|
id: "pl1", title: "Starter", price: "$29", period: "/mo", features: ["Workshops", "Community", "1:1 Mentorship"],
|
||||||
button: { text: "Get Started" },
|
button: { text: "Get Started" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-twitch-logo-purple-background_23-2152000230.jpg", imageAlt: "film distribution network"
|
imageSrc: "http://img.b2bpic.net/free-photo/3d-twitch-logo-purple-background_23-2152000230.jpg", imageAlt: "film distribution network"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pl2", title: "Professional", price: "$99", period: "/mo", features: ["Distro access", "Mentorship"],
|
id: "pl2", title: "Professional", price: "$99", period: "/mo", features: ["Distro access", "Mentorship", "Direct Distribution Portal"],
|
||||||
button: { text: "Join Pro" },
|
button: { text: "Join Pro" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office_23-2149307795.jpg?_wi=2", imageAlt: "film distribution network"
|
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-office_23-2149307795.jpg?_wi=2", imageAlt: "film distribution network"
|
||||||
}
|
}
|
||||||
@@ -197,4 +197,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user