Update src/app/page.tsx

This commit is contained in:
2026-05-06 20:11:42 +00:00
parent 9d3ae046d2
commit a73a48bc35

View File

@@ -8,7 +8,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import { CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -52,10 +51,11 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Smart Scripts", description: "Automated narrative flow optimization.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" },
{ title: "Neural Voice", description: "Emotional synthesis at scale.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" },
{ title: "Visual Engine", description: "Real-time 4K cinematic rendering.", imageSrc: "", titleImageSrc: "", buttonText: "Learn" }
{ title: "Smart Scripts", description: "Automated narrative flow optimization.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-lines_23-2148816400.jpg", titleImageSrc: "", buttonText: "Learn" },
{ title: "Neural Voice", description: "Emotional synthesis at scale.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-lines_23-2148816400.jpg", titleImageSrc: "", buttonText: "Learn" },
{ title: "Visual Engine", description: "Real-time 4K cinematic rendering.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-lines_23-2148816400.jpg", titleImageSrc: "", buttonText: "Learn" }
]}
/>
</div>
@@ -65,6 +65,8 @@ export default function LandingPage() {
title="Premium Cinematic Plans"
description="Unlock full studio capabilities for your creative projects."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Essential", price: "$49", subtitle: "For solo creators", features: ["Up to 1080p", "Basic AI models"], buttons: [{text: "Join"}] },
{ id: "p2", badge: "Studio", price: "$199", subtitle: "For production teams", features: ["4K Cinematic", "Priority Render", "Custom Branding"], buttons: [{text: "Go Pro"}] }
@@ -79,6 +81,7 @@ export default function LandingPage() {
description="Weekly AI production insights delivered to your inbox."
background={{ variant: "downward-rays-animated" }}
buttonText="Subscribe"
useInvertedBackground={false}
/>
</div>