Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 199444543d | |||
| d1f44cd363 | |||
| d0348af999 |
@@ -184,14 +184,14 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", tag: "Starter", tagIcon: Star,
|
id: "basic", tag: "Starter", tagIcon: Star,
|
||||||
price: "$99", period: "/ project", description: "Ideal for short-form content and quick edits.", button: {
|
price: "$50", period: "/ project", description: "Ideal for short-form content and quick edits, under 5 minutes, with 2 free extra edits after the draft is sent.", button: {
|
||||||
text: "Choose Basic"},
|
text: "Choose Basic"},
|
||||||
featuresTitle: "Includes:", features: [
|
featuresTitle: "Includes:", features: [
|
||||||
"Up to 5 minutes of finished video", "Basic color correction", "Sound mixing", "One round of revisions"],
|
"Up to 5 minutes of finished video", "Basic color correction", "Sound mixing", "One round of revisions"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", tag: "Professional", tagIcon: Award,
|
id: "pro", tag: "Professional", tagIcon: Award,
|
||||||
price: "$199", period: "/ project", description: "Perfect for polished brand videos and events.", button: {
|
price: "$100", period: "/ project", description: "Perfect for polished brand videos and events, with 2 free extra edits after the draft is sent.", button: {
|
||||||
text: "Choose Pro"},
|
text: "Choose Pro"},
|
||||||
featuresTitle: "Includes:", features: [
|
featuresTitle: "Includes:", features: [
|
||||||
"Up to 15 minutes of finished video", "Advanced color grading", "Professional sound design", "Two rounds of revisions", "Motion graphics integration"],
|
"Up to 15 minutes of finished video", "Advanced color grading", "Professional sound design", "Two rounds of revisions", "Motion graphics integration"],
|
||||||
@@ -300,4 +300,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user