import { FirstBentoAnimation } from '@/components/home/first-bento-animation';
import { FourthBentoAnimation } from '@/components/home/fourth-bento-animation';
import { SecondBentoAnimation } from '@/components/home/second-bento-animation';
import { ThirdBentoAnimation } from '@/components/home/third-bento-animation';
import { FlickeringGrid } from '@/components/home/ui/flickering-grid';
import { Globe } from '@/components/home/ui/globe';
import { cn } from '@/lib/utils';
import { motion } from 'motion/react';
import { config } from '@/lib/config';
export const Highlight = ({
children,
className,
}: {
children: React.ReactNode;
className?: string;
}) => {
return (
{children}
);
};
export const BLUR_FADE_DELAY = 0.15;
interface UpgradePlan {
/** @deprecated */
hours: string;
price: string;
stripePriceId: string;
}
export interface PricingTier {
name: string;
price: string;
yearlyPrice?: string; // Add yearly price support
description: string;
buttonText: string;
buttonColor: string;
isPopular: boolean;
/** @deprecated */
hours: string;
features: string[];
stripePriceId: string;
yearlyStripePriceId?: string; // Add yearly price ID support
upgradePlans: UpgradePlan[];
hidden?: boolean; // Optional property to hide plans from display while keeping them in code
billingPeriod?: 'monthly' | 'yearly'; // Add billing period support
originalYearlyPrice?: string; // For showing crossed-out price
discountPercentage?: number; // For showing discount badge
}
export const siteConfig = {
name: 'Kortix Suna',
description: 'The Generalist AI Agent that can act on your behalf.',
cta: 'Start Free',
url: process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000',
keywords: ['AI Agent', 'Generalist AI', 'Open Source AI', 'Autonomous Agent'],
links: {
email: 'support@kortix.ai',
twitter: 'https://x.com/kortixai',
discord: 'https://discord.gg/kortixai',
github: 'https://github.com/Kortix-ai/Suna',
instagram: 'https://instagram.com/kortixai',
},
nav: {
links: [
{ id: 1, name: 'Home', href: '#hero' },
{ id: 2, name: 'Use Cases', href: '#use-cases' },
{ id: 3, name: 'Open Source', href: '#open-source' },
{ id: 4, name: 'Pricing', href: '#pricing' },
],
},
hero: {
badgeIcon: (
),
badge: '100% OPEN SOURCE',
githubUrl: 'https://github.com/kortix-ai/suna',
title: 'Suna, the AI Employee.',
description:
'Suna by Kortix – is a generalist AI Agent that acts on your behalf.',
inputPlaceholder: 'Ask Suna to...',
},
cloudPricingItems: [
{
name: 'Free',
price: '$0',
description: 'Get started with',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
/** @deprecated */
hours: '60 min',
features: [
'$5/month usage',
'Public Projects',
'Basic Model (Limited capabilities)',
],
stripePriceId: config.SUBSCRIPTION_TIERS.FREE.priceId,
upgradePlans: [],
},
{
name: 'Plus',
price: '$20',
yearlyPrice: '$204',
originalYearlyPrice: '$240',
discountPercentage: 15,
description: 'Everything in Free, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-primary text-white dark:text-black',
isPopular: true,
/** @deprecated */
hours: '2 hours',
features: [
'$20/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_2_20.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_2_20_YEARLY.priceId,
upgradePlans: [],
},
{
name: 'Pro',
price: '$50',
yearlyPrice: '$510',
originalYearlyPrice: '$600',
discountPercentage: 15,
description: 'Everything in Free, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
/** @deprecated */
hours: '6 hours',
features: [
'$50/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_6_50.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_6_50_YEARLY.priceId,
upgradePlans: [],
},
{
name: 'Business',
price: '$100',
yearlyPrice: '$1020',
originalYearlyPrice: '$1200',
discountPercentage: 15,
description: 'Everything in Pro, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
hours: '12 hours',
features: [
'$100/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
'Priority support',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_12_100.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_12_100_YEARLY.priceId,
upgradePlans: [],
hidden: true,
},
{
name: 'Ultra',
price: '$200',
yearlyPrice: '$2040',
originalYearlyPrice: '$2400',
discountPercentage: 15,
description: 'Everything in Free, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-primary text-white dark:text-black',
isPopular: false,
hours: '25 hours',
features: [
'$200/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_25_200.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_25_200_YEARLY.priceId,
upgradePlans: [],
},
{
name: 'Enterprise',
price: '$400',
yearlyPrice: '$4080',
originalYearlyPrice: '$4800',
discountPercentage: 15,
description: 'Everything in Ultra, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
hours: '50 hours',
features: [
'$400/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
'Priority support',
'Custom integrations',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_50_400.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_50_400_YEARLY.priceId,
upgradePlans: [],
hidden: true,
},
{
name: 'Scale',
price: '$800',
yearlyPrice: '$8160',
originalYearlyPrice: '$9600',
discountPercentage: 15,
description: 'Everything in Enterprise, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
hours: '125 hours',
features: [
'$800/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
'Priority support',
'Custom integrations',
'Dedicated account manager',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_125_800.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_125_800_YEARLY.priceId,
upgradePlans: [],
hidden: true,
},
{
name: 'Premium',
price: '$1000',
yearlyPrice: '$10200',
originalYearlyPrice: '$12000',
discountPercentage: 15,
description: 'Everything in Scale, plus:',
buttonText: 'Try Free',
buttonColor: 'bg-secondary text-white',
isPopular: false,
hours: '200 hours',
features: [
'$1000/month usage',
'Private projects',
'Access to intelligent Model (Full Suna)',
'Priority support',
'Custom integrations',
'Dedicated account manager',
'Custom SLA',
],
stripePriceId: config.SUBSCRIPTION_TIERS.TIER_200_1000.priceId,
yearlyStripePriceId: config.SUBSCRIPTION_TIERS.TIER_200_1000_YEARLY.priceId,
upgradePlans: [],
hidden: true,
},
],
companyShowcase: {
companyLogos: [
{
id: 1,
name: 'Company 1',
logo: (
),
},
{
id: 2,
name: 'Company 2',
logo: (
),
},
{
id: 3,
name: 'Company 3',
logo: (
),
},
{
id: 4,
name: 'Company 4',
logo: (
),
},
{
id: 5,
name: 'Company 5',
logo: (
),
},
{
id: 6,
name: 'Company 6',
logo: (
),
},
{
id: 7,
name: 'Company 7',
logo: (
),
},
{
id: 8,
name: 'Company 8',
logo: (
),
},
],
},
featureSection: {
title: 'How Kortix Suna Works',
description:
'Discover how Kortix Suna transforms your commands into action in four easy steps',
items: [
{
id: 1,
title: 'Request an Action',
content:
'Speak or type your command—let Kortix Suna capture your intent. Your request instantly sets the process in motion.',
image:
'https://images.unsplash.com/photo-1720371300677-ba4838fa0678?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
},
{
id: 2,
title: 'AI Understanding & Planning',
content:
'Suna analyzes your request, understands the context, and develops a structured plan to complete the task efficiently.',
image:
'https://images.unsplash.com/photo-1686170287433-c95faf6d3608?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxmZWF0dXJlZC1waG90b3MtZmVlZHwzfHx8ZW58MHx8fHx8fA%3D%3D',
},
{
id: 3,
title: 'Autonomous Execution',
content:
'Using its capabilities and integrations, Suna executes the task independently, handling any complexities along the way.',
image:
'https://images.unsplash.com/photo-1720378042271-60aff1e1c538?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxmZWF0dXJlZC1waG90b3MtZmVlZHwxMHx8fGVufDB8fHx8fA%3D%3D',
},
{
id: 4,
title: 'Results & Learning',
content:
'Suna delivers results and learns from each interaction, continuously improving its performance to better serve your needs.',
image:
'https://images.unsplash.com/photo-1666882990322-e7f3b8df4f75?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDF8fHxlbnwwfHx8fHw%3D',
},
],
},
bentoSection: {
title: 'Empower Your Workflow with Kortix Suna',
description:
'Let Kortix Suna act on your behalf with advanced AI capabilities, seamless integrations, and autonomous task execution.',
items: [
{
id: 1,
content: ,
title: 'Autonomous Task Execution',
description:
'Experience true automation with Suna. Ask your AI Agent to complete tasks, research information, and handle complex workflows with minimal supervision.',
},
{
id: 2,
content: ,
title: 'Seamless Integrations',
description:
'Connect Suna to your existing tools for a unified workflow. Boost productivity through AI-powered interconnected systems.',
},
{
id: 3,
content: (
),
title: 'Intelligent Data Analysis',
description:
"Transform raw data into actionable insights in seconds. Make better decisions with Suna's real-time, adaptive intelligence.",
},
{
id: 4,
content: ,
title: 'Complete Customization',
description:
'Tailor Suna to your specific needs. As an open source solution, you have full control over its capabilities, integrations, and implementation.',
},
],
},
benefits: [
{
id: 1,
text: "Automate everyday tasks with Suna's powerful AI capabilities.",
image: '/Device-6.png',
},
{
id: 2,
text: 'Increase productivity with autonomous task completion.',
image: '/Device-7.png',
},
{
id: 3,
text: 'Improve focus on high-value work as Suna handles the routine.',
image: '/Device-8.png',
},
{
id: 4,
text: 'Access cutting-edge AI as an open source, transparent solution.',
image: '/Device-1.png',
},
],
growthSection: {
title: 'Open Source & Secure',
description:
'Where advanced security meets complete transparency—designed to protect your data while providing full access to the code.',
items: [
{
id: 1,
content: (
),
title: 'Open Source Security',
description:
'Benefit from the security of open source code that thousands of eyes can review, audit, and improve.',
},
{
id: 2,
content: (
),
title: 'Community Powered',
description:
"Join a thriving community of developers and users continuously enhancing and expanding Suna's capabilities.",
},
],
},
quoteSection: {
quote:
'Kortix Suna has transformed how we approach everyday tasks. The level of automation it provides, combined with its open source nature, makes it an invaluable tool for our entire organization.',
author: {
name: 'Alex Johnson',
role: 'CTO, Innovatech',
image: 'https://randomuser.me/api/portraits/men/91.jpg',
},
},
pricing: {
title: 'Open Source & Free Forever',
description:
'Kortix Suna is 100% open source and free to use. No hidden fees, no premium features locked behind paywalls.',
pricingItems: [
{
name: 'Community',
href: '#',
price: 'Free',
period: 'forever',
yearlyPrice: 'Free',
features: [
'Full agent capabilities',
'Unlimited usage',
'Full source code access',
'Community support',
],
description: 'Perfect for individual users and developers',
buttonText: 'Hire Suna',
buttonColor: 'bg-accent text-primary',
isPopular: false,
},
{
name: 'Self-Hosted',
href: '#',
price: 'Free',
period: 'forever',
yearlyPrice: 'Free',
features: [
'Full agent capabilities',
'Unlimited usage',
'Full source code access',
'Custom deployment',
'Local data storage',
'Integration with your tools',
'Full customization',
'Community support',
],
description: 'Ideal for organizations with specific requirements',
buttonText: 'View Docs',
buttonColor: 'bg-secondary text-white',
isPopular: true,
},
{
name: 'Enterprise',
href: '#',
price: 'Custom',
period: '',
yearlyPrice: 'Custom',
features: [
'Everything in Self-Hosted',
'Priority support',
'Custom development',
'Dedicated hosting',
'SLA guarantees',
],
description: 'For large teams needing custom implementations',
buttonText: 'Contact Us',
buttonColor: 'bg-primary text-primary-foreground',
isPopular: false,
},
],
},
testimonials: [
{
id: '1',
name: 'Alex Rivera',
role: 'CTO at InnovateTech',
img: 'https://randomuser.me/api/portraits/men/91.jpg',
description: (
The AI-driven analytics from #QuantumInsights have revolutionized our
product development cycle.
Insights are now more accurate and faster than ever.
{' '}
A game-changer for tech companies.
),
},
{
id: '2',
name: 'Samantha Lee',
role: 'Marketing Director at NextGen Solutions',
img: 'https://randomuser.me/api/portraits/women/12.jpg',
description: (
Implementing #AIStream's customer prediction model has
drastically improved our targeting strategy.
Seeing a 50% increase in conversion rates!{' '}
Highly recommend their solutions.
),
},
{
id: '3',
name: 'Raj Patel',
role: 'Founder & CEO at StartUp Grid',
img: 'https://randomuser.me/api/portraits/men/45.jpg',
description: (
As a startup, we need to move fast and stay ahead. #CodeAI's
automated coding assistant helps us do just that.
Our development speed has doubled. Essential
tool for any startup.
),
},
{
id: '4',
name: 'Emily Chen',
role: 'Product Manager at Digital Wave',
img: 'https://randomuser.me/api/portraits/women/83.jpg',
description: (
#VoiceGen's AI-driven voice synthesis has made creating global
products a breeze.
Localization is now seamless and efficient. A
must-have for global product teams.
Leveraging #DataCrunch's AI for our financial models has given us
an edge in predictive accuracy.
Our investment strategies are now powered by real-time data
analytics.
{' '}
Transformative for the finance industry.
),
},
{
id: '6',
name: 'Linda Wu',
role: 'VP of Operations at LogiChain Solutions',
img: 'https://randomuser.me/api/portraits/women/5.jpg',
description: (
#LogiTech's supply chain optimization tools have drastically
reduced our operational costs.
Efficiency and accuracy in logistics have never been better.
{' '}
),
},
{
id: '7',
name: 'Carlos Gomez',
role: 'Head of R&D at EcoInnovate',
img: 'https://randomuser.me/api/portraits/men/14.jpg',
description: (
By integrating #GreenTech's sustainable energy solutions,
we've seen a significant reduction in carbon footprint.
Leading the way in eco-friendly business practices.
{' '}
Pioneering change in the industry.
#TrendSetter's market analysis AI has transformed how we approach
fashion trends.
Our campaigns are now data-driven with higher customer engagement.
{' '}
Revolutionizing fashion marketing.
),
},
{
id: '9',
name: 'Tom Chen',
role: 'Director of IT at HealthTech Solutions',
img: 'https://randomuser.me/api/portraits/men/18.jpg',
description: (
Implementing #MediCareAI in our patient care systems has improved
patient outcomes significantly.
Technology and healthcare working hand in hand for better health.
{' '}
A milestone in medical technology.
With #CyberShield's AI-powered security systems, our data
protection levels are unmatched.
Ensuring safety and trust in digital spaces.
{' '}
Redefining cybersecurity standards.
#DesignPro's AI has streamlined our creative process, enhancing
productivity and innovation.
Bringing creativity and technology together. A
game-changer for creative industries.
#VentureAI's insights into startup ecosystems have been
invaluable for our growth and funding strategies.
Empowering startups with data-driven decisions.
{' '}
A catalyst for startup success.
),
},
],
faqSection: {
title: 'Frequently Asked Questions',
description:
"Answers to common questions about Kortix Suna and its capabilities. If you have any other questions, please don't hesitate to contact us.",
faQitems: [
{
id: 1,
question: 'What is an AI Agent?',
answer:
'An AI Agent is an intelligent software program that can perform tasks autonomously, learn from interactions, and make decisions to help achieve specific goals. It combines artificial intelligence and machine learning to provide personalized assistance and automation.',
},
{
id: 2,
question: 'How does Kortix Suna work?',
answer:
'Kortix Suna works by analyzing your requirements, leveraging advanced AI algorithms to understand context, and executing tasks based on your instructions. It can integrate with your workflow, learn from feedback, and continuously improve its performance.',
},
{
id: 3,
question: 'Is Kortix Suna really free?',
answer:
'Yes, Kortix Suna is completely free and open source. We believe in democratizing AI technology and making it accessible to everyone. You can use it, modify it, and contribute to its development without any cost.',
},
{
id: 4,
question: 'Can I integrate Suna with my existing tools?',
answer:
'Yes, Kortix Suna is designed to be highly compatible with popular tools and platforms. We offer APIs and pre-built integrations for seamless connection with your existing workflow tools and systems.',
},
{
id: 5,
question: 'How can I contribute to Kortix Suna?',
answer:
'You can contribute to Kortix Suna by submitting pull requests on GitHub, reporting bugs, suggesting new features, or helping with documentation. Join our Discord community to connect with other contributors and Hire Suna.',
},
{
id: 6,
question: 'How does Kortix Suna save me time?',
answer:
'Kortix Suna automates repetitive tasks, streamlines workflows, and provides quick solutions to common challenges. This automation and efficiency can save hours of manual work, allowing you to focus on more strategic activities.',
},
],
},
ctaSection: {
id: 'cta',
title: 'Start Using Kortix Suna Today',
backgroundImage: '/holo.png',
button: {
text: 'Get Started for free',
href: '/auth',
},
subtext: 'The generalist AI Agent that acts on your behalf',
},
footerLinks: [
{
title: 'Kortix',
links: [
{ id: 1, title: 'About', url: 'https://kortix.ai' },
{ id: 3, title: 'Contact', url: 'mailto:hey@kortix.ai' },
{ id: 4, title: 'Careers', url: 'https://kortix.ai/careers' },
],
},
{
title: 'Resources',
links: [
{
id: 5,
title: 'Documentation',
url: 'https://github.com/Kortix-ai/Suna',
},
{ id: 7, title: 'Discord', url: 'https://discord.gg/Py6pCBUUPw' },
{ id: 8, title: 'GitHub', url: 'https://github.com/Kortix-ai/Suna' },
],
},
{
title: 'Legal',
links: [
{
id: 9,
title: 'Privacy Policy',
url: 'https://suna.so/legal?tab=privacy',
},
{
id: 10,
title: 'Terms of Service',
url: 'https://suna.so/legal?tab=terms',
},
{
id: 11,
title: 'License Apache 2.0',
url: 'https://github.com/Kortix-ai/Suna/blob/main/LICENSE',
},
],
},
],
useCases: [
{
id: 'competitor-analysis',
title: 'Competitor Analysis',
description:
'Analyze the market for my next company in the healthcare industry, located in the UK. Give me the major players, their market size, strengths, and weaknesses, and add their website URLs. Once done, generate a PDF report.',
category: 'research',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1576091160550-2173dba999ef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/2fbf0552-87d6-4d12-be25-d54f435bc493',
},
{
id: 'vc-list',
title: 'VC List',
description:
'Give me the list of the most important VC Funds in the United States based on Assets Under Management. Give me website URLs, and if possible an email to reach them out.',
category: 'finance',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1444653614773-995cb1ef9efa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/a172382b-aa77-42a2-a3e1-46f32a0f9c37',
},
{
id: 'candidate-search',
title: 'Looking for Candidates',
description:
"Go on LinkedIn, and find 10 profiles available - they are not working right now - for a junior software engineer position, who are located in Munich, Germany. They should have at least one bachelor's degree in Computer Science or anything related to it, and 1-year of experience in any field/role.",
category: 'recruitment',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/d9e39c94-4f6f-4b5a-b1a0-b681bfe0dee8',
},
{
id: 'company-trip',
title: 'Planning Company Trip',
description:
"Generate a route plan for my company. We should go to California. We'll be 8 people. Compose the trip from the departure (Paris, France) to the activities we can do considering that the trip will be 7 days long - departure on the 21st of Jun 2025.",
category: 'travel',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/23f7d904-eb66-4a9c-9247-b9704ddfd233',
},
{
id: 'excel-spreadsheet',
title: 'Working on Excel',
description:
'My company asked to set up an Excel spreadsheet with all the information about Italian lottery games (Lotto, 10eLotto, and Million Day). Based on that, generate and send me a spreadsheet with all the basic information (public ones).',
category: 'data',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1532153975070-2e9ab71f1b14?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/2a147a3a-3778-4624-8285-42474c8c1c9c',
},
{
id: 'speaker-prospecting',
title: 'Automate Event Speaker Prospecting',
description:
"Find 20 AI ethics speakers from Europe who've spoken at conferences in the past year. Scrapes conference sites, cross-references LinkedIn and YouTube, and outputs contact info + talk summaries.",
category: 'research',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1523580494863-6f3031224c94?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/6830cc6d-3fbd-492a-93f8-510a5f48ce50',
},
{
id: 'scientific-papers',
title: 'Summarize and Cross-Reference Scientific Papers',
description:
'Research and compare scientific papers talking about Alcohol effects on our bodies during the last 5 years. Generate a report about the most important scientific papers talking about the topic I wrote before.',
category: 'research',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1532153975070-2e9ab71f1b14?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/a106ef9f-ed97-46ee-8e51-7bfaf2ac3c29',
},
{
id: 'lead-generation',
title: 'Research + First Contact Draft',
description:
'Research my potential customers (B2B) on LinkedIn. They should be in the clean tech industry. Find their websites and their email addresses. After that, based on the company profile, generate a personalized first contact email.',
category: 'sales',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1552581234-26160f608093?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/c3472df7-adc1-4d5f-9927-4f8f513ec2fe',
},
{
id: 'seo-analysis',
title: 'SEO Analysis',
description:
"Based on my website suna.so, generate an SEO report analysis, find top-ranking pages by keyword clusters, and identify topics I'm missing.",
category: 'marketing',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/cf756e02-fee9-4281-a0e4-76ac850f1ac9',
},
{
id: 'personal-trip',
title: 'Generate a Personal Trip',
description:
'Generate a personal trip to London, with departure from Bangkok on the 1st of May. The trip will last 10 days. Find an accommodation in the center of London, with a rating on Google reviews of at least 4.5.',
category: 'travel',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/8442cc76-ac8b-438c-b539-4b93909a2218',
},
{
id: 'funded-startups',
title: 'Recently Funded Startups',
description:
'Go on Crunchbase, Dealroom, and TechCrunch, filter by Series A funding rounds in the SaaS Finance Space, and build a report with company data, founders, and contact info for outbound sales.',
category: 'finance',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1444653614773-995cb1ef9efa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/f04c871c-6bf5-4464-8e9c-5351c9cf5a60',
},
{
id: 'scrape-forums',
title: 'Scrape Forum Discussions',
description:
'I need to find the best beauty centers in Rome, but I want to find them by using open forums that speak about this topic. Go on Google, and scrape the forums by looking for beauty center discussions located in Rome.',
category: 'research',
featured: true,
icon: (
),
image:
'https://images.unsplash.com/photo-1523580494863-6f3031224c94?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2400&q=80',
url: 'https://suna.so/share/53bcd4c7-40d6-4293-9f69-e2638ddcfad8',
},
],
};
export type SiteConfig = typeof siteConfig;