"use client"; import React, { useState } from "react"; import { Check, Clock, TrendingUp, Target, ArrowRight, Star, Quote, Sparkle, Rocket, Search, Globe, FileText, Building, ShoppingCart, Heart, LucideProps, } from "lucide-react"; import Link from "next/link"; // TypeScript Interfaces interface Feature { id: string; icon: React.ForwardRefExoticComponent< Omit & React.RefAttributes >; title: string; description: string; highlights: string[]; examples?: { input?: string; output?: string; metrics?: string[]; }; gradient: string; popular?: boolean; } interface ProblemItem { icon: React.ForwardRefExoticComponent< Omit & React.RefAttributes >; title: string; description: string; stat: string; color: string; } interface StatItem { number: string; label: string; } interface Industry { icon: React.ForwardRefExoticComponent< Omit & React.RefAttributes >; name: string; description: string; useCases: string[]; results: string; } interface FAQ { question: string; answer: string; } const SEOWriter: React.FC = () => { const [activeFeature, setActiveFeature] = useState("seo-optimization"); const [hoveredCard, setHoveredCard] = useState(null); const features: Feature[] = [ { id: "seo-optimization", icon: Search, title: "Advanced SEO Optimization Engine", description: "Create content that search engines love and readers engage with. Our AI analyzes top-ranking content to understand what works in your niche.", highlights: [ "Keyword Research & Integration: Automatic identification and placement of primary and secondary keywords", "Competitor Content Analysis: Learn from what's working for competitors in your space", "Content Structure Optimization: Perfect heading hierarchy, paragraph length, and readability scoring", "Meta Tag Generation: SEO-optimized titles and descriptions that improve click-through rates", "Internal Linking Suggestions: Smart recommendations for interlinking your content", ], examples: { metrics: [ "Keyword Density: Optimal 1-2% maintained throughout", "Readability Score: Grade 8-10 for maximum accessibility", "Content Length: 1500-2500 words based on topic competitiveness", "Meta Optimization: Click-worthy titles under 60 characters", ], }, gradient: "from-purple-500 to-pink-500", popular: true, }, { id: "geo-targeting", icon: Globe, title: "Intelligent GEO Targeting System", description: "Create locally-relevant content that resonates with specific audiences and locations. Perfect for local businesses, multi-location brands, and geo-specific services.", highlights: [ "Local Keyword Integration: Automatic inclusion of city, neighborhood, and regional terms", "Cultural Context Understanding: Adapt content tone and references for local audiences", "Multi-Location Content Scaling: Create variations for different locations with one click", "Local Business References: Include relevant local landmarks, events, and context", "Service Area Optimization: Target specific service areas with precision", ], examples: { input: "Pizza restaurant menu highlights + Locations: Chicago, New York, Miami", output: "Three uniquely optimized articles featuring local favorites, neighborhood references, and region-specific menu highlights for each location.", }, gradient: "from-blue-500 to-cyan-500", }, { id: "performance-predictor", icon: TrendingUp, title: "Content Performance Predictor", description: "Know how your content will perform before you publish. Our AI analyzes thousands of data points to predict traffic potential and suggest improvements.", highlights: [ "Traffic Potential Scoring: 1-100 rating of estimated search traffic potential", "Ranking Difficulty Analysis: Understand competition level for target keywords", "Engagement Optimization: Suggestions to improve time-on-page and reduce bounce rates", "Conversion Optimization: Tips to increase lead generation and sales from content", "A/B Testing Generation: Create multiple versions to test what resonates best", ], examples: { metrics: [ "+83% Organic Traffic Increase", "+45% Time on Page", "-32% Bounce Rate Reduction", ], }, gradient: "from-green-500 to-emerald-500", }, ]; const problemItems: ProblemItem[] = [ { icon: Clock, title: "Time-Consuming Research", description: "Spending hours on keyword research, competitor analysis, and SEO optimization for every article? The average content marketer wastes 6-8 hours weekly just on research and planning.", stat: "6-8 hours weekly wasted", color: "purple", }, { icon: Target, title: "Ineffective Local Targeting", description: "Creating generic content that fails to resonate with local audiences? Missing out on local search traffic because your content isn't geo-optimized for specific markets.", stat: "Missed local search traffic", color: "blue", }, { icon: TrendingUp, title: "Poor SEO Performance", description: "Publishing articles that never rank or drive meaningful traffic? 65% of content never gets more than 10 monthly visits from organic search.", stat: "65% of content gets minimal traffic", color: "orange", }, { icon: FileText, title: "Inconsistent Quality", description: "Struggling to maintain consistent quality and brand voice across multiple writers and locations? Inconsistency confuses audiences and damages brand authority.", stat: "Brand consistency challenges", color: "red", }, ]; const stats: StatItem[] = [ { number: "65%", label: "of content gets minimal search traffic" }, { number: "8.2", label: "average hours spent per article" }, { number: "46%", label: "of marketers struggle with local content" }, ]; const industries: Industry[] = [ { icon: Building, name: "Agencies & Marketing Teams", description: "Scale content production for multiple clients with consistent quality and localized optimization.", useCases: [ "Client content scaling", "Local SEO campaigns", "Multi-location content", "Performance reporting", ], results: "Results: 5x more content delivered, 75% time savings", }, { icon: ShoppingCart, name: "E-commerce & Local Retail", description: "Create product content, local store pages, and service area articles that drive foot traffic and online sales.", useCases: [ "Local store content", "Product category pages", "Service area blogs", "Location-specific offers", ], results: "Results: 3.2x ROAS, 45% more local traffic", }, { icon: Heart, name: "Healthcare & Services", description: "Generate locally-optimized content for medical practices, service areas, and patient education.", useCases: [ "Local practice pages", "Service area content", "Patient education", "Provider bios", ], results: "Results: 68% more appointment requests, 52% local search increase", }, { icon: Globe, name: "Hospitality & Travel", description: "Create destination content, local attraction guides, and hotel-specific SEO content.", useCases: [ "Destination guides", "Local attraction content", "Hotel location pages", "Travel tips by location", ], results: "Results: 4.1x more direct bookings, 87% local traffic growth", }, ]; const faqs: FAQ[] = [ { question: "How does the SEO optimization actually work?", answer: "Our AI analyzes top-ranking content for your target keywords to understand optimal content structure, keyword placement, and topic coverage. It then creates content that matches or exceeds these patterns while maintaining natural readability and engagement.", }, { question: "Can I really create content for multiple locations at once?", answer: "Yes! Our multi-location content scaling allows you to create a master article template, then automatically generate localized variations for different cities, regions, or service areas. Each variation includes location-specific keywords, references, and context while maintaining your core message.", }, { question: "How accurate are the performance predictions?", answer: "Our performance predictor has an 82% accuracy rate for estimating traffic potential. It analyzes factors like keyword difficulty, content quality, competitor strength, and historical performance data to provide reliable predictions and optimization suggestions.", }, { question: "Can I maintain my brand voice with AI-generated content?", answer: "Absolutely. You can train our AI on your existing content to learn and replicate your brand voice, tone, and style preferences. We also offer custom brand voice training for enterprise clients to ensure complete consistency across all generated content.", }, { question: "What about content originality and plagiarism?", answer: "All content generated by PlanPost AI is 100% original and passes plagiarism checks. Our AI creates unique content based on your inputs and research, rather than copying or rewording existing content. We also include built-in plagiarism checking before publication.", }, { question: "How quickly will I see SEO results?", answer: "Most clients see noticeable improvements within 4-8 weeks, with full optimization benefits typically realized within 3-6 months. The timeline depends on factors like website authority, competition level, and content publishing frequency. We provide monthly performance reports to track your progress.", }, ]; const getColorClass = (color: string): string => { switch (color) { case "purple": return "purple"; case "blue": return "blue"; case "orange": return "orange"; case "red": return "red"; default: return "purple"; } }; return (
{/* Hero Section */}
AI SEO Content Writer

AI SEO Content Writer: Create Optimized Articles That Rank Higher

Generate SEO-optimized, locally-targeted articles that drive traffic and conversions. Save 10+ hours weekly while creating content that outperforms competitors in search results.

{[...Array(5)].map((_, i) => ( ))}
4.9/5 from 2,800+ content teams
{/* Problem Section */}

The Content Creation Struggle is Real and Costly

{problemItems.map((item: ProblemItem, index: number) => (

{item.title}

{item.description}

{item.stat}

))}
{/* Stats */}
{stats.map((stat: StatItem, index: number) => (
{stat.number}
{stat.label}
))}

What if you could create SEO-optimized, locally-targeted content in minutes instead of hours?

{/* AI Solution Section */}

AI-Powered Content Creation Built for Search Success

PlanPost AI combines advanced SEO intelligence with local market understanding to create content that ranks higher, drives targeted traffic, and converts readers into customers.

SEO Intelligence Built-In

Automatic keyword research, competitor analysis, and SEO optimization in every article. No more guessing what will rank.

Geo-Targeting Automation

Create locally-optimized content for multiple locations simultaneously. Perfect for multi-location businesses and local SEO.

Performance Predictions

AI predicts content performance before you publish, suggesting optimizations to maximize traffic and engagement.

{/* Comparison Section */}

See the Difference: Generic vs. SEO+GEO Optimized

Generic AI Content

Basic information only
No local targeting
Poor SEO structure
Low search potential

PlanPost AI Content

Keyword-optimized structure
Local references and targeting
SEO meta tags and descriptions
High ranking potential
{/* Testimonial */}

"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

{/* Features Section */}

Everything You Need for Content That Dominates Search

{/* Feature Navigation */}
{features.map((feature: Feature) => ( ))}
{/* Active Feature Detail */} {features.map((feature: Feature) => (

{feature.title}

{feature.description}

{feature.highlights.map( (highlight: string, index: number) => (
{highlight}
) )}
{feature.examples?.input && feature.examples.output && (

Multi-Location Restaurant Example

Input

{feature.examples.input}

Output

{feature.examples.output}

)} {feature.examples?.metrics && (

{feature.id === "performance-predictor" ? "Typical Performance Improvements" : "SEO Optimization in Action"}

{feature.examples.metrics.map( (metric: string, index: number) => (
{metric}
) )}
)}
))}
{/* Industries Section */}

Trusted by Content Teams Across Industries

{industries.map((industry: Industry, index: number) => (

{industry.name}

{industry.description}

{industry.useCases.map((useCase: string, idx: number) => (
{useCase}
))}

{industry.results}

))}
{/* Setup Process */}

From Idea to Published in Minutes, Not Hours

{[ { step: 1, title: "Define Your Content Goals", description: "Input your topic, target audience, and locations. Set SEO targets and content objectives.", content: "[Content goal setting interface]", }, { step: 2, title: "AI Research & Optimization", description: "Our AI analyzes competitors, identifies keyword opportunities, and researches local context.", content: "[AI research dashboard]", }, { step: 3, title: "Generate & Customize", description: "Review the AI-generated content, make edits, and optimize further based on performance predictions.", content: "[Content editor interface]", }, { step: 4, title: "Publish & Track Performance", description: "Publish directly to your platforms and monitor real-time performance with our analytics dashboard.", content: "[Publishing and analytics interface]", }, ].map((item, index) => (
{item.step}

{item.title}

{item.description}

{item.content}
))}

No credit card required • Setup in 5 minutes • Create your first article today

{/* FAQ Section */}

Frequently Asked Questions

{faqs.map((faq: FAQ, index: number) => (

{faq.question}

{faq.answer}

))}
{/* Final CTA */}

Stop Creating Content That Gets Lost in Search Results

Join 2,800+ content teams creating SEO-optimized, locally-targeted articles that actually rank

{[ { title: "Proven SEO Results", desc: "Create content optimized to rank higher and drive more organic traffic", }, { title: "Local Audience Targeting", desc: "Reach the right customers in specific locations with geo-optimized content", }, { title: "Massive Time Savings", desc: "Reduce content creation time by 80% while improving quality", }, ].map((item, index) => (

{item.title}

{item.desc}

))}
{[ "Create SEO-optimized articles in minutes", "Target multiple locations simultaneously", "Improve search rankings and organic traffic", "Scale content production without sacrificing quality", "Publish directly to your platforms", ].map((benefit: string, index: number) => (
{benefit}
))}

No credit card required • Create your first article today • 30-day money-back guarantee

); }; export default SEOWriter;