Merge version_1 into main #2
@@ -42,9 +42,7 @@ export default function ChatPage() {
|
||||
brandName="SmartAI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Chatting",
|
||||
href: "/chat",
|
||||
}}
|
||||
text: "Start Chatting", href: "/chat"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,16 +56,12 @@ export default function ChatPage() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Chat",
|
||||
href: "#chat-features",
|
||||
},
|
||||
text: "Begin Chat", href: "#chat-features"},
|
||||
{
|
||||
text: "View Capabilities",
|
||||
href: "#chat-features",
|
||||
},
|
||||
text: "View Capabilities", href: "#chat-features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png"
|
||||
imageAlt="SmartAI Chat Interface"
|
||||
videoAriaLabel="AI Chat Platform Demo"
|
||||
/>
|
||||
@@ -85,66 +79,39 @@ export default function ChatPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Multi-Model Chat",
|
||||
description: "Switch between GPT, Claude, and Gemini to find the best model for your task. Each model has unique strengths for different use cases.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageCircle,
|
||||
title: "Multi-Model Chat", description: "Switch between GPT, Claude, and Gemini to find the best model for your task. Each model has unique strengths for different use cases.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "Compare the three AI models for content creation",
|
||||
aiResponse: "GPT excels at creative writing and nuanced content. Claude is great for analytical and factual accuracy. Gemini offers a balanced approach with strong reasoning. Choose based on your specific need.",
|
||||
},
|
||||
userMessage: "Compare the three AI models for content creation", aiResponse: "GPT excels at creative writing and nuanced content. Claude is great for analytical and factual accuracy. Gemini offers a balanced approach with strong reasoning. Choose based on your specific need."},
|
||||
{
|
||||
userMessage: "Which is best for coding?",
|
||||
aiResponse: "All three handle coding well, but Claude often provides clearer explanations. GPT is excellent for quick solutions. Gemini offers strong code optimization suggestions.",
|
||||
},
|
||||
userMessage: "Which is best for coding?", aiResponse: "All three handle coding well, but Claude often provides clearer explanations. GPT is excellent for quick solutions. Gemini offers strong code optimization suggestions."},
|
||||
],
|
||||
placeholder: "Ask anything...",
|
||||
},
|
||||
placeholder: "Ask anything..."},
|
||||
{
|
||||
title: "Content Writing",
|
||||
description: "Write blog posts, articles, social media content, emails, and more. Get real-time suggestions and refinements as you develop your ideas.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Content Writing", description: "Write blog posts, articles, social media content, emails, and more. Get real-time suggestions and refinements as you develop your ideas.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Articles & Blogs",
|
||||
value: "Full drafts in seconds",
|
||||
},
|
||||
label: "Articles & Blogs", value: "Full drafts in seconds"},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
label: "Social Posts",
|
||||
value: "Multi-platform ready",
|
||||
},
|
||||
label: "Social Posts", value: "Multi-platform ready"},
|
||||
{
|
||||
icon: Image,
|
||||
label: "Copy & Descriptions",
|
||||
value: "SEO optimized",
|
||||
},
|
||||
label: "Copy & Descriptions", value: "SEO optimized"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Code Assistance",
|
||||
description: "Get help writing, debugging, and optimizing code. Supports Python, JavaScript, Java, C++, and 100+ programming languages.",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "Code Tasks",
|
||||
items: [
|
||||
title: "Code Assistance", description: "Get help writing, debugging, and optimizing code. Supports Python, JavaScript, Java, C++, and 100+ programming languages.", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Write & Generate",
|
||||
time: "Instant",
|
||||
},
|
||||
label: "Write & Generate", time: "Instant"},
|
||||
{
|
||||
icon: Brain,
|
||||
label: "Debug & Fix",
|
||||
time: "Real-time",
|
||||
},
|
||||
label: "Debug & Fix", time: "Real-time"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Optimize & Refactor",
|
||||
time: "Quick analysis",
|
||||
},
|
||||
label: "Optimize & Refactor", time: "Quick analysis"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -158,101 +125,61 @@ export default function ChatPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#chat-features",
|
||||
},
|
||||
label: "Features", href: "#chat-features"},
|
||||
{
|
||||
label: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Back to Home", href: "/"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/#pricing",
|
||||
},
|
||||
label: "Pricing", href: "/#pricing"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#faq",
|
||||
},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
label: "Tools", href: "/tools"},
|
||||
{
|
||||
label: "Settings",
|
||||
href: "/settings",
|
||||
},
|
||||
label: "Settings", href: "/settings"},
|
||||
{
|
||||
label: "Profile",
|
||||
href: "/profile",
|
||||
},
|
||||
label: "Profile", href: "/profile"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
label: "Support", href: "/support"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/smartai",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/smartai"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/smartai",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/smartai"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/smartai",
|
||||
},
|
||||
label: "GitHub", href: "https://github.com/smartai"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "https://discord.com/smartai",
|
||||
},
|
||||
label: "Discord", href: "https://discord.com/smartai"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "/security",
|
||||
},
|
||||
label: "Security", href: "/security"},
|
||||
{
|
||||
label: "Status",
|
||||
href: "/status",
|
||||
},
|
||||
label: "Status", href: "/status"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -77,9 +77,7 @@ export default function DashboardPage() {
|
||||
brandName="SmartAI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Chatting",
|
||||
href: "/chat",
|
||||
}}
|
||||
text: "Start Chatting", href: "/chat"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,73 +93,43 @@ export default function DashboardPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Intelligent Chat",
|
||||
description: "Chat with advanced AI models including GPT, Claude, and Gemini. Get instant answers, write content, brainstorm ideas, and solve problems.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageCircle,
|
||||
title: "Intelligent Chat", description: "Chat with advanced AI models including GPT, Claude, and Gemini. Get instant answers, write content, brainstorm ideas, and solve problems.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "How do I optimize my website for SEO?",
|
||||
aiResponse: "Here are the key SEO optimization strategies: 1) Keyword research and optimization, 2) Quality content creation, 3) Technical SEO improvements, 4) Link building, and 5) User experience optimization. Would you like me to elaborate on any of these?",
|
||||
},
|
||||
userMessage: "How do I optimize my website for SEO?", aiResponse: "Here are the key SEO optimization strategies: 1) Keyword research and optimization, 2) Quality content creation, 3) Technical SEO improvements, 4) Link building, and 5) User experience optimization. Would you like me to elaborate on any of these?"},
|
||||
{
|
||||
userMessage: "Tell me about backlinks",
|
||||
aiResponse: "Backlinks are links from external websites to your site. They're crucial for SEO because search engines view them as endorsements. Quality backlinks from authoritative sites significantly boost your rankings and domain authority.",
|
||||
},
|
||||
userMessage: "Tell me about backlinks", aiResponse: "Backlinks are links from external websites to your site. They're crucial for SEO because search engines view them as endorsements. Quality backlinks from authoritative sites significantly boost your rankings and domain authority."},
|
||||
],
|
||||
placeholder: "Ask anything...",
|
||||
},
|
||||
placeholder: "Ask anything..."},
|
||||
{
|
||||
title: "Content Generation",
|
||||
description: "Generate high-quality content instantly. Blog posts, social media captions, emails, product descriptions, and more.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Content Generation", description: "Generate high-quality content instantly. Blog posts, social media captions, emails, product descriptions, and more.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Blog Posts",
|
||||
value: "Generate in seconds",
|
||||
},
|
||||
label: "Blog Posts", value: "Generate in seconds"},
|
||||
{
|
||||
icon: Mail,
|
||||
label: "Email Sequences",
|
||||
value: "Professional templates",
|
||||
},
|
||||
label: "Email Sequences", value: "Professional templates"},
|
||||
{
|
||||
icon: Share2,
|
||||
label: "Social Content",
|
||||
value: "Multi-platform",
|
||||
},
|
||||
label: "Social Content", value: "Multi-platform"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Coding Tasks",
|
||||
description: "Get help with code generation, debugging, optimization, and explanations across multiple programming languages.",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "Development",
|
||||
items: [
|
||||
title: "Coding Tasks", description: "Get help with code generation, debugging, optimization, and explanations across multiple programming languages.", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: Code,
|
||||
label: "Generate Code",
|
||||
time: "Instant",
|
||||
},
|
||||
label: "Generate Code", time: "Instant"},
|
||||
{
|
||||
icon: Bug,
|
||||
label: "Debug Issues",
|
||||
time: "Real-time",
|
||||
},
|
||||
label: "Debug Issues", time: "Real-time"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Optimize Performance",
|
||||
time: "Quick analysis",
|
||||
},
|
||||
label: "Optimize Performance", time: "Quick analysis"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "File & Document AI",
|
||||
description: "Upload PDFs, documents, images, and let AI analyze, summarize, and extract insights from them instantly.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: FileText,
|
||||
title: "File & Document AI", description: "Upload PDFs, documents, images, and let AI analyze, summarize, and extract insights from them instantly.", bentoComponent: "orbiting-icons", centerIcon: FileText,
|
||||
items: [
|
||||
{
|
||||
icon: FileText,
|
||||
@@ -186,45 +154,29 @@ export default function DashboardPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "AI Image Generation",
|
||||
description: "Create stunning images from text descriptions. Customize style, resolution, and regenerate until perfect.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "AI Image Generation", description: "Create stunning images from text descriptions. Customize style, resolution, and regenerate until perfect.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png?_wi=4",
|
||||
imageAlt: "AI Generated Images",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png", imageAlt: "AI Generated Images"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png?_wi=4",
|
||||
imageAlt: "Generation Options",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png", imageAlt: "Generation Options"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png?_wi=4",
|
||||
imageAlt: "Gallery View",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png", imageAlt: "Gallery View"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Model Selection",
|
||||
description: "Switch between Fast, Balanced, and Creative modes. Choose from GPT, Claude, and Gemini for optimal results.",
|
||||
bentoComponent: "3d-card-grid",
|
||||
centerIcon: Settings,
|
||||
title: "Model Selection", description: "Switch between Fast, Balanced, and Creative modes. Choose from GPT, Claude, and Gemini for optimal results.", bentoComponent: "3d-card-grid", centerIcon: Settings,
|
||||
items: [
|
||||
{
|
||||
name: "Fast Mode",
|
||||
icon: Zap,
|
||||
name: "Fast Mode", icon: Zap,
|
||||
},
|
||||
{
|
||||
name: "Balanced",
|
||||
icon: BarChart3,
|
||||
name: "Balanced", icon: BarChart3,
|
||||
},
|
||||
{
|
||||
name: "Creative",
|
||||
icon: Palette,
|
||||
name: "Creative", icon: Palette,
|
||||
},
|
||||
{
|
||||
name: "Models",
|
||||
icon: Brain,
|
||||
name: "Models", icon: Brain,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -244,69 +196,25 @@ export default function DashboardPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
tag: "Free Plan",
|
||||
tagIcon: Zap,
|
||||
price: "$0",
|
||||
period: "/month",
|
||||
description: "Perfect for trying out SmartAI. Limited messages and basic features.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "/auth",
|
||||
},
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"50 messages per day",
|
||||
"Basic AI models only",
|
||||
"Standard response speed",
|
||||
"Ads enabled",
|
||||
"Community support",
|
||||
],
|
||||
id: "free", tag: "Free Plan", tagIcon: Zap,
|
||||
price: "$0", period: "/month", description: "Perfect for trying out SmartAI. Limited messages and basic features.", button: {
|
||||
text: "Get Started", href: "/auth"},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"50 messages per day", "Basic AI models only", "Standard response speed", "Ads enabled", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Pro Plan",
|
||||
tagIcon: Sparkles,
|
||||
price: "$19",
|
||||
period: "/month",
|
||||
description: "Unlimited conversations, premium models, and advanced features.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "/auth",
|
||||
},
|
||||
featuresTitle: "Everything in Free, plus:",
|
||||
features: [
|
||||
"Unlimited messages",
|
||||
"Access to all AI models",
|
||||
"Faster response speed",
|
||||
"100 image generations/month",
|
||||
"File upload support",
|
||||
"Priority support",
|
||||
"No ads",
|
||||
],
|
||||
id: "pro", tag: "Pro Plan", tagIcon: Sparkles,
|
||||
price: "$19", period: "/month", description: "Unlimited conversations, premium models, and advanced features.", button: {
|
||||
text: "Start Free Trial", href: "/auth"},
|
||||
featuresTitle: "Everything in Free, plus:", features: [
|
||||
"Unlimited messages", "Access to all AI models", "Faster response speed", "100 image generations/month", "File upload support", "Priority support", "No ads"],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
tag: "Business Plan",
|
||||
tagIcon: Zap,
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
description: "Team collaboration, API access, and enterprise analytics.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Everything in Pro, plus:",
|
||||
features: [
|
||||
"Team collaboration (up to 10 users)",
|
||||
"API access",
|
||||
"Advanced analytics dashboard",
|
||||
"Unlimited image generations",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"SLA support",
|
||||
"White-label options",
|
||||
],
|
||||
id: "business", tag: "Business Plan", tagIcon: Zap,
|
||||
price: "$99", period: "/month", description: "Team collaboration, API access, and enterprise analytics.", button: {
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Team collaboration (up to 10 users)", "API access", "Advanced analytics dashboard", "Unlimited image generations", "Custom integrations", "Dedicated account manager", "SLA support", "White-label options"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
486
src/app/page.tsx
486
src/app/page.tsx
@@ -64,9 +64,7 @@ export default function HomePage() {
|
||||
brandName="SmartAI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Chatting",
|
||||
href: "/chat",
|
||||
}}
|
||||
text: "Start Chatting", href: "/chat"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,16 +78,12 @@ export default function HomePage() {
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Chatting",
|
||||
href: "/chat",
|
||||
},
|
||||
text: "Start Chatting", href: "/chat"},
|
||||
{
|
||||
text: "Explore AI Tools",
|
||||
href: "#ai-tools",
|
||||
},
|
||||
text: "Explore AI Tools", href: "#ai-tools"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png"
|
||||
imageAlt="SmartAI Dashboard Preview"
|
||||
videoAriaLabel="AI Assistant Platform Demo"
|
||||
/>
|
||||
@@ -107,73 +101,43 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Intelligent Chat",
|
||||
description: "Chat with advanced AI models including GPT, Claude, and Gemini. Get instant answers, write content, brainstorm ideas, and solve problems.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageCircle,
|
||||
title: "Intelligent Chat", description: "Chat with advanced AI models including GPT, Claude, and Gemini. Get instant answers, write content, brainstorm ideas, and solve problems.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "How do I optimize my website for SEO?",
|
||||
aiResponse: "Here are the key SEO optimization strategies: 1) Keyword research and optimization, 2) Quality content creation, 3) Technical SEO improvements, 4) Link building, and 5) User experience optimization. Would you like me to elaborate on any of these?",
|
||||
},
|
||||
userMessage: "How do I optimize my website for SEO?", aiResponse: "Here are the key SEO optimization strategies: 1) Keyword research and optimization, 2) Quality content creation, 3) Technical SEO improvements, 4) Link building, and 5) User experience optimization. Would you like me to elaborate on any of these?"},
|
||||
{
|
||||
userMessage: "Tell me about backlinks",
|
||||
aiResponse: "Backlinks are links from external websites to your site. They're crucial for SEO because search engines view them as endorsements. Quality backlinks from authoritative sites significantly boost your rankings and domain authority.",
|
||||
},
|
||||
userMessage: "Tell me about backlinks", aiResponse: "Backlinks are links from external websites to your site. They're crucial for SEO because search engines view them as endorsements. Quality backlinks from authoritative sites significantly boost your rankings and domain authority."},
|
||||
],
|
||||
placeholder: "Ask anything...",
|
||||
},
|
||||
placeholder: "Ask anything..."},
|
||||
{
|
||||
title: "Content Generation",
|
||||
description: "Generate high-quality content instantly. Blog posts, social media captions, emails, product descriptions, and more.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Content Generation", description: "Generate high-quality content instantly. Blog posts, social media captions, emails, product descriptions, and more.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Blog Posts",
|
||||
value: "Generate in seconds",
|
||||
},
|
||||
label: "Blog Posts", value: "Generate in seconds"},
|
||||
{
|
||||
icon: Mail,
|
||||
label: "Email Sequences",
|
||||
value: "Professional templates",
|
||||
},
|
||||
label: "Email Sequences", value: "Professional templates"},
|
||||
{
|
||||
icon: Share2,
|
||||
label: "Social Content",
|
||||
value: "Multi-platform",
|
||||
},
|
||||
label: "Social Content", value: "Multi-platform"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Coding Tasks",
|
||||
description: "Get help with code generation, debugging, optimization, and explanations across multiple programming languages.",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "Coding Tasks",
|
||||
items: [
|
||||
title: "Coding Tasks", description: "Get help with code generation, debugging, optimization, and explanations across multiple programming languages.", bentoComponent: "3d-task-list", items: [
|
||||
{
|
||||
icon: Code,
|
||||
label: "Generate Code",
|
||||
time: "Instant",
|
||||
},
|
||||
label: "Generate Code", time: "Instant"},
|
||||
{
|
||||
icon: Bug,
|
||||
label: "Debug Issues",
|
||||
time: "Real-time",
|
||||
},
|
||||
label: "Debug Issues", time: "Real-time"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Optimize Performance",
|
||||
time: "Quick analysis",
|
||||
},
|
||||
label: "Optimize Performance", time: "Quick analysis"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "File & Document AI",
|
||||
description: "Upload PDFs, documents, images, and let AI analyze, summarize, and extract insights from them instantly.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: FileText,
|
||||
title: "File & Document AI", description: "Upload PDFs, documents, images, and let AI analyze, summarize, and extract insights from them instantly.", bentoComponent: "orbiting-icons", centerIcon: FileText,
|
||||
items: [
|
||||
{
|
||||
icon: FileText,
|
||||
@@ -198,45 +162,29 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "AI Image Generation",
|
||||
description: "Create stunning images from text descriptions. Customize style, resolution, and regenerate until perfect.",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
title: "AI Image Generation", description: "Create stunning images from text descriptions. Customize style, resolution, and regenerate until perfect.", bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png?_wi=1",
|
||||
imageAlt: "AI Generated Images",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png", imageAlt: "AI Generated Images"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png?_wi=1",
|
||||
imageAlt: "Generation Options",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png", imageAlt: "Generation Options"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png?_wi=1",
|
||||
imageAlt: "Gallery View",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png", imageAlt: "Gallery View"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Model Selection",
|
||||
description: "Switch between Fast, Balanced, and Creative modes. Choose from GPT, Claude, and Gemini for optimal results.",
|
||||
bentoComponent: "3d-card-grid",
|
||||
centerIcon: Settings,
|
||||
title: "Model Selection", description: "Switch between Fast, Balanced, and Creative modes. Choose from GPT, Claude, and Gemini for optimal results.", bentoComponent: "3d-card-grid", centerIcon: Settings,
|
||||
items: [
|
||||
{
|
||||
name: "Fast Mode",
|
||||
icon: Zap,
|
||||
name: "Fast Mode", icon: Zap,
|
||||
},
|
||||
{
|
||||
name: "Balanced",
|
||||
icon: BarChart3,
|
||||
name: "Balanced", icon: BarChart3,
|
||||
},
|
||||
{
|
||||
name: "Creative",
|
||||
icon: Palette,
|
||||
name: "Creative", icon: Palette,
|
||||
},
|
||||
{
|
||||
name: "Models",
|
||||
icon: Brain,
|
||||
name: "Models", icon: Brain,
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -256,40 +204,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "1. Sign Up & Login",
|
||||
description: "Create your account with email or Google OAuth. Access your dashboard instantly.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: LogIn,
|
||||
title: "1. Sign Up & Login", description: "Create your account with email or Google OAuth. Access your dashboard instantly.", bentoComponent: "reveal-icon", icon: LogIn,
|
||||
},
|
||||
{
|
||||
title: "2. Choose Your AI Tool",
|
||||
description: "Select from chat, content generation, coding help, image generation, or specialized tools.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Layers,
|
||||
title: "2. Choose Your AI Tool", description: "Select from chat, content generation, coding help, image generation, or specialized tools.", bentoComponent: "reveal-icon", icon: Layers,
|
||||
},
|
||||
{
|
||||
title: "3. Input Your Request",
|
||||
description: "Type your prompt, upload a file, or start a conversation with the AI.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Edit,
|
||||
title: "3. Input Your Request", description: "Type your prompt, upload a file, or start a conversation with the AI.", bentoComponent: "reveal-icon", icon: Edit,
|
||||
},
|
||||
{
|
||||
title: "4. Get Instant Results",
|
||||
description: "Watch AI generate content, code, images, or answers in real-time with streaming responses.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "4. Get Instant Results", description: "Watch AI generate content, code, images, or answers in real-time with streaming responses.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "5. Download & Share",
|
||||
description: "Save your results, download files, export content, or share directly to your favorite platforms.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Download,
|
||||
title: "5. Download & Share", description: "Save your results, download files, export content, or share directly to your favorite platforms.", bentoComponent: "reveal-icon", icon: Download,
|
||||
},
|
||||
{
|
||||
title: "6. Manage & Scale",
|
||||
description: "Track usage, upgrade your plan, and access premium features as you grow.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
title: "6. Manage & Scale", description: "Track usage, upgrade your plan, and access premium features as you grow.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -308,85 +238,29 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "SmartAI",
|
||||
name: "AI Writer",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png?_wi=2",
|
||||
imageAlt: "AI Writer Tool",
|
||||
},
|
||||
id: "1", brand: "SmartAI", name: "AI Writer", price: "Included", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-grid-display-of-ai-tools-including-ai--1773139936484-a68e2a73.png", imageAlt: "AI Writer Tool"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "SmartAI",
|
||||
name: "Email Generator",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png?_wi=2",
|
||||
imageAlt: "Email Generator Tool",
|
||||
},
|
||||
id: "2", brand: "SmartAI", name: "Email Generator", price: "Included", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-sleek-minimalist-icon-representing-ai--1773139934996-dc261beb.png", imageAlt: "Email Generator Tool"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SmartAI",
|
||||
name: "Resume Builder",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-clean-file-upload-interface-showing-pd-1773139936502-bd62f584.png?_wi=1",
|
||||
imageAlt: "Resume Builder Tool",
|
||||
},
|
||||
id: "3", brand: "SmartAI", name: "Resume Builder", price: "Included", rating: 5,
|
||||
reviewCount: "3.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-clean-file-upload-interface-showing-pd-1773139936502-bd62f584.png", imageAlt: "Resume Builder Tool"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "SmartAI",
|
||||
name: "Business Idea Generator",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png?_wi=2",
|
||||
imageAlt: "Business Idea Generator",
|
||||
},
|
||||
id: "4", brand: "SmartAI", name: "Business Idea Generator", price: "Included", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/an-image-generation-interface-showing-a--1773139935677-7320fdb4.png", imageAlt: "Business Idea Generator"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "SmartAI",
|
||||
name: "Study Helper",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "2.9k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-code-assistant-interface-featuring-a-c-1773139935545-d9e2d488.png?_wi=1",
|
||||
imageAlt: "Study Helper Tool",
|
||||
},
|
||||
id: "5", brand: "SmartAI", name: "Study Helper", price: "Included", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-code-assistant-interface-featuring-a-c-1773139935545-d9e2d488.png", imageAlt: "Study Helper Tool"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "SmartAI",
|
||||
name: "Blog Post Generator",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png?_wi=2",
|
||||
imageAlt: "Blog Post Generator",
|
||||
},
|
||||
id: "6", brand: "SmartAI", name: "Blog Post Generator", price: "Included", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/a-modern-sleek-ai-assistant-dashboard-in-1773139935211-f7242e74.png", imageAlt: "Blog Post Generator"},
|
||||
{
|
||||
id: "7",
|
||||
brand: "SmartAI",
|
||||
name: "YouTube Script Generator",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "1.7k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/step-1-illustration-a-user-signing-up-an-1773139937002-d4d62eb1.png?_wi=1",
|
||||
imageAlt: "YouTube Script Generator",
|
||||
},
|
||||
id: "7", brand: "SmartAI", name: "YouTube Script Generator", price: "Included", rating: 5,
|
||||
reviewCount: "1.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/step-1-illustration-a-user-signing-up-an-1773139937002-d4d62eb1.png", imageAlt: "YouTube Script Generator"},
|
||||
{
|
||||
id: "8",
|
||||
brand: "SmartAI",
|
||||
name: "Social Media Caption Generator",
|
||||
price: "Included",
|
||||
rating: 5,
|
||||
reviewCount: "3.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/step-2-illustration-a-user-selecting-an--1773139935730-d943e1b6.png?_wi=1",
|
||||
imageAlt: "Social Media Caption Generator",
|
||||
},
|
||||
id: "8", brand: "SmartAI", name: "Social Media Caption Generator", price: "Included", rating: 5,
|
||||
reviewCount: "3.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/step-2-illustration-a-user-selecting-an--1773139935730-d943e1b6.png", imageAlt: "Social Media Caption Generator"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -404,59 +278,23 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Student",
|
||||
company: "University of California",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-student-looki-1773139934982-c3a48bbb.png",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Student", company: "University of California", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-student-looki-1773139934982-c3a48bbb.png", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Content Creator",
|
||||
company: "Creative Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-content-creat-1773139940130-a9bd7fa1.png",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson", role: "Content Creator", company: "Creative Studio", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-content-creat-1773139940130-a9bd7fa1.png", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Patel",
|
||||
role: "Software Developer",
|
||||
company: "Tech Startup",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-software-deve-1773139934867-f883fcf7.png",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
id: "3", name: "Priya Patel", role: "Software Developer", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-software-deve-1773139934867-f883fcf7.png", imageAlt: "Priya Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Rodriguez",
|
||||
role: "Business Owner",
|
||||
company: "E-commerce Business",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-business-owne-1773139934688-bae57321.png",
|
||||
imageAlt: "David Rodriguez",
|
||||
},
|
||||
id: "4", name: "David Rodriguez", role: "Business Owner", company: "E-commerce Business", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-business-owne-1773139934688-bae57321.png", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emma Wilson",
|
||||
role: "Researcher",
|
||||
company: "Research Institute",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-researcher-or-1773139936058-5f6d5ebc.png",
|
||||
imageAlt: "Emma Wilson",
|
||||
},
|
||||
id: "5", name: "Emma Wilson", role: "Researcher", company: "Research Institute", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-researcher-or-1773139936058-5f6d5ebc.png", imageAlt: "Emma Wilson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Kim",
|
||||
role: "Marketing Manager",
|
||||
company: "Digital Agency",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-marketing-pro-1773139935253-d4cd7d01.png",
|
||||
imageAlt: "James Kim",
|
||||
},
|
||||
id: "6", name: "James Kim", role: "Marketing Manager", company: "Digital Agency", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Akaw0DhSl1B0sHkNxUHVK0qmM2/professional-headshot-of-a-marketing-pro-1773139935253-d4cd7d01.png", imageAlt: "James Kim"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -473,69 +311,25 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
tag: "Free Plan",
|
||||
tagIcon: Zap,
|
||||
price: "$0",
|
||||
period: "/month",
|
||||
description: "Perfect for trying out SmartAI. Limited messages and basic features.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "/auth",
|
||||
},
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"50 messages per day",
|
||||
"Basic AI models only",
|
||||
"Standard response speed",
|
||||
"Ads enabled",
|
||||
"Community support",
|
||||
],
|
||||
id: "free", tag: "Free Plan", tagIcon: Zap,
|
||||
price: "$0", period: "/month", description: "Perfect for trying out SmartAI. Limited messages and basic features.", button: {
|
||||
text: "Get Started", href: "/auth"},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"50 messages per day", "Basic AI models only", "Standard response speed", "Ads enabled", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Pro Plan",
|
||||
tagIcon: Crown,
|
||||
price: "$19",
|
||||
period: "/month",
|
||||
description: "Unlimited conversations, premium models, and advanced features.",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "/auth",
|
||||
},
|
||||
featuresTitle: "Everything in Free, plus:",
|
||||
features: [
|
||||
"Unlimited messages",
|
||||
"Access to all AI models",
|
||||
"Faster response speed",
|
||||
"100 image generations/month",
|
||||
"File upload support",
|
||||
"Priority support",
|
||||
"No ads",
|
||||
],
|
||||
id: "pro", tag: "Pro Plan", tagIcon: Crown,
|
||||
price: "$19", period: "/month", description: "Unlimited conversations, premium models, and advanced features.", button: {
|
||||
text: "Start Free Trial", href: "/auth"},
|
||||
featuresTitle: "Everything in Free, plus:", features: [
|
||||
"Unlimited messages", "Access to all AI models", "Faster response speed", "100 image generations/month", "File upload support", "Priority support", "No ads"],
|
||||
},
|
||||
{
|
||||
id: "business",
|
||||
tag: "Business Plan",
|
||||
tagIcon: Zap,
|
||||
price: "$99",
|
||||
period: "/month",
|
||||
description: "Team collaboration, API access, and enterprise analytics.",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
featuresTitle: "Everything in Pro, plus:",
|
||||
features: [
|
||||
"Team collaboration (up to 10 users)",
|
||||
"API access",
|
||||
"Advanced analytics dashboard",
|
||||
"Unlimited image generations",
|
||||
"Custom integrations",
|
||||
"Dedicated account manager",
|
||||
"SLA support",
|
||||
"White-label options",
|
||||
],
|
||||
id: "business", tag: "Business Plan", tagIcon: Zap,
|
||||
price: "$99", period: "/month", description: "Team collaboration, API access, and enterprise analytics.", button: {
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Team collaboration (up to 10 users)", "API access", "Advanced analytics dashboard", "Unlimited image generations", "Custom integrations", "Dedicated account manager", "SLA support", "White-label options"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -558,55 +352,25 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is SmartAI?",
|
||||
content: "SmartAI is a comprehensive AI assistant platform that combines ChatGPT-like chat functionality with specialized AI tools for content generation, coding assistance, image creation, and more. It gives you access to multiple advanced AI models (GPT, Claude, Gemini) from a single, intuitive dashboard.",
|
||||
},
|
||||
id: "1", title: "What is SmartAI?", content: "SmartAI is a comprehensive AI assistant platform that combines ChatGPT-like chat functionality with specialized AI tools for content generation, coding assistance, image creation, and more. It gives you access to multiple advanced AI models (GPT, Claude, Gemini) from a single, intuitive dashboard."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Which AI models does SmartAI support?",
|
||||
content: "SmartAI integrates with OpenAI's GPT models, Anthropic's Claude, and Google Gemini. Users can switch between models based on their needs. The Free plan includes basic models, while Pro and Business plans unlock access to premium versions and faster processing.",
|
||||
},
|
||||
id: "2", title: "Which AI models does SmartAI support?", content: "SmartAI integrates with OpenAI's GPT models, Anthropic's Claude, and Google Gemini. Users can switch between models based on their needs. The Free plan includes basic models, while Pro and Business plans unlock access to premium versions and faster processing."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How many messages can I send?",
|
||||
content: "The Free plan allows 50 messages per day. Pro and Business plan users have unlimited messages. Each plan also includes different speeds for response generation.",
|
||||
},
|
||||
id: "3", title: "How many messages can I send?", content: "The Free plan allows 50 messages per day. Pro and Business plan users have unlimited messages. Each plan also includes different speeds for response generation."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I upload files to SmartAI?",
|
||||
content: "Yes! Pro and Business plan users can upload PDF, DOCX, TXT, and image files. SmartAI can summarize documents, answer questions about them, and extract important information automatically.",
|
||||
},
|
||||
id: "4", title: "Can I upload files to SmartAI?", content: "Yes! Pro and Business plan users can upload PDF, DOCX, TXT, and image files. SmartAI can summarize documents, answer questions about them, and extract important information automatically."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How does image generation work?",
|
||||
content: "You can describe the image you want (e.g., 'A futuristic cyberpunk city at sunset'), select a style, and SmartAI generates multiple options. Pro users get 100 generations per month, while Business users have unlimited generations.",
|
||||
},
|
||||
id: "5", title: "How does image generation work?", content: "You can describe the image you want (e.g., 'A futuristic cyberpunk city at sunset'), select a style, and SmartAI generates multiple options. Pro users get 100 generations per month, while Business users have unlimited generations."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a free trial?",
|
||||
content: "Yes! The Free plan is completely free with basic features. Pro and Business plan users can start with a free trial period before committing to a subscription.",
|
||||
},
|
||||
id: "6", title: "Is there a free trial?", content: "Yes! The Free plan is completely free with basic features. Pro and Business plan users can start with a free trial period before committing to a subscription."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can I use SmartAI for commercial purposes?",
|
||||
content: "Yes, all plans can be used commercially. Business plan users get additional features like team collaboration, API access, and custom integrations for enterprise use.",
|
||||
},
|
||||
id: "7", title: "Can I use SmartAI for commercial purposes?", content: "Yes, all plans can be used commercially. Business plan users get additional features like team collaboration, API access, and custom integrations for enterprise use."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How is my data stored and protected?",
|
||||
content: "SmartAI uses enterprise-grade encryption and secure data storage. We comply with GDPR and other data protection regulations. Your data is never used to train our AI models—it's kept private and secure.",
|
||||
},
|
||||
id: "8", title: "How is my data stored and protected?", content: "SmartAI uses enterprise-grade encryption and secure data storage. We comply with GDPR and other data protection regulations. Your data is never used to train our AI models—it's kept private and secure."},
|
||||
{
|
||||
id: "9",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content: "Absolutely! You can cancel your Pro or Business subscription anytime with no hidden fees or long-term contracts. Your access continues until the end of your billing cycle.",
|
||||
},
|
||||
id: "9", title: "Can I cancel my subscription anytime?", content: "Absolutely! You can cancel your Pro or Business subscription anytime with no hidden fees or long-term contracts. Your access continues until the end of your billing cycle."},
|
||||
{
|
||||
id: "10",
|
||||
title: "Is there team collaboration support?",
|
||||
content: "Team collaboration is available on the Business plan. Up to 10 team members can work together on projects, share prompts, and collaborate on content generation and analysis.",
|
||||
},
|
||||
id: "10", title: "Is there team collaboration support?", content: "Team collaboration is available on the Business plan. Up to 10 team members can work together on projects, share prompts, and collaborate on content generation and analysis."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -618,101 +382,61 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "How It Works",
|
||||
href: "#how-it-works",
|
||||
},
|
||||
label: "How It Works", href: "#how-it-works"},
|
||||
{
|
||||
label: "AI Tools",
|
||||
href: "#ai-tools",
|
||||
},
|
||||
label: "AI Tools", href: "#ai-tools"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
{
|
||||
label: "Chat",
|
||||
href: "/chat",
|
||||
},
|
||||
label: "Chat", href: "/chat"},
|
||||
{
|
||||
label: "Tools",
|
||||
href: "/tools",
|
||||
},
|
||||
label: "Tools", href: "/tools"},
|
||||
{
|
||||
label: "Settings",
|
||||
href: "/settings",
|
||||
},
|
||||
label: "Settings", href: "/settings"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
label: "Support", href: "/support"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/smartai",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/smartai"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://linkedin.com/company/smartai",
|
||||
},
|
||||
label: "LinkedIn", href: "https://linkedin.com/company/smartai"},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/smartai",
|
||||
},
|
||||
label: "GitHub", href: "https://github.com/smartai"},
|
||||
{
|
||||
label: "Discord",
|
||||
href: "https://discord.com/smartai",
|
||||
},
|
||||
label: "Discord", href: "https://discord.com/smartai"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "/security",
|
||||
},
|
||||
label: "Security", href: "/security"},
|
||||
{
|
||||
label: "Status",
|
||||
href: "/status",
|
||||
},
|
||||
label: "Status", href: "/status"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user