Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 55873d1653 | |||
| 50f53d52b9 | |||
| 8fe533e249 | |||
| 300d8b6d20 | |||
| c1e73bca29 | |||
| 10ed211431 | |||
| 2321ad33ee |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
import { MessageSquareText, Phone } from "lucide-react";
|
||||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
@@ -100,15 +101,15 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Essential", price: "$29/mo", subtitle: "Perfect for starters", features: ["Viral text engine", "50 prompts/mo", "Basic analytics"],
|
id: "starter", badge: "Essential", price: "$29/mo", subtitle: "Perfect for starters", features: ["Viral text engine", "50 prompts/mo", "Basic analytics"],
|
||||||
buttons: [{ text: "Start Making Money" }],
|
buttons: [{ text: "Get Started" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Popular", price: "$79/mo", subtitle: "For serious creators", features: ["Viral text engine", "Unlimited prompts", "AI Video creation", "Affiliate dashboard"],
|
id: "pro", badge: "Popular", price: "$79/mo", subtitle: "For serious creators", features: ["Viral text engine", "Unlimited prompts", "AI Video creation", "Affiliate dashboard"],
|
||||||
buttons: [{ text: "Start Making Money" }],
|
buttons: [{ text: "Get Started" }],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", badge: "Scaling", price: "$199/mo", subtitle: "For agencies & teams", features: ["All pro features", "API access", "White label reports", "Priority support"],
|
id: "enterprise", badge: "Scaling", price: "$199/mo", subtitle: "For agencies & teams", features: ["All pro features", "API access", "White label reports", "Priority support"],
|
||||||
buttons: [{ text: "Start Making Money" }],
|
buttons: [{ text: "Get Started" }],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Turn Content Into Income"
|
title="Turn Content Into Income"
|
||||||
@@ -151,9 +152,13 @@ export default function LandingPage() {
|
|||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="ContentFlow AI"
|
logoText="ContentFlow AI"
|
||||||
copyrightText="© 2025 ContentFlow AI. All rights reserved."
|
copyrightText="© 2025 ContentFlow AI. All rights reserved."
|
||||||
|
socialLinks={[
|
||||||
|
{ icon: MessageSquareText, href: "https://wa.me/1234567890", ariaLabel: "Chat on WhatsApp" },
|
||||||
|
{ icon: Phone, href: "sms:+1234567890", ariaLabel: "Send SMS" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user