Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb78fe345 | |||
| fc1c55bc73 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Too tired to read? Let your book become a movie."
|
||||
title="Turn Your Favorite Books Into Cinematic Movies in Minutes"
|
||||
description="Transform your favorite digital books into cinematic masterpieces with our revolutionary AI-powered platform. Watch your imagination come to life instantly."
|
||||
buttons={[{ text: "Upload Your Book", href: "#upload" }]}
|
||||
carouselItems={[
|
||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "basic", name: "Basic", price: "$19/mo", features: ["1 Movie/mo", "Basic Style", "Standard Quality"], buttons: [{ text: "Select Basic" }] },
|
||||
{ id: "pro", name: "Professional", price: "$49/mo", badge: "Recommended", features: ["5 Movies/mo", "Advanced Styles", "4K Quality"], buttons: [{ text: "Select Pro" }] },
|
||||
{ id: "pro", name: "Professional", price: "$49/mo", features: ["5 Movies/mo", "Advanced Styles", "4K Quality"], buttons: [{ text: "Select Pro" }] },
|
||||
{ id: "studio", name: "Studio", price: "$99/mo", features: ["Unlimited Movies", "Custom Styles", "Priority Render"], buttons: [{ text: "Select Studio" }] }
|
||||
]}
|
||||
title="Simple Plans"
|
||||
|
||||
Reference in New Issue
Block a user