diff --git a/src/app/(features-landing)/ai-content-generator/page.tsx b/src/app/(features-landing)/ai-content-generator/page.tsx index d83071e..ce14f52 100644 --- a/src/app/(features-landing)/ai-content-generator/page.tsx +++ b/src/app/(features-landing)/ai-content-generator/page.tsx @@ -1,15 +1,15 @@ -'use client' +"use client"; -import React, { useState } from 'react'; -import { - Check, - Clock, - Zap, - Calendar, - Image, - MessageSquare, - Hash, - TrendingUp, +import React, { useState } from "react"; +import { + Check, + Clock, + Zap, + Calendar, + Image, + MessageSquare, + Hash, + TrendingUp, Brain, Star, ArrowRight, @@ -17,181 +17,212 @@ import { Target, Sparkles, Quote, - Video -} from 'lucide-react'; -import Link from 'next/link'; +} from "lucide-react"; +import Link from "next/link"; const SocialMediaPost = () => { - const [activeFeature, setActiveFeature] = useState('ideation'); + const [activeFeature, setActiveFeature] = useState("ideation"); const features = [ { - id: 'ideation', + id: "ideation", icon: Brain, - title: 'AI Content Ideation Engine', - description: 'Never face a blank content calendar again. Our AI analyzes trending topics in your niche, seasonal events, and your past high-performing content to generate endless post ideas that resonate with your audience.', + title: "AI Content Ideation Engine", + description: + "Never face a blank content calendar again. Our AI analyzes trending topics in your niche, seasonal events, and your past high-performing content to generate endless post ideas that resonate with your audience.", highlights: [ - 'Topic Cluster Generation: Get 50+ related post ideas from a single keyword', - 'Seasonal Content Calendar: Automatically generated holiday and event-specific content', - 'Competitor Content Analysis: See what's working for similar brands in your space', - 'Evergreen Content Suggestions: Identify topics with long-term relevance' + "Topic Cluster Generation: Get 50+ related post ideas from a single keyword", + "Seasonal Content Calendar: Automatically generated holiday and event-specific content", + "Competitor Content Analysis: See what's working for similar brands in your space", + "Evergreen Content Suggestions: Identify topics with long-term relevance", ], example: { - input: 'vegan meal prep', - output: '25 post ideas including "5 Quick Vegan Lunches Under 400 Calories," "Meal Prep Mistakes Every Vegan Should Avoid," "Seasonal Vegan Grocery Shopping Guide," and engagement questions like "What's your favorite vegan protein source?"' + input: "vegan meal prep", + output: + '25 post ideas including "5 Quick Vegan Lunches Under 400 Calories," "Meal Prep Mistakes Every Vegan Should Avoid," "Seasonal Vegan Grocery Shopping Guide," and engagement questions like "What's your favorite vegan protein source?"', }, - popular: true + popular: true, }, { - id: 'caption', + id: "caption", icon: MessageSquare, - title: 'AI Caption Generator with Brand Voice Matching', - description: 'Captions that sound like you wrote them—because the AI learned your voice. Train our AI on your existing content, and it will generate captions that maintain your unique tone, style, and personality.', + title: "AI Caption Generator with Brand Voice Matching", + description: + "Captions that sound like you wrote them—because the AI learned your voice. Train our AI on your existing content, and it will generate captions that maintain your unique tone, style, and personality.", highlights: [ - 'Multi-Tone Capability: Switch between professional, casual, witty, or inspirational tones', - 'Platform-Optimized Length: Perfect character counts for each platform's algorithm', - 'Call-to-Action Integration: Automatically include engaging CTAs that drive action', - 'Emoji Optimization: Strategic emoji placement that increases engagement by 24%' + "Multi-Tone Capability: Switch between professional, casual, witty, or inspirational tones", + "Platform-Optimized Length: Perfect character counts for each platform's algorithm", + "Call-to-Action Integration: Automatically include engaging CTAs that drive action", + "Emoji Optimization: Strategic emoji placement that increases engagement by 24%", ], example: { before: '"Check out our new product"', - after: '"Guess what just landed! ✨ Our team has been working tirelessly to bring you something truly special. The wait is over - our [Product Name] is here to revolutionize your [benefit]. Ready to be one of the first to experience it? 👇 Click the link in our bio!"' - } - }, - { - id: 'hashtag', - icon: Hash, - title: 'Intelligent Hashtag Strategy Engine', - description: 'Stop guessing which hashtags will work. Our AI analyzes real-time performance data to recommend high-reach, low-competition hashtags specific to your content and audience.', - highlights: [ - 'Hashtag Performance Prediction: Know which tags will perform before you post', - 'Niche-Specific Recommendations: Discover hidden gem hashtags in your industry', - 'Banished Shadowban Triggers: Avoid flagged and overused hashtags automatically', - 'Optimal Hashtag Quantity: Platform-specific recommendations (5-10 for Instagram, 1-2 for Twitter, etc.)' - ], - example: { - input: 'yoga instructor posting about morning routines', - output: 'Broad Reach: #mindfulness #wellness | Niche Specific: #yogaeveryday #morningyoga | Micro Community: #yogateacherssofinstagram #6amyogacrew' - } - }, - { - id: 'image', - icon: Image, - title: 'AI Image & Visual Content Generator', - description: 'Stunning visuals that match your brand—no design skills required. Integrated DALL-E technology creates custom images, graphics, and aesthetic compositions that align with your brand guidelines.', - highlights: [ - 'Brand Style Memory: Save your colors, fonts, and logo for consistent visuals', - 'Platform-Specific Dimensions: Perfectly sized for Instagram posts, stories, Pinterest pins, etc.', - 'Template Library: 500+ customizable templates for different content types', - 'Visual Trend Analysis: AI suggests styles and compositions currently performing well in your niche' - ], - example: { - input: 'minimalist coffee shop aesthetic, warm tones, morning light, quote about coffee', - output: '5 unique social media images with your brand colors and logo placement, optimized for Instagram feed and stories' + after: + '"Guess what just landed! ✨ Our team has been working tirelessly to bring you something truly special. The wait is over - our [Product Name] is here to revolutionize your [benefit]. Ready to be one of the first to experience it? 👇 Click the link in our bio!"', }, - new: true - } + }, + { + id: "hashtag", + icon: Hash, + title: "Intelligent Hashtag Strategy Engine", + description: + "Stop guessing which hashtags will work. Our AI analyzes real-time performance data to recommend high-reach, low-competition hashtags specific to your content and audience.", + highlights: [ + "Hashtag Performance Prediction: Know which tags will perform before you post", + "Niche-Specific Recommendations: Discover hidden gem hashtags in your industry", + "Banished Shadowban Triggers: Avoid flagged and overused hashtags automatically", + "Optimal Hashtag Quantity: Platform-specific recommendations (5-10 for Instagram, 1-2 for Twitter, etc.)", + ], + example: { + input: "yoga instructor posting about morning routines", + output: + "Broad Reach: #mindfulness #wellness | Niche Specific: #yogaeveryday #morningyoga | Micro Community: #yogateacherssofinstagram #6amyogacrew", + }, + }, + { + id: "image", + icon: Image, + title: "AI Image & Visual Content Generator", + description: + "Stunning visuals that match your brand—no design skills required. Integrated DALL-E technology creates custom images, graphics, and aesthetic compositions that align with your brand guidelines.", + highlights: [ + "Brand Style Memory: Save your colors, fonts, and logo for consistent visuals", + "Platform-Specific Dimensions: Perfectly sized for Instagram posts, stories, Pinterest pins, etc.", + "Template Library: 500+ customizable templates for different content types", + "Visual Trend Analysis: AI suggests styles and compositions currently performing well in your niche", + ], + example: { + input: + "minimalist coffee shop aesthetic, warm tones, morning light, quote about coffee", + output: + "5 unique social media images with your brand colors and logo placement, optimized for Instagram feed and stories", + }, + new: true, + }, ]; const testimonials = [ { - name: 'Maria Rodriguez', - role: 'Founder of Bloom Boutique', - content: '"I went from spending 8 hours weekly on social media to 30 minutes. PlanPost AI not only saved me time but increased our engagement by 240% in the first month."', - icon: Heart + name: "Maria Rodriguez", + role: "Founder of Bloom Boutique", + content: + '"I went from spending 8 hours weekly on social media to 30 minutes. PlanPost AI not only saved me time but increased our engagement by 240% in the first month."', + icon: Heart, }, { - name: 'David Chen', - role: 'E-commerce Founder', - content: '"I didn't realize how much mental energy social media was consuming until I started using PlanPost AI. That constant background anxiety about content is completely gone."', - icon: Brain + name: "David Chen", + role: "E-commerce Founder", + content: + '"I didn't realize how much mental energy social media was consuming until I started using PlanPost AI. That constant background anxiety about content is completely gone."', + icon: Brain, }, { - name: 'Sarah Johnson', - role: 'Nutrition Coach', - content: '"For the first time, I feel completely confident in every post I publish. I know it's optimized, timed perfectly, and likely to perform well. That confidence is priceless."', - icon: Target + name: "Sarah Johnson", + role: "Nutrition Coach", + content: + '"For the first time, I feel completely confident in every post I publish. I know it's optimized, timed perfectly, and likely to perform well. That confidence is priceless."', + icon: Target, }, { - name: 'Miguel Santos', - role: 'Photographer', - content: '"I was so burned out on social media I considered quitting. PlanPost AI removed the grind and let me rediscover why I started creating content in the first place."', - icon: Sparkles + name: "Miguel Santos", + role: "Photographer", + content: + '"I was so burned out on social media I considered quitting. PlanPost AI removed the grind and let me rediscover why I started creating content in the first place."', + icon: Sparkles, }, { - name: 'Rachel Brown', - role: 'Freelance Designer', - content: '"I got 12 hours of my week back. I'm using that time for client work that actually pays my bills, and my social media has never looked better. It's a win-win."', - icon: Clock + name: "Rachel Brown", + role: "Freelance Designer", + content: + '"I got 12 hours of my week back. I'm using that time for client work that actually pays my bills, and my social media has never looked better. It's a win-win."', + icon: Clock, }, { - name: 'Jessica Williams', - role: 'CEO of Bloom & Grow Digital', - content: '"PlanPost AI transformed our agency. We went from struggling to keep up with client content to delivering exceptional results with a fraction of the effort."', - icon: TrendingUp - } + name: "Jessica Williams", + role: "CEO of Bloom & Grow Digital", + content: + '"PlanPost AI transformed our agency. We went from struggling to keep up with client content to delivering exceptional results with a fraction of the effort."', + icon: TrendingUp, + }, ]; const caseStudies = [ { - company: 'Bloom & Grow Digital Agency', - metric: '+240%', - metricLabel: 'Engagement', - challenge: 'Managing social media for 12+ clients with limited team resources. Spending 4-6 hours per client weekly on content creation, leading to burnout and inconsistent results across accounts.', - solution: 'Implemented AI content generation for all client accounts, using brand voice matching for each client's unique tone and audience.', + company: "Bloom & Grow Digital Agency", + metric: "+240%", + metricLabel: "Engagement", + challenge: + "Managing social media for 12+ clients with limited team resources. Spending 4-6 hours per client weekly on content creation, leading to burnout and inconsistent results across accounts.", + solution: + "Implemented AI content generation for all client accounts, using brand voice matching for each client's unique tone and audience.", results: [ - '78% Reduction in content creation time', - '240% Average engagement increase', - '15 Hours saved weekly', - '5 new clients onboarded without adding staff' - ] + "78% Reduction in content creation time", + "240% Average engagement increase", + "15 Hours saved weekly", + "5 new clients onboarded without adding staff", + ], }, { - company: 'Mountain Top Fitness', - metric: '+315%', - metricLabel: 'Followers', - challenge: 'Local gym struggling to attract new members through social media. Inconsistent posting, generic content, and no clear strategy led to stagnant growth despite having a great facility.', - solution: 'Used AI to develop a comprehensive content strategy focused on local SEO, community building, and value-driven content that addressed specific fitness concerns of their target demographic.', + company: "Mountain Top Fitness", + metric: "+315%", + metricLabel: "Followers", + challenge: + "Local gym struggling to attract new members through social media. Inconsistent posting, generic content, and no clear strategy led to stagnant growth despite having a great facility.", + solution: + "Used AI to develop a comprehensive content strategy focused on local SEO, community building, and value-driven content that addressed specific fitness concerns of their target demographic.", results: [ - '315% Follower growth', - '42 New members from social media', - '$18,900 Additional annual revenue', - 'Consistent posting schedule achieved' - ] - } + "315% Follower growth", + "42 New members from social media", + "$18,900 Additional annual revenue", + "Consistent posting schedule achieved", + ], + }, ]; const faqs = [ { - question: 'How does AI content generation work?', - answer: 'PlanPost's generator relies on state-of-the-art machine learning and natural language processing. For example, models like GPT-4 analyze vast amounts of text to learn language patterns. When you give a prompt, the AI predicts the best words and sentences to fit your request, producing coherent, relevant content instantly. Over time it adapts: the AI learns from your edits and past campaigns to make future content even better.' + question: "How does AI content generation work?", + answer: + "PlanPost's generator relies on state-of-the-art machine learning and natural language processing. For example, models like GPT-4 analyze vast amounts of text to learn language patterns. When you give a prompt, the AI predicts the best words and sentences to fit your request, producing coherent, relevant content instantly. Over time it adapts: the AI learns from your edits and past campaigns to make future content even better.", }, { - question: 'How is PlanPost AI different from other tools?', - answer: 'Many AI tools focus on a single task. For instance, Jasper promotes enterprise-level content acceleration, and Ocoya specializes in social media posting and design. PlanPost AI stands out by combining these into one platform. It not only writes copy like Jasper, but also includes Canva-style design tools and one-click scheduling like Ocoya. Simplified AI is also all-in-one, but PlanPost specifically targets U.S. marketers with easy workflows and U.S.-based support.' + question: "How is PlanPost AI different from other tools?", + answer: + "Many AI tools focus on a single task. For instance, Jasper promotes enterprise-level content acceleration, and Ocoya specializes in social media posting and design. PlanPost AI stands out by combining these into one platform. It not only writes copy like Jasper, but also includes Canva-style design tools and one-click scheduling like Ocoya. Simplified AI is also all-in-one, but PlanPost specifically targets U.S. marketers with easy workflows and U.S.-based support.", }, { - question: 'How secure and unique is the content?', - answer: 'PlanPost's AI creates original content in real time, based on your prompts and brand data. The output isn't copied from anywhere – it's generated anew each time. Of course, it's best practice to review and fine-tune any AI draft to ensure accuracy and the right tone. For businesses concerned about SEO and uniqueness, PlanPost includes tools to check for duplicate content and to insert keywords. Many users find that AI-generated content is a great first draft that they can polish, giving them both speed and originality.' + question: "How secure and unique is the content?", + answer: + "PlanPost's AI creates original content in real time, based on your prompts and brand data. The output isn't copied from anywhere – it's generated anew each time. Of course, it's best practice to review and fine-tune any AI draft to ensure accuracy and the right tone. For businesses concerned about SEO and uniqueness, PlanPost includes tools to check for duplicate content and to insert keywords. Many users find that AI-generated content is a great first draft that they can polish, giving them both speed and originality.", }, { - question: 'How does the AI learn my brand voice?', - answer: 'You can either complete our brand voice questionnaire (takes 5 minutes) or connect your existing social media accounts. Our AI analyzes your past content to understand your tone, style, frequently used words, and audience engagement patterns to generate content that sounds authentically you.' + question: "How does the AI learn my brand voice?", + answer: + "You can either complete our brand voice questionnaire (takes 5 minutes) or connect your existing social media accounts. Our AI analyzes your past content to understand your tone, style, frequently used words, and audience engagement patterns to generate content that sounds authentically you.", }, { - question: 'Can I edit the AI-generated content?', - answer: 'Absolutely! Every piece of AI-generated content is fully customizable. Our platform makes it easy to tweak captions, regenerate images with different styles, rearrange your content calendar, and add your personal touch. The AI provides the foundation—you add the final magic.' + question: "Can I edit the AI-generated content?", + answer: + "Absolutely! Every piece of AI-generated content is fully customizable. Our platform makes it easy to tweak captions, regenerate images with different styles, rearrange your content calendar, and add your personal touch. The AI provides the foundation—you add the final magic.", }, { - question: 'What social media platforms do you support?', - answer: 'We currently support Instagram, Facebook, Twitter, LinkedIn, Pinterest, and TikTok. Each platform gets content optimized for its specific algorithm, ideal post length, image dimensions, and engagement patterns.' - } + question: "What social media platforms do you support?", + answer: + "We currently support Instagram, Facebook, Twitter, LinkedIn, Pinterest, and TikTok. Each platform gets content optimized for its specific algorithm, ideal post length, image dimensions, and engagement patterns.", + }, ]; - const activeFeatureData = features.find(feature => feature.id === activeFeature); + const activeFeatureData = features.find( + (feature) => feature.id === activeFeature + ); return ( -
- Struggling with social media content? PlanPost AI's content generator creates engaging captions, ideas, and images in seconds. Save 10+ hours weekly, grow your audience, and post consistently. Start Your Free Trial! + Struggling with social media content? PlanPost AI's content + generator creates engaging captions, ideas, and images in seconds. + Save 10+ hours weekly, grow your audience, and post consistently. + Start Your Free Trial!
Automate your content creation process
++ Automate your content creation process +
Algorithm-optimized content that performs
++ Algorithm-optimized content that performs +
Never miss a posting day again
++ Never miss a posting day again +
- You spend 2-3 hours brainstorming, writing, and designing a single week's worth of content. That's 10-15 hours monthly that could be spent on revenue-generating activities. + You spend 2-3 hours brainstorming, writing, and designing a + single week's worth of content. That's 10-15 hours + monthly that could be spent on revenue-generating activities.
- The average small business owner wastes 28 hours per month on social media content creation that delivers mediocre results. + The average small business owner wastes 28 hours per month on + social media content creation that delivers mediocre results.
- Staring at a blank screen every Monday morning, wondering "what should I post today?" The pressure to be consistently creative leads to mental fatigue. + Staring at a blank screen every Monday morning, wondering + "what should I post today?" The pressure to be + consistently creative leads to mental fatigue.
- 42% of marketers cite content creation as their biggest challenge + 42% of marketers cite content creation as their biggest + challenge
- Your posting schedule looks like a heartbeat monitor—sporadic bursts of activity followed by weeks of silence. This inconsistency confuses algorithms and frustrates followers. + Your posting schedule looks like a heartbeat monitor—sporadic + bursts of activity followed by weeks of silence. This + inconsistency confuses algorithms and frustrates followers.
@@ -314,9 +382,13 @@ const SocialMediaPost = () => {
- You're using last month's trending hashtags, missing current conversations, and posting at times when your audience isn't even active. + You're using last month's trending hashtags, missing + current conversations, and posting at times when your audience + isn't even active.
@@ -329,10 +401,15 @@ const SocialMediaPost = () => {
- PlanPost AI isn't just another social media tool—it's your AI-powered content co-pilot that understands your brand voice, knows what your audience engages with, and generates platform-optimized content that actually performs. + PlanPost AI isn't just another social media tool—it's + your AI-powered content co-pilot that understands your brand + voice, knows what your audience engages with, and generates + platform-optimized content that actually performs.
- What used to take days now happens during your coffee break. Our AI analyzes your industry, audience, and goals to generate a complete monthly content calendar with engaging captions and stunning visuals. + What used to take days now happens during your coffee break. Our + AI analyzes your industry, audience, and goals to generate a + complete monthly content calendar with engaging captions and + stunning visuals.
- No more struggling with Canva templates or expensive designers. Our integrated AI image generator creates on-brand visuals that match your aesthetic and capture attention in crowded feeds. + No more struggling with Canva templates or expensive designers. + Our integrated AI image generator creates on-brand visuals that + match your aesthetic and capture attention in crowded feeds.
- We don't just create content—we create content that platforms love. Optimal posting times, trending hashtags, and engagement-boosting formats are built into every piece of content we generate. + We don't just create content—we create content that + platforms love. Optimal posting times, trending hashtags, and + engagement-boosting formats are built into every piece of + content we generate.
- Watch how Sarah, a boutique owner, generates 30 days of Instagram content in under 4 minutes + Watch how Sarah, a boutique owner, generates 30 days of + Instagram content in under 4 minutes
- */}- "I went from spending 8 hours weekly on social media to 30 minutes. PlanPost AI not only saved me time but increased our engagement by 240% in the first month." + "I went from spending 8 hours weekly on social media to + 30 minutes. PlanPost AI not only saved me time but increased + our engagement by 240% in the first month."
Maria Rodriguez
-Founder of Bloom Boutique
++ Founder of Bloom Boutique +
- Every feature designed to eliminate a specific content creation pain point and replace it with automated, intelligent solutions. + Every feature designed to eliminate a specific content creation + pain point and replace it with automated, intelligent solutions.
{feature.description.split('.').slice(0, 2).join('.')}.
++ {feature.description.split(".").slice(0, 2).join(".")}. +
))}{activeFeatureData.description}
- ++ {activeFeatureData.description} +
+Input:
++ Input: +
{activeFeatureData.example.input}
++ {activeFeatureData.example.input} +
Output:
++ Output: +
{activeFeatureData.example.output}
++ {activeFeatureData.example.output} +
- Describe your product or service in your way. Share your industry, target audience, brand personality, and content goals. The AI learns your style from existing content or your preferences. + Describe your product or service in your way. Share your + industry, target audience, brand personality, and content goals. + The AI learns your style from existing content or your + preferences.
- Input your key topics or let our AI suggest them. With one click, generate 30 days of post ideas, complete with captions, hashtag sets, and visual concepts tailored to each platform. + Input your key topics or let our AI suggest them. With one + click, generate 30 days of post ideas, complete with captions, + hashtag sets, and visual concepts tailored to each platform.
- Our dashboard shows your complete content calendar. Edit any caption, regenerate images, rearrange posts, or add your personal touch. The performance predictor helps you optimize before publishing. + Our dashboard shows your complete content calendar. Edit any + caption, regenerate images, rearrange posts, or add your + personal touch. The performance predictor helps you optimize + before publishing.
- With one click, schedule your entire month of content. Our AI determines optimal posting times for each platform and automatically publishes your content, freeing you to focus on engagement. + With one click, schedule your entire month of content. Our AI + determines optimal posting times for each platform and + automatically publishes your content, freeing you to focus on + engagement.
No credit card required • 14-day free trial • Setup in 5 minutes
++ No credit card required • 14-day free trial • Setup in 5 + minutes +
- The end of content anxiety. Stop the constant mental chatter about "what should I post tomorrow?" Free up cognitive load for strategic thinking and business growth. + The end of content anxiety. Stop the constant mental chatter + about "what should I post tomorrow?" Free up cognitive + load for strategic thinking and business growth.
- Our users report 72% reduction in stress related to social media management + Our users report 72% reduction in stress related to social + media management
- Post with certainty, not hope. The performance predictor and data-driven approach means every post is optimized for success. + Post with certainty, not hope. The performance predictor and + data-driven approach means every post is optimized for success.
- No more guessing, no more hoping something will "go viral"—just consistent, reliable engagement growth + No more guessing, no more hoping something will "go + viral"—just consistent, reliable engagement growth
- Rediscover your love for creation. By handling the repetitive, time-consuming tasks, PlanPost AI frees you to focus on big-picture strategy. + Rediscover your love for creation. By handling the repetitive, + time-consuming tasks, PlanPost AI frees you to focus on + big-picture strategy.
- The burnout disappears, and your authentic creative voice emerges stronger + The burnout disappears, and your authentic creative voice + emerges stronger
- What will you do with your extra 10 hours each week? That's 40 hours monthly—a full work week—returned to you. + What will you do with your extra 10 hours each week? That's + 40 hours monthly—a full work week—returned to you.
- Spend it with family, focus on product development, or enjoy better work-life balance + Spend it with family, focus on product development, or enjoy + better work-life balance
{testimonial.content}
++ {testimonial.content} +
{testimonial.name}
{testimonial.role}
@@ -652,7 +844,12 @@ const SocialMediaPost = () => { {/* Case Studies */} -{study.challenge}
{study.solution}
{faq.answer}
Create 30 days of content in 5 minutes
++ Create 30 days of content in 5 minutes +
Save 10+ hours every week
++ Save 10+ hours every week +
Increase engagement by 187% on average
++ Increase engagement by 187% on average +
Join 12,000+ creators and businesses
++ Join 12,000+ creators and businesses +
- No credit card required • Setup in 5 minutes • 30-day money-back guarantee + No credit card required • Setup in 5 minutes • 30-day money-back + guarantee
- Transform text into visuals, enhance existing photos, and create professional product backgrounds in seconds. - Save 90% on design costs and create branded visuals 10x faster. + Transform text into visuals, enhance existing photos, and create + professional product backgrounds in seconds. Save 90% on design + costs and create branded visuals 10x faster.
{item.description}
++ {item.description} +
{item.stat}
++ {item.stat} +
{feature.description}
- ++ {feature.description} +
+Watch how we create 10 marketing images in under minutes:
-+ Watch how we create 10 marketing images in under minutes: +
+ {/*- Describe what you want to see, and watch our AI bring it to life in seconds. - Perfect for social media content, blog illustrations, ad creatives, and more. + Describe what you want to see, and watch our AI bring it to life + in seconds. Perfect for social media content, blog + illustrations, ad creatives, and more.
- Challenge: Social media agency needed 50+ unique images weekly for client content calendars. - Was spending $3,500 monthly on stock photos and designer time. + Challenge: Social media agency needed 50+ unique images weekly + for client content calendars. Was spending $3,500 monthly on + stock photos and designer time.
- Solution: Implemented PlanPost AI text-to-image generation for all client visual content. + Solution: Implemented PlanPost AI text-to-image generation for + all client visual content.
{item.desc}
- Take any existing image and transform it with AI magic. Change styles, enhance quality, - replace elements, or completely reimagine your visuals while maintaining the original composition. + Take any existing image and transform it with AI magic. Change + styles, enhance quality, replace elements, or completely reimagine + your visuals while maintaining the original composition.
+ {type.description} +
{type.description}
-- "We had a catalog of 500+ product images that looked dated and inconsistent. - With PlanPost AI's image transformation, we refreshed our entire product line - visuals in two days instead of two months. The quality is indistinguishable - from professional photography." + "We had a catalog of 500+ product images that looked + dated and inconsistent. With PlanPost AI's image + transformation, we refreshed our entire product line visuals + in two days instead of two months. The quality is + indistinguishable from professional photography." +
++ - Michael Chen, E-commerce Director at StyleHub
-- Michael Chen, E-commerce Director at StyleHub
- Transform basic product shots into professional e-commerce ready images. Remove backgrounds - automatically and generate perfect settings that make your products shine and convert. + Transform basic product shots into professional e-commerce ready + images. Remove backgrounds automatically and generate perfect + settings that make your products shine and convert.
{item.desc}
+ {style.description} +
{style.description}
-{industry.description}
- ++ {industry.description} +
+{industry.stat}
++ {industry.stat} +
Join 15,000+ businesses creating stunning visuals with AI
{item.desc}
- No credit card required • Setup in 2 minutes • 30-day money-back guarantee + No credit card required • Setup in 2 minutes • 30-day money-back + guarantee
- Automate your Facebook & Instagram ads with AI. Increase ROAS by 40-200% while saving 10+ hours weekly on manual optimization. + Automate your Facebook & Instagram ads with AI. Increase ROAS by + 40-200% while saving 10+ hours weekly on manual optimization. Perfect for UAE, KSA, and Middle East markets.
{item.description}
++ {item.description} +
{item.stat}
++ {item.stat} +
- PlanPost AI's advanced algorithms understand consumer behavior, market patterns, and conversion signals - to optimize your Meta Ads for maximum ROAS across all markets. + PlanPost AI's advanced algorithms understand consumer + behavior, market patterns, and conversion signals to optimize your + Meta Ads for maximum ROAS across all markets.
- Our AI analyzes consumer behavior across markets to target the right audiences with relevant messaging that converts. + Our AI analyzes consumer behavior across markets to target the + right audiences with relevant messaging that converts.
- Real-time bidding adjustments based on time of day, device type, and user behavior patterns specific to your target audiences. + Real-time bidding adjustments based on time of day, device type, + and user behavior patterns specific to your target audiences.
- Every optimization decision prioritizes your return on ad spend, automatically scaling winners and cutting losers. + Every optimization decision prioritizes your return on ad spend, + automatically scaling winners and cutting losers.
- "We were burning through our Meta Ads budget with mediocre results. PlanPost AI transformed our campaigns. - We went from 1.5x to 4.8x ROAS while cutting our management time by 80%." + "We were burning through our Meta Ads budget with + mediocre results. PlanPost AI transformed our campaigns. We + went from 1.5x to 4.8x ROAS while cutting our management time + by 80%."
Sarah Johnson
@@ -487,23 +593,29 @@ const MetaAdsOptimization: React.FC = () => { onMouseLeave={() => setHoveredCard(null)} className={`p-6 rounded-2xl text-left transition-all duration-300 backdrop-blur-sm border-2 ${ activeFeature === feature.id - ? 'bg-white shadow-xl border-[#6a47ed] transform scale-105' + ? "bg-white shadow-xl border-[#6a47ed] transform scale-105" : hoveredCard === feature.id - ? 'bg-white/80 shadow-lg border-white/40 transform scale-102' - : 'bg-white/50 border-white/20' + ? "bg-white/80 shadow-lg border-white/40 transform scale-102" + : "bg-white/50 border-white/20" }`} >- {feature.description.split('.').slice(0, 2).join('.')}. + {feature.description.split(".").slice(0, 2).join(".")}.
))} @@ -514,38 +626,56 @@ const MetaAdsOptimization: React.FC = () => {{feature.description}
Input
++ Input +
{feature.example.input}
++ {feature.example.input} +
AI Output
++ AI Output +
{feature.example.output}
++ {feature.example.output} +
- Challenge: Fashion retailer struggling with 1.2x ROAS despite $50,000 monthly ad spend. + Challenge: Fashion retailer struggling with 1.2x ROAS + despite $50,000 monthly ad spend.
Solution: Implemented PlanPost AI ROAS optimization
@@ -612,7 +755,12 @@ const MetaAdsOptimization: React.FC = () => {
{/* Industries Section */}
- {industry.description}
+ {industry.description}
+ {industry.average}
+ {industry.average}
+ {item.description}
+ {item.description}
+
- No credit card required • Setup in 15 minutes • Global support available
+ No credit card required • Setup in 15 minutes • Global support
+ available
{faq.answer}
- {index === 0 && 'Optimized for businesses across all markets and industries'}
- {index === 1 && 'Average 147% ROAS increase across our client base'}
- {index === 2 && 'Save 10-20 hours weekly while reducing your customer acquisition cost'}
+ {index === 0 &&
+ "Optimized for businesses across all markets and industries"}
+ {index === 1 &&
+ "Average 147% ROAS increase across our client base"}
+ {index === 2 &&
+ "Save 10-20 hours weekly while reducing your customer acquisition cost"}
- No credit card required • Setup in 15 minutes • Global support • 30-day money-back guarantee
+ No credit card required • Setup in 15 minutes • Global support •
+ 30-day money-back guarantee
- Transform text and images into engaging, professional-quality videos in minutes.
- Save 80% on video production costs and create video content 10x faster with AI.
+ Transform text and images into engaging, professional-quality
+ videos in minutes. Save 80% on video production costs and create
+ video content 10x faster with AI.
{item.description}
+ {item.description}
+ {item.stat}
+ {item.stat}
+
- PlanPost AI transforms how businesses create video content. From simple text descriptions or existing images,
- generate professional videos that engage audiences and drive results.
+ PlanPost AI transforms how businesses create video content. From
+ simple text descriptions or existing images, generate professional
+ videos that engage audiences and drive results.
- Create complete videos from text prompts in under 2 minutes. No filming, no editing, no technical skills required.
+ Create complete videos from text prompts in under 2 minutes. No
+ filming, no editing, no technical skills required.
- Professional motion graphics, smooth transitions, and perfect pacing that rivals agency-produced videos.
+ Professional motion graphics, smooth transitions, and perfect
+ pacing that rivals agency-produced videos.
- Automatically format videos for Instagram, TikTok, YouTube, Facebook, and more with perfect dimensions and length.
+ Automatically format videos for Instagram, TikTok, YouTube,
+ Facebook, and more with perfect dimensions and length.
- {feature.description.split('.').slice(0, 2).join('.')}.
+ {feature.description.split(".").slice(0, 2).join(".")}.
{feature.description} Input
+ Input
+ {feature.examples.input}
+ {feature.examples.input}
+ AI Output
+ AI Output
+ {feature.examples.output}
+ {feature.examples.output}
+ {industry.description}
+ {industry.description}
+ {industry.results}
+ {industry.results}
+ {item.description}
+ {item.description}
+
- No credit card required • Create your first video in 2 minutes • No video skills needed
+ No credit card required • Create your first video in 2 minutes •
+ No video skills needed
{faq.answer}
Join 3,500+ businesses creating stunning video content with AI
{item.desc}
- No credit card required • Create your first video today • 30-day money-back guarantee
+ No credit card required • Create your first video today • 30-day
+ money-back guarantee
- Generate hundreds of social media posts, product descriptions, and marketing content in one click.
- Scale your content production without scaling your team or workload.
+ Generate hundreds of social media posts, product descriptions, and
+ marketing content in one click. Scale your content production
+ without scaling your team or workload.
{item.description}
+ {item.description}
+ {item.stat}
+ {item.stat}
+
- PlanPost AI's bulk generation engine handles massive content volumes while maintaining quality,
- brand consistency, and team coordination across your entire organization.
+ PlanPost AI's bulk generation engine handles massive content
+ volumes while maintaining quality, brand consistency, and team
+ coordination across your entire organization.
- Generate thousands of content pieces simultaneously. Perfect for product catalogs, campaign launches, and content scaling.
+ Generate thousands of content pieces simultaneously. Perfect for
+ product catalogs, campaign launches, and content scaling.
- Launch coordinated campaigns across multiple platforms with consistent messaging and automated scheduling.
+ Launch coordinated campaigns across multiple platforms with
+ consistent messaging and automated scheduling.
- Coordinate large teams with approval workflows, task assignments, and real-time collaboration tools.
+ Coordinate large teams with approval workflows, task
+ assignments, and real-time collaboration tools.
- "We went from struggling to produce 50 social posts per month to generating 500+ high-quality pieces weekly.
- The bulk generation feature transformed our content strategy and allowed us to scale without adding team members."
+ "We went from struggling to produce 50 social posts per month
+ to generating 500+ high-quality pieces weekly. The bulk generation
+ feature transformed our content strategy and allowed us to scale
+ without adding team members."
Content Director
- {feature.description.split('.').slice(0, 2).join('.')}.
+ {feature.description.split(".").slice(0, 2).join(".")}.
{feature.description} Input
+ Input
+ {feature.examples.input}
+ {feature.examples.input}
+ Output
+ Output
+ {feature.examples.output}
+ {feature.examples.output}
+ {industry.description}
+ {industry.description}
+ {industry.results}
+ {industry.results}
+ {item.description}
+ {item.description}
+
- No credit card required • Setup in 10 minutes • Generate your first batch today
+ No credit card required • Setup in 10 minutes • Generate your
+ first batch today
{faq.answer}
- Join 1,200+ enterprise teams scaling their content production 10x with bulk generation
+ Join 1,200+ enterprise teams scaling their content production 10x
+ with bulk generation
{item.desc}
- No credit card required • Generate your first batch today • 30-day money-back guarantee
+ No credit card required • Generate your first batch today • 30-day
+ money-back guarantee
- Generate SEO-optimized, locally-targeted articles that drive traffic and conversions.
- Save 10+ hours weekly while creating content that outperforms competitors in search results.
+ Generate SEO-optimized, locally-targeted articles that drive
+ traffic and conversions. Save 10+ hours weekly while creating
+ content that outperforms competitors in search results.
{item.description}
+ {item.description}
+ {item.stat}
+ {item.stat}
+
- PlanPost AI combines advanced SEO intelligence with local market understanding to create content
- that ranks higher, drives targeted traffic, and converts readers into customers.
+ PlanPost AI combines advanced SEO intelligence with local market
+ understanding to create content that ranks higher, drives targeted
+ traffic, and converts readers into customers.
- Automatic keyword research, competitor analysis, and SEO optimization in every article. No more guessing what will rank.
+ Automatic keyword research, competitor analysis, and SEO
+ optimization in every article. No more guessing what will rank.
- Create locally-optimized content for multiple locations simultaneously. Perfect for multi-location businesses and local SEO.
+ Create locally-optimized content for multiple locations
+ simultaneously. Perfect for multi-location businesses and local
+ SEO.
- AI predicts content performance before you publish, suggesting optimizations to maximize traffic and engagement.
+ AI predicts content performance before you publish, suggesting
+ optimizations to maximize traffic and engagement.
- "We went from spending 20 hours weekly on content creation to 3 hours. Our SEO traffic increased by 187% in the first quarter,
- and we're now ranking for local keywords we never thought possible."
+ "We went from spending 20 hours weekly on content creation to
+ 3 hours. Our SEO traffic increased by 187% in the first quarter,
+ and we're now ranking for local keywords we never thought
+ possible."
Marketing Director Multi-Location Retail Chain
+ Multi-Location Retail Chain
+
- {feature.description.split('.').slice(0, 2).join('.')}.
+ {feature.description.split(".").slice(0, 2).join(".")}.
{feature.description} Input
+ Input
+ {feature.examples.input}
+ {feature.examples.input}
+ Output
+ Output
+ {feature.examples.output}
+ {feature.examples.output}
+ {industry.description}
+ {industry.description}
+ {industry.results}
+ {industry.results}
+ {item.description}
+ {item.description}
+
- No credit card required • Setup in 5 minutes • Create your first article today
+ No credit card required • Setup in 5 minutes • Create your first
+ article today
{faq.answer}
- Join 2,800+ content teams creating SEO-optimized, locally-targeted articles that actually rank
+ Join 2,800+ content teams creating SEO-optimized, locally-targeted
+ articles that actually rank
{item.desc}
- No credit card required • Create your first article today • 30-day money-back guarantee
+ No credit card required • Create your first article today • 30-day
+ money-back guarantee
@@ -625,16 +773,26 @@ const MetaAdsOptimization: React.FC = () => {
{industry.name}
-
+ {industry.name}
+
+ {item.title}
-
+ {item.title}
+
+
@@ -727,8 +903,13 @@ const MetaAdsOptimization: React.FC = () => {
{faq.question}
+
+ {faq.question}
+
{benefit}
AI Video Generator:
Create Professional Videos from Text & Images
-
+
{item.title}
-
+ {item.title}
+
+
- What if you could create studio-quality videos in minutes, without any technical skills?
+ What if you could create studio-quality videos in minutes,
+ without any technical skills?
@@ -349,8 +416,9 @@ const AIVideoGenerator: React.FC = () => {
Instant Video Generation
+
+ Instant Video Generation
+
Studio-Quality Results
+
+ Studio-Quality Results
+
Platform-Optimized
+
+ Platform-Optimized
+
{feature.title}
+
+ {feature.title}
+
{feature.title}
+
+ {feature.title}
+
- {feature.id === 'text-to-video' ? 'Text-to-Video Example' : 'Real Estate Example'}
+ {feature.id === "text-to-video"
+ ? "Text-to-Video Example"
+ : "Real Estate Example"}
Video Specifications
+
+ Video Specifications
+
@@ -535,16 +662,26 @@ const AIVideoGenerator: React.FC = () => {
{industry.name}
-
+ {industry.name}
+
+ {item.title}
-
+ {item.title}
+
+
@@ -631,8 +785,13 @@ const AIVideoGenerator: React.FC = () => {
{faq.question}
+
+ {faq.question}
+
{item.title}
+
+ {item.title}
+
Bulk Content Generation:
Scale Your Content 10x Faster
-
+
{item.title}
-
+ {item.title}
+
+
- What if you could generate 100 pieces of content in the time it takes to create one?
+ What if you could generate 100 pieces of content in the time it
+ takes to create one?
@@ -376,8 +434,9 @@ const BulkGeneration: React.FC = () => {
Massive Scale Capacity
+
+ Massive Scale Capacity
+
Campaign Coordination
+
+ Campaign Coordination
+
Team Workflow Management
+
+ Team Workflow Management
+
Traditional vs. Bulk Generation Workflow
+
+ Traditional vs. Bulk Generation Workflow
+
Manual Content Creation
+
+ Manual Content Creation
+
PlanPost AI Bulk Generation
+
+ PlanPost AI Bulk Generation
+
{feature.title}
+
+ {feature.title}
+
{feature.title}
+
+ {feature.title}
+
E-commerce Example
+
+ E-commerce Example
+
@@ -616,16 +729,26 @@ const BulkGeneration: React.FC = () => {
{industry.name}
-
+ {industry.name}
+
+ {item.title}
-
+ {item.title}
+
+
@@ -718,8 +860,13 @@ const BulkGeneration: React.FC = () => {
{faq.question}
+
+ {faq.question}
+
{item.title}
+
+ {item.title}
+
AI SEO Content Writer:
Create Optimized Articles That Rank Higher
-
+
{item.title}
-
+ {item.title}
+
+
- What if you could create SEO-optimized, locally-targeted content in minutes instead of hours?
+ What if you could create SEO-optimized, locally-targeted content
+ in minutes instead of hours?
@@ -370,8 +435,9 @@ const SEOWriter: React.FC = () => {
SEO Intelligence Built-In
+
+ SEO Intelligence Built-In
+
Geo-Targeting Automation
+
+ Geo-Targeting Automation
+
Performance Predictions
+
+ Performance Predictions
+
See the Difference: Generic vs. SEO+GEO Optimized
+
+ See the Difference: Generic vs. SEO+GEO Optimized
+
Generic AI Content
+
+ Generic AI Content
+
PlanPost AI Content
+
+ PlanPost AI Content
+
{feature.title}
+
+ {feature.title}
+
{feature.title}
+
+ {feature.title}
+
Multi-Location Restaurant Example
+
+ Multi-Location Restaurant Example
+
- {feature.id === 'performance-predictor' ? 'Typical Performance Improvements' : 'SEO Optimization in Action'}
+ {feature.id === "performance-predictor"
+ ? "Typical Performance Improvements"
+ : "SEO Optimization in Action"}
@@ -610,16 +735,26 @@ const SEOWriter: React.FC = () => {
{industry.name}
-
+ {industry.name}
+
+ {item.title}
-
+ {item.title}
+
+
@@ -712,8 +865,13 @@ const SEOWriter: React.FC = () => {
{faq.question}
+
+ {faq.question}
+
{item.title}
+
+ {item.title}
+