import { Button } from «@/components/ui/button»
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from «@/components/ui/card»
import { Badge } from «@/components/ui/badge»
import {
ArrowRight,
CheckCircle,
Zap,
Users,
BarChart3,
Shield,
Star,
Facebook,
Twitter,
Linkedin,
Instagram,
Menu,
} from «lucide-react»
import Image from «next/image»
import Link from «next/link»
export default function LandingPage() {
return (
StreamLine
{/* Hero Section */}
🚀 New: AI-Powered Workflows
Streamline Your
{» «}
Workflow
Boost productivity by 300% with our AI-powered platform. Automate tasks, collaborate seamlessly, and
scale your business effortlessly.
14-day free trial
No credit card required
{/* Features Section */}
Everything you need to succeed
Powerful features designed to help teams collaborate better and achieve more
Automate repetitive tasks with our intelligent AI that learns from your workflow patterns
Real-time collaboration tools that keep your team synchronized and productive
Get deep insights into your productivity with comprehensive analytics and reporting
Bank-level security with end-to-end encryption and compliance certifications
{/* Testimonials Section */}
Loved by thousands of teams
See what our customers have to say about StreamLine
))}
«StreamLine has completely transformed how our team works. We’ve increased our productivity by 250%
and couldn’t be happier with the results.»
))}
«The AI automation features are incredible. Tasks that used to take hours now happen automatically.
It’s like having a super-powered assistant.»
))}
«Best investment we’ve made for our team. The collaboration features are seamless and the analytics
help us make better decisions every day.»
{/* Clients Section */}
Trusted by industry leaders
Join thousands of companies that rely on StreamLine
{/* Pricing Section */}
Simple, transparent pricing
Choose the plan that’s right for your team
/month
Up to 5 team members
Basic automation
Standard support
5GB storage
/month
Up to 25 team members
Advanced AI automation
Priority support
100GB storage
Advanced analytics
/month
Unlimited team members
Custom AI workflows
24/7 dedicated support
Unlimited storage
Custom integrations
{/* Final CTA Section */}
Ready to streamline your workflow?
Join thousands of teams who have already transformed their productivity with StreamLine
No credit card required • 14-day free trial • Cancel anytime
{/* Footer */}
)
}