diff --git a/src/app/page.tsx b/src/app/page.tsx index 4313ca5..f7bd77c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Code, Monitor } from "lucide-react"; +import { Code, Monitor, Video, Camera, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -40,29 +40,20 @@ export default function LandingPage() {
@@ -73,12 +64,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "Infinite Generation", tags: ["Unlimited", "Pro Only"], imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545669.jpg?_wi=1" }, - { id: "2", title: "Advanced Video Editor", tags: ["Paid Feature", "Studio"], imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=1" }, - { id: "3", title: "API Developer Access", tags: ["Developer", "Fast"], imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241393.jpg?_wi=1" } + { id: "1", title: "Unlimited Content", tags: ["Photos", "Videos"], videoSrc: "", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545669.jpg?_wi=1" }, + { id: "2", title: "Pro Video Editor", tags: ["Paid Plan", "Advanced"], videoSrc: "", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-business-person-working-futuristic-office-job_23-2151003698.jpg?_wi=1" }, + { id: "3", title: "Unlimited Developer Mode", tags: ["API", "Unlimited"], videoSrc: "", imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241393.jpg?_wi=1" } ]} - title="Power Your Creativity" - description="Enterprise-grade AI tools designed for creators, developers, and studios." + title="Designed for Creators & Devs" + description="From high-quality image synthesis to full video production workflows, experience the power of unlimited AI." /> @@ -89,40 +80,24 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", tag: "Standard", price: "$29", period: "/mo", description: "Perfect for hobbyists and individual creators.", button: { text: "Get Starter" }, - featuresTitle: "Included", features: ["1000 AI Credits/mo", "Basic Video Editing", "Email Support"] + id: "free", tag: "Starter", price: "$0", period: "/mo", description: "Jump into the world of AI generation for free.", button: { text: "Start Free" }, + featuresTitle: "Core Features", features: ["Basic Image Gen", "Limited Video Clips", "Community Access"] }, { - id: "pro", tag: "Unlimited", price: "$99", period: "/mo", description: "Professional unlimited access with full editing tools.", button: { text: "Get Unlimited" }, - featuresTitle: "All Starter +", features: ["Unlimited Video/Photos", "Pro Video Editor", "Priority Render Queue", "Developer API"] + id: "pro", tag: "Pro", price: "$49", period: "/mo", description: "Unlock the full potential of our platform.", button: { text: "Get Unlimited" }, + featuresTitle: "Everything in Free +", features: ["Unlimited Video Generation", "Full Video Editor", "Unlimited Developer API", "Priority Support"] } ]} - title="Subscription Plans" - description="Choose the right access tier for your needs." - /> - - -
-
@@ -149,4 +124,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file