Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-19 07:33:14 +00:00

View File

@@ -38,6 +38,7 @@ import {
Mail,
BookOpen,
User,
Smartphone,
} from "lucide-react";
export default function HomePage() {
@@ -111,68 +112,50 @@ export default function HomePage() {
brandName="AIRBRONE AI"
navItems={navItems}
button={{
text: "Get Started Free",
href: "/auth/login",
}}
text: "Start Free Trial", href: "/auth/register"}}
/>
</div>
{/* Hero Section */}
<div id="hero" data-section="hero" className="relative overflow-hidden">
<HeroBillboardCarousel
title="Meet AIRBRONE AI - Your Intelligent Assistant"
description="Four powerful AI modes combining Gemini and ChatGPT intelligence. Study, code, manage business, and research with seamless AI integration across iOS, iPadOS, and Android."
title="AIRBRONE AI - Four Powerful AI Modes in One"
description="Combine the power of Google Gemini and OpenAI ChatGPT. Study, code, manage business, and research with seamless AI integration across iOS, iPadOS, and Android. Start your free 1-day trial now."
background={{ variant: "animated-grid" }}
tag="AI-Powered Platform"
tag="Free 1-Day Trial"
tagIcon={Zap}
tagAnimation="slide-up"
buttons={[
{
text: "Start Free Trial",
href: "/auth/register",
},
text: "Start Free Trial", href: "/auth/register"},
{
text: "Watch Demo",
href: "#demo",
},
text: "Watch Demo", href: "#features"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/modern-ai-application-dashboard-with-cle-1773905442678-2f17b25a.png?_wi=1",
imageAlt: "AIRBRONE AI Main Dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/modern-ai-application-dashboard-with-cle-1773905442678-2f17b25a.png?_wi=1", imageAlt: "AIRBRONE AI Main Dashboard"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/educational-ai-study-mode-interface-show-1773905442614-c68979aa.png?_wi=1",
imageAlt: "Study Helper Mode Interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/educational-ai-study-mode-interface-show-1773905442614-c68979aa.png?_wi=1", imageAlt: "Study Helper Mode Interface"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/developer-code-editor-interface-showing--1773905444256-87f6b027.png?_wi=1",
imageAlt: "Code Helper Developer Interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/developer-code-editor-interface-showing--1773905444256-87f6b027.png?_wi=1", imageAlt: "Code Helper Developer Interface"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/business-intelligence-dashboard-with-ana-1773905443382-e57d5934.png",
imageAlt: "Business Intelligence Dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/business-intelligence-dashboard-with-ana-1773905443382-e57d5934.png", imageAlt: "Business Intelligence Dashboard"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/advanced-research-analysis-tool-interfac-1773905443161-0ed15881.png",
imageAlt: "Deep Research Analysis Tool",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/advanced-research-analysis-tool-interfac-1773905443161-0ed15881.png", imageAlt: "Deep Research Analysis Tool"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/airbrone-ai-mobile-app-interface-showing-1773905443504-c82b0832.png",
imageAlt: "Mobile Application Interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/airbrone-ai-mobile-app-interface-showing-1773905443504-c82b0832.png", imageAlt: "Mobile Application Interface"},
]}
ariaLabel="AIRBRONE AI Hero Section"
/>
</div>
{/* Features Section */}
{/* Four Helper Modes Section */}
<div id="features" data-section="features" className="py-16 md:py-24">
<FeatureBento
title="Four Intelligent AI Modes"
description="Each mode is powered by combined Gemini and ChatGPT intelligence for maximum accuracy and capabilities."
tag="AI Capabilities"
title="Four Specialized AI Helper Modes"
description="Each mode combines Gemini and ChatGPT intelligence for maximum accuracy and capabilities tailored to your specific needs."
tag="AI Helper Modes"
tagIcon={Brain}
tagAnimation="slide-up"
textboxLayout="default"
@@ -180,32 +163,19 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "Study Helper Mode",
description: "Personalized learning with AI tutoring, homework assistance, exam preparation, and adaptive learning paths.",
bentoComponent: "chat",
aiIcon: BookOpen,
title: "Study Helper", description: "Personalized learning with AI tutoring, homework assistance, exam preparation, and adaptive learning paths for students of all levels.", bentoComponent: "chat", aiIcon: BookOpen,
userIcon: User,
placeholder: "Ask me anything about your studies...",
exchanges: [
placeholder: "Ask me anything about your studies...", exchanges: [
{
userMessage: "How do I solve quadratic equations?",
aiResponse: "Quadratic equations can be solved using the quadratic formula: x = (-b ± √(b²-4ac)) / 2a. Let me break this down step by step for you...",
},
userMessage: "How do I solve quadratic equations?", aiResponse: "Quadratic equations use the formula: x = (-b ± √(b²-4ac)) / 2a. Let me break this down step by step for you..."},
{
userMessage: "Can you explain photosynthesis?",
aiResponse: "Photosynthesis is the process plants use to convert light energy into chemical energy. It occurs in two main stages: the light-dependent reactions and the Calvin cycle...",
},
userMessage: "Can you explain photosynthesis?", aiResponse: "Photosynthesis is the process plants use to convert light energy into chemical energy. It occurs in two main stages..."},
],
},
{
title: "Agent Code Helper Mode",
description: "Professional code generation, debugging, optimization, and multi-language support for developers.",
bentoComponent: "phone",
statusIcon: Code2,
title: "Agent Code Helper", description: "Professional code generation, debugging, optimization, and multi-language support for developers. Supports 50+ programming languages.", bentoComponent: "phone", statusIcon: Code2,
alertIcon: AlertCircle,
alertTitle: "Code Review",
alertMessage: "Optimization suggestions ready",
apps: [
alertTitle: "Code Review", alertMessage: "Optimization suggestions ready", apps: [
{ name: "JavaScript", icon: Code },
{ name: "Python", icon: Code2 },
{ name: "React", icon: Code },
@@ -217,32 +187,20 @@ export default function HomePage() {
],
},
{
title: "Business Helper Mode",
description: "Business analytics, market insights, strategic planning, and enterprise intelligence.",
bentoComponent: "icon-info-cards",
items: [
title: "Business Helper", description: "Business analytics, market insights, competitive intelligence, and strategic planning for enterprise decision-makers.", bentoComponent: "icon-info-cards", items: [
{
icon: TrendingUp,
label: "Market Analysis",
value: "Real-time insights",
},
label: "Market Analysis", value: "Real-time insights"},
{
icon: BarChart3,
label: "Analytics",
value: "Data visualization",
},
label: "Analytics", value: "Data visualization"},
{
icon: PieChart,
label: "Reports",
value: "Comprehensive data",
},
label: "Reports", value: "Comprehensive data"},
],
},
{
title: "Deep Research Mode",
description: "Advanced research capabilities, comprehensive analysis, and knowledge synthesis.",
bentoComponent: "orbiting-icons",
centerIcon: Search,
title: "Deep Research Mode", description: "Advanced research capabilities, comprehensive analysis, and knowledge synthesis from multiple sources with instant aggregation.", bentoComponent: "orbiting-icons", centerIcon: Search,
items: [
{ icon: BookMarked, ring: 1 },
{ icon: Lightbulb, ring: 1 },
@@ -255,13 +213,13 @@ export default function HomePage() {
/>
</div>
{/* Products Section */}
<div id="products" data-section="products" className="py-16 md:py-24">
{/* Cross-Platform Availability Section */}
<div id="platforms" data-section="platforms" className="py-16 md:py-24">
<ProductCardOne
title="Premium Features"
description="Experience the full power of AIRBRONE AI with our premium features designed for maximum productivity."
tag="Premium"
tagIcon={Crown}
title="Available on All Platforms"
description="AIRBRONE AI works seamlessly across iOS, iPadOS, and Android devices with full synchronization and offline support."
tag="Cross-Platform"
tagIcon={Smartphone}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -269,25 +227,59 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Unlimited Queries",
price: "Premium Feature",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/unlimited-query-capabilities-visualizati-1773905444244-05921507.png?_wi=1",
imageAlt: "Unlimited AI Queries",
id: "ios", name: "iOS App", price: "iPhone & iPad Pro", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/modern-ai-application-dashboard-with-cle-1773905442678-2f17b25a.png?_wi=1", imageAlt: "iOS App Interface"},
{
id: "ipad", name: "iPadOS App", price: "iPad & iPad Air", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/educational-ai-study-mode-interface-show-1773905442614-c68979aa.png?_wi=1", imageAlt: "iPadOS App Interface"},
{
id: "android", name: "Android App", price: "Android 8.0+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/airbrone-ai-mobile-app-interface-showing-1773905443504-c82b0832.png", imageAlt: "Android App Interface"},
]}
/>
</div>
{/* AI Integration Section */}
<div id="ai-integration" data-section="ai-integration" className="py-16 md:py-24">
<FeatureBento
title="Powered by Gemini + ChatGPT"
description="Leverage the combined intelligence of Google Gemini and OpenAI ChatGPT for superior accuracy, multi-perspective analysis, and best-in-class AI capabilities."
tag="AI Integration"
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Google Gemini Integration", description: "Direct integration with Google's advanced AI model for complex analysis, reasoning, and multi-modal understanding.", bentoComponent: "icon-info-cards", items: [
{
icon: Brain,
label: "Advanced Reasoning", value: "Multi-step analysis"},
{
icon: Lightbulb,
label: "Insights", value: "Deep understanding"},
{
icon: Zap,
label: "Speed", value: "Instant responses"},
],
},
{
id: "2",
name: "Priority Support",
price: "24/7 Available",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/24-7-customer-support-illustration-showi-1773905443468-7e63add5.png?_wi=1",
imageAlt: "Priority Support Access",
title: "OpenAI ChatGPT Integration", description: "Seamless ChatGPT API access for conversational AI, natural language processing, and contextual understanding at scale.", bentoComponent: "chat", aiIcon: Brain,
userIcon: Users,
placeholder: "Ask anything, get instant answers...", exchanges: [
{
userMessage: "What's the best way to learn programming?", aiResponse: "Learning programming effectively requires a structured approach: start with fundamentals, practice consistently, build projects, and learn from code reviews. Here's a personalized roadmap for you..."},
{
userMessage: "How can I improve my business strategy?", aiResponse: "Effective business strategy involves analyzing market trends, understanding customer needs, and identifying competitive advantages. Let me create a strategic framework tailored to your industry..."},
],
},
{
id: "3",
name: "Advanced Analytics",
price: "Real-time Data",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/advanced-analytics-dashboard-showing-rea-1773905443061-987aff26.png?_wi=1",
imageAlt: "Advanced Analytics Dashboard",
title: "Dual-AI Redundancy", description: "Automatic failover and backup ensures uninterrupted service. If one AI model is unavailable, the other seamlessly takes over.", bentoComponent: "orbiting-icons", centerIcon: Shield,
items: [
{ icon: Zap, ring: 1 },
{ icon: Shield, ring: 1 },
{ icon: Database, ring: 2 },
{ icon: Globe, ring: 2 },
{ icon: Activity, ring: 3 },
],
},
]}
/>
@@ -297,7 +289,7 @@ export default function HomePage() {
<div id="pricing" data-section="pricing" className="py-16 md:py-24">
<PricingCardNine
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your needs. Start free for 1 day, then select your subscription."
description="Start with a free 1-day trial. No credit card required. Choose the perfect plan for your needs."
tag="Pricing"
tagIcon={Tag}
tagAnimation="slide-up"
@@ -306,97 +298,34 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "study",
title: "Study Helper",
price: "₹749",
period: "per month",
features: [
"Unlimited homework help",
"AI tutor availability",
"Study materials",
"Exam preparation",
"Progress tracking",
],
id: "study", title: "Study Helper", price: "₹749", period: "per month", features: [
"Unlimited homework help", "AI tutor availability", "Study materials", "Exam preparation", "Progress tracking"],
button: {
text: "Subscribe Now",
href: "/checkout?plan=study",
},
text: "Start Free Trial", href: "/auth/register"},
},
{
id: "code",
title: "Agent Code Helper",
price: "₹1,999",
period: "per month",
features: [
"Code generation",
"Debugging assistance",
"Multi-language support",
"Performance optimization",
"Code review analytics",
"Priority response time",
],
id: "code", title: "Agent Code Helper", price: "₹1,999", period: "per month", features: [
"Code generation", "Debugging assistance", "Multi-language support", "Performance optimization", "Code review analytics", "Priority response time"],
button: {
text: "Subscribe Now",
href: "/checkout?plan=code",
},
text: "Start Free Trial", href: "/auth/register"},
},
{
id: "business",
title: "Business Helper",
price: "₹2,999",
period: "per month",
features: [
"Business analytics",
"Market insights",
"Strategic planning",
"Competitor analysis",
"Enterprise reports",
"Team collaboration",
"API access",
],
id: "business", title: "Business Helper", price: "₹2,999", period: "per month", features: [
"Business analytics", "Market insights", "Strategic planning", "Competitor analysis", "Enterprise reports", "Team collaboration", "API access"],
button: {
text: "Subscribe Now",
href: "/checkout?plan=business",
},
text: "Start Free Trial", href: "/auth/register"},
},
{
id: "research",
title: "Deep Research",
price: "₹3,359",
period: "per month",
features: [
"Advanced research tools",
"Comprehensive analysis",
"Knowledge synthesis",
"Data aggregation",
"Custom reports",
"White-label options",
"Dedicated support",
],
id: "research", title: "Deep Research", price: "₹3,359", period: "per month", features: [
"Advanced research tools", "Comprehensive analysis", "Knowledge synthesis", "Data aggregation", "Custom reports", "White-label options", "Dedicated support"],
button: {
text: "Subscribe Now",
href: "/checkout?plan=research",
},
text: "Start Free Trial", href: "/auth/register"},
},
{
id: "combo",
title: "Ultimate Combo",
price: "₹8,999",
period: "per month",
features: [
"All four AI modes included",
"Unlimited queries",
"Priority 24/7 support",
"Advanced analytics",
"Team management",
"API access",
"Custom integrations",
"White-label option",
],
id: "combo", title: "Ultimate Combo", price: "₹8,999", period: "per month", features: [
"All four AI modes included", "Unlimited queries", "Priority 24/7 support", "Advanced analytics", "Team management", "API access", "Custom integrations", "White-label option"],
button: {
text: "Subscribe Now",
href: "/checkout?plan=combo",
},
text: "Start Free Trial", href: "/auth/register"},
},
]}
/>
@@ -427,8 +356,8 @@ export default function HomePage() {
{/* Metrics Section */}
<div id="metrics" data-section="metrics" className="py-16 md:py-24">
<MetricCardThree
title="Platform Performance"
description="Real-time metrics showcasing AIRBRONE AI's reliability and capability."
title="Platform Performance & Reliability"
description="Real-time metrics showcasing AIRBRONE AI's reliability, speed, and enterprise-grade capabilities."
tag="Performance"
tagIcon={Activity}
tagAnimation="slide-up"
@@ -437,29 +366,17 @@ export default function HomePage() {
animationType="depth-3d"
metrics={[
{
id: "1",
icon: Zap,
title: "Response Time",
value: "<100ms",
},
id: "1", icon: Zap,
title: "Response Time", value: "<100ms"},
{
id: "2",
icon: Users,
title: "Concurrent Users",
value: "10,000+",
},
id: "2", icon: Users,
title: "Concurrent Users", value: "10,000+"},
{
id: "3",
icon: Globe,
title: "Global Coverage",
value: "50+ Countries",
},
id: "3", icon: Globe,
title: "Global Coverage", value: "50+ Countries"},
{
id: "4",
icon: Shield,
title: "Security Score",
value: "A+",
},
id: "4", icon: Shield,
title: "Security Score", value: "A+"},
]}
/>
</div>
@@ -475,53 +392,17 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Game Changer for Studies",
quote: "AIRBRONE AI's Study Helper mode completely transformed my learning approach. The explanations are so clear and personalized!",
name: "Priya Sharma",
role: "Medical Student",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-photo-of-a-young-indian-fem-1773905442253-419dd7b6.png",
},
id: "1", title: "Game Changer for Studies", quote: "AIRBRONE AI's Study Helper mode completely transformed my learning approach. The explanations are so clear and personalized!", name: "Priya Sharma", role: "Medical Student", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-photo-of-a-young-indian-fem-1773905442253-419dd7b6.png"},
{
id: "2",
title: "Developer's Best Friend",
quote: "The Code Helper mode saved me weeks of debugging. Multi-language support is incredible. It's like having a senior developer on speed dial.",
name: "Raj Kumar",
role: "Software Engineer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-a-young-indian--1773905442644-45d6b2bd.png",
},
id: "2", title: "Developer's Best Friend", quote: "The Code Helper mode saved me weeks of debugging. Multi-language support is incredible. It's like having a senior developer on speed dial.", name: "Raj Kumar", role: "Software Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-a-young-indian--1773905442644-45d6b2bd.png"},
{
id: "3",
title: "Business Intelligence Simplified",
quote: "The Business Helper mode provides insights we used to spend hours generating manually. Now it's instantaneous and incredibly accurate.",
name: "Ananya Verma",
role: "Business Analyst",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-an-indian-femal-1773905442065-65eda6f1.png",
},
id: "3", title: "Business Intelligence Simplified", quote: "The Business Helper mode provides insights we used to spend hours generating manually. Now it's instantaneous and incredibly accurate.", name: "Ananya Verma", role: "Business Analyst", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-an-indian-femal-1773905442065-65eda6f1.png"},
{
id: "4",
title: "Research Made Effortless",
quote: "Deep Research mode synthesizes complex information better than I ever could manually. This tool is invaluable for my PhD work.",
name: "Dr. Vikram Singh",
role: "Research Scholar",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-dr-vikram-singh-1773905443008-6ba57ac2.png",
},
id: "4", title: "Research Made Effortless", quote: "Deep Research mode synthesizes complex information better than I ever could manually. This tool is invaluable for my PhD work.", name: "Dr. Vikram Singh", role: "Research Scholar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-dr-vikram-singh-1773905443008-6ba57ac2.png"},
{
id: "5",
title: "Best Cross-Platform Experience",
quote: "Using AIRBRONE AI seamlessly across my iPhone, iPad, and Android tablet. The synchronization is flawless!",
name: "Neha Patel",
role: "Entrepreneur",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-a-young-indian--1773905442392-8cb7cede.png",
},
id: "5", title: "Best Cross-Platform Experience", quote: "Using AIRBRONE AI seamlessly across my iPhone, iPad, and Android tablet. The synchronization is flawless!", name: "Neha Patel", role: "Entrepreneur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-a-young-indian--1773905442392-8cb7cede.png"},
{
id: "6",
title: "Exceptional Customer Support",
quote: "The 24/7 support team is incredibly responsive. They genuinely care about helping users succeed with the platform.",
name: "Arjun Desai",
role: "Tech Startup Founder",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-arjun-desai-you-1773905442336-c5e9cefb.png",
},
id: "6", title: "Exceptional Customer Support", quote: "The 24/7 support team is incredibly responsive. They genuinely care about helping users succeed with the platform.", name: "Arjun Desai", role: "Tech Startup Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/professional-headshot-of-arjun-desai-you-1773905442336-c5e9cefb.png"},
]}
/>
</div>
@@ -541,35 +422,17 @@ export default function HomePage() {
imageAlt="FAQ Support"
faqs={[
{
id: "1",
title: "What makes AIRBRONE AI different?",
content: "AIRBRONE AI uniquely combines Google Gemini and OpenAI ChatGPT intelligence into one seamless platform. Our four specialized AI modes are optimized for specific use cases - studying, coding, business, and research - with superior accuracy and contextual understanding.",
},
id: "1", title: "What makes AIRBRONE AI different?", content: "AIRBRONE AI uniquely combines Google Gemini and OpenAI ChatGPT intelligence into one seamless platform. Our four specialized AI modes are optimized for specific use cases - studying, coding, business, and research - with superior accuracy and contextual understanding."},
{
id: "2",
title: "Can I use the free trial across all platforms?",
content: "Yes! Your free 1-day trial works seamlessly across iOS, iPadOS, and Android devices. Your progress syncs automatically, so you can switch between devices without losing any data or conversation history.",
},
id: "2", title: "What is included in the free 1-day trial?", content: "The free 1-day trial gives you full access to all four AI helper modes: Study Helper, Agent Code Helper, Business Helper, and Deep Research. No credit card required. After the trial, choose your preferred subscription plan."},
{
id: "3",
title: "How secure is my data?",
content: "We employ enterprise-grade encryption (AES-256) for all data in transit and at rest. User conversations are protected with end-to-end encryption, and we comply with GDPR and data protection regulations. Your data is never shared with third parties.",
},
id: "3", title: "Is AIRBRONE AI available on mobile?", content: "Yes! AIRBRONE AI is available on iOS (iPhone, iPad), iPadOS (iPad Air, iPad Pro), and Android devices. All versions sync seamlessly, so you can start a conversation on one device and continue on another."},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept all major payment methods including UPI (7655019291@fam), credit/debit cards, net banking, and digital wallets. All transactions are processed through secure payment gateways with 256-bit SSL encryption.",
},
id: "4", title: "How secure is my data?", content: "We employ enterprise-grade encryption (AES-256) for all data in transit and at rest. User conversations are protected with end-to-end encryption, and we comply with GDPR and data protection regulations. Your data is never shared with third parties."},
{
id: "5",
title: "Can I switch between subscription plans?",
content: "Absolutely! You can upgrade, downgrade, or switch between plans anytime. Changes take effect immediately, and we'll prorate any charges or credits based on your current billing cycle.",
},
id: "5", title: "Can I use both Gemini and ChatGPT simultaneously?", content: "Yes! AIRBRONE AI intelligently leverages both Gemini and ChatGPT simultaneously for optimal results. You get dual-AI verification, faster processing, and more accurate answers compared to using either AI alone."},
{
id: "6",
title: "Is API access available?",
content: "Yes! Business Helper, Deep Research, and Ultimate Combo plans include API access. Developers can integrate AIRBRONE AI's intelligence into their own applications with comprehensive documentation and SDKs.",
},
id: "6", title: "What payment methods do you accept?", content: "We accept all major payment methods including UPI, credit/debit cards, net banking, and digital wallets. All transactions are processed through secure payment gateways with 256-bit SSL encryption."},
]}
/>
</div>
@@ -579,7 +442,7 @@ export default function HomePage() {
<ContactSplit
tag="Get In Touch"
title="Contact AIRBRONE AI"
description="Have questions? Our support team is here to help. Reach out via email, phone, or the contact form below."
description="Have questions about AIRBRONE AI? Our support team is here to help. Reach out via email, phone, or the contact form below. We respond within 2 hours."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
@@ -602,4 +465,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}