Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-19 07:35:06 +00:00
parent 84ed6a9f11
commit af1b3b6187

View File

@@ -38,9 +38,6 @@ import {
Mail,
BookOpen,
User,
Smartphone,
Apple,
Download,
} from "lucide-react";
export default function HomePage() {
@@ -114,7 +111,9 @@ export default function HomePage() {
brandName="AIRBRONE AI"
navItems={navItems}
button={{
text: "Get Started Free", href: "/auth/login"}}
text: "Get Started Free",
href: "/auth/login",
}}
/>
</div>
@@ -122,42 +121,58 @@ export default function HomePage() {
<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. Start with a free 1-day trial today."
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."
background={{ variant: "animated-grid" }}
tag="Free 1-Day Trial"
tag="AI-Powered Platform"
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: "#demo",
},
]}
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>
{/* Four Helper Modes Section */}
{/* Features Section */}
<div id="features" data-section="features" className="py-16 md:py-24">
<FeatureBento
title="Four Intelligent AI Modes Powered by Gemini & ChatGPT"
description="Each mode combines Google Gemini and OpenAI ChatGPT intelligence for maximum accuracy, reliability, and versatility."
tag="AI Helper Modes"
title="Four Intelligent AI Modes"
description="Each mode is powered by combined Gemini and ChatGPT intelligence for maximum accuracy and capabilities."
tag="AI Capabilities"
tagIcon={Brain}
tagAnimation="slide-up"
textboxLayout="default"
@@ -165,19 +180,32 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
title: "Study Helper", description: "Your personal AI tutor - homework assistance, exam preparation, personalized learning paths, and adaptive tutoring for academic excellence.", bentoComponent: "chat", aiIcon: BookOpen,
title: "Study Helper Mode",
description: "Personalized learning with AI tutoring, homework assistance, exam preparation, and adaptive learning paths.",
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 use the formula x = (-b ± √(b²-4ac)) / 2a. Let me explain each component and work through examples with you."},
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: "Can you help me prepare for my physics exam?", aiResponse: "Absolutely! Let's create a personalized study plan covering all major topics, practice problems, and exam strategies for success."},
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...",
},
],
},
{
title: "Agent Code Helper", description: "Professional coding assistant - multi-language support, code generation, debugging, optimization, and real-time coding assistance for developers.", bentoComponent: "phone", statusIcon: Code2,
title: "Agent Code Helper Mode",
description: "Professional code generation, debugging, optimization, and multi-language support for developers.",
bentoComponent: "phone",
statusIcon: Code2,
alertIcon: AlertCircle,
alertTitle: "Code Review Ready", alertMessage: "Optimization suggestions available", apps: [
alertTitle: "Code Review",
alertMessage: "Optimization suggestions ready",
apps: [
{ name: "JavaScript", icon: Code },
{ name: "Python", icon: Code2 },
{ name: "React", icon: Code },
@@ -189,20 +217,32 @@ export default function HomePage() {
],
},
{
title: "Business Helper", description: "Enterprise intelligence - market analytics, competitor insights, strategic planning, business analytics, and actionable business intelligence.", bentoComponent: "icon-info-cards", items: [
title: "Business Helper Mode",
description: "Business analytics, market insights, strategic planning, and enterprise intelligence.",
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 intelligence - comprehensive analysis, knowledge synthesis, data aggregation from multiple sources, and custom research reports.", bentoComponent: "orbiting-icons", centerIcon: Search,
title: "Deep Research Mode",
description: "Advanced research capabilities, comprehensive analysis, and knowledge synthesis.",
bentoComponent: "orbiting-icons",
centerIcon: Search,
items: [
{ icon: BookMarked, ring: 1 },
{ icon: Lightbulb, ring: 1 },
@@ -215,13 +255,13 @@ export default function HomePage() {
/>
</div>
{/* Cross-Platform Availability */}
<div id="platforms" data-section="platforms" className="py-16 md:py-24">
{/* Products Section */}
<div id="products" data-section="products" className="py-16 md:py-24">
<ProductCardOne
title="Available on All Your Devices"
description="Seamless cross-platform experience with iOS, iPadOS, and Android. Your conversations sync automatically across all devices."
tag="Cross-Platform"
tagIcon={Smartphone}
title="Premium Features"
description="Experience the full power of AIRBRONE AI with our premium features designed for maximum productivity."
tag="Premium"
tagIcon={Crown}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
@@ -229,11 +269,26 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "ios", name: "iOS", price: "iPhone", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/airbrone-ai-mobile-app-interface-showing-1773905443504-c82b0832.png?_wi=1", imageAlt: "iOS App Interface"},
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: "ipad", name: "iPadOS", price: "iPad", 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: "iPad App Interface"},
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",
},
{
id: "android", name: "Android", price: "Android Devices", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/advanced-analytics-dashboard-showing-rea-1773905443061-987aff26.png?_wi=1", imageAlt: "Android App Interface"},
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",
},
]}
/>
</div>
@@ -241,8 +296,8 @@ export default function HomePage() {
{/* Pricing Section */}
<div id="pricing" data-section="pricing" className="py-16 md:py-24">
<PricingCardNine
title="Flexible Plans for Everyone"
description="Start with a free 1-day trial, then choose the perfect plan. All plans include Gemini and ChatGPT integration."
title="Simple, Transparent Pricing"
description="Choose the perfect plan for your needs. Start free for 1 day, then select your subscription."
tag="Pricing"
tagIcon={Tag}
tagAnimation="slide-up"
@@ -251,34 +306,97 @@ 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", "Free 1-day trial"],
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: "Start Free Trial", href: "/auth/register?mode=study"},
text: "Subscribe Now",
href: "/checkout?plan=study",
},
},
{
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", "Free 1-day trial"],
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: "Start Free Trial", href: "/auth/register?mode=code"},
text: "Subscribe Now",
href: "/checkout?plan=code",
},
},
{
id: "business", title: "Business Helper", price: "₹2,999", period: "per month", features: [
"Business analytics", "Market insights", "Strategic planning", "Competitor analysis", "Enterprise reports", "Team collaboration", "Free 1-day trial"],
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: "Start Free Trial", href: "/auth/register?mode=business"},
text: "Subscribe Now",
href: "/checkout?plan=business",
},
},
{
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", "Free 1-day trial"],
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: "Start Free Trial", href: "/auth/register?mode=research"},
text: "Subscribe Now",
href: "/checkout?plan=research",
},
},
{
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", "Free 1-day trial"],
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: "Start Free Trial", href: "/auth/register?mode=combo"},
text: "Subscribe Now",
href: "/checkout?plan=combo",
},
},
]}
/>
@@ -288,7 +406,7 @@ export default function HomePage() {
<div id="about" data-section="about" className="py-16 md:py-24">
<MetricSplitMediaAbout
title="About AIRBRONE AI"
description="AIRBRONE AI uniquely combines Google Gemini and OpenAI ChatGPT into one unified intelligent platform. Designed for students, developers, business professionals, and researchers, our app delivers seamless AI assistance across iOS, iPadOS, and Android with enterprise-grade security and performance."
description="AIRBRONE AI combines the power of Google Gemini and OpenAI ChatGPT into one unified intelligent platform. Designed for students, developers, business professionals, and researchers, our app delivers seamless AI assistance across iOS, iPadOS, and Android with enterprise-grade security and performance."
tag="About Us"
tagIcon={Info}
tagAnimation="slide-up"
@@ -299,7 +417,7 @@ export default function HomePage() {
useInvertedBackground={true}
metrics={[
{ value: "10K+", title: "Active Users" },
{ value: "4", title: "AI Helper Modes" },
{ value: "4", title: "AI Modes" },
{ value: "99.9%", title: "Uptime" },
{ value: "24/7", title: "Support" },
]}
@@ -309,8 +427,8 @@ export default function HomePage() {
{/* Metrics Section */}
<div id="metrics" data-section="metrics" className="py-16 md:py-24">
<MetricCardThree
title="Proven Performance & Reliability"
description="AIRBRONE AI delivers industry-leading performance metrics with Gemini and ChatGPT integration for maximum capability."
title="Platform Performance"
description="Real-time metrics showcasing AIRBRONE AI's reliability and capability."
tag="Performance"
tagIcon={Activity}
tagAnimation="slide-up"
@@ -319,17 +437,29 @@ 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>
@@ -337,25 +467,61 @@ export default function HomePage() {
{/* Testimonials Section */}
<div id="testimonials" data-section="testimonials" className="py-16 md:py-24">
<TestimonialCardTen
title="Success Stories from Our Users"
description="Students, developers, and business professionals share how AIRBRONE AI transformed their work and productivity."
title="What Users Love About AIRBRONE AI"
description="Thousands of satisfied users across students, developers, and business professionals share their success stories."
tag="Testimonials"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Game Changer for Studies", quote: "AIRBRONE AI's Study Helper mode transformed my learning. The Gemini and ChatGPT integration provides multiple perspectives on complex topics!", 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 Agent Code Helper mode saved me weeks of work. Multi-language support with real-time debugging is incredible. 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 generate manually in hours. Now it's instantaneous and incredibly accurate across platforms.", 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 and research projects.", 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 iPhone, iPad, and Android. The synchronization is flawless! My 1-day trial quickly became a subscription.", 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 and helpful. They genuinely care about helping users succeed with all four AI modes.", 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>
@@ -364,7 +530,7 @@ export default function HomePage() {
<div id="faq" data-section="faq" className="py-16 md:py-24">
<FaqSplitMedia
title="Frequently Asked Questions"
description="Find answers to common questions about AIRBRONE AI, our four helper modes, pricing, and the free trial."
description="Find answers to common questions about AIRBRONE AI features, pricing, and technical details."
tag="FAQ"
tagAnimation="slide-up"
textboxLayout="default"
@@ -375,17 +541,35 @@ export default function HomePage() {
imageAlt="FAQ Support"
faqs={[
{
id: "1", title: "What are the four AI helper modes?", content: "AIRBRONE AI offers Study Helper (personalized learning), Agent Code Helper (professional coding), Business Helper (enterprise intelligence), and Deep Research Mode (advanced analysis). Each combines Gemini and ChatGPT for superior accuracy."},
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: "How does the free 1-day trial work?", content: "Simply sign up and get full access to all four AI modes for 1 day completely free. No credit card required. After the trial, choose your preferred subscription plan. Trial access works across iOS, iPadOS, and Android."},
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: "3", title: "What makes AIRBRONE AI different from other AI tools?", content: "AIRBRONE AI uniquely combines Google Gemini and OpenAI ChatGPT into one platform with four specialized modes optimized for specific use cases. We offer true cross-platform experience with automatic sync across iOS, iPadOS, and Android."},
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: "4", title: "Is my data secure?", content: "Yes. We employ enterprise-grade AES-256 encryption for all data in transit and at rest. All conversations are end-to-end encrypted and never shared with third parties. We comply with GDPR and international data protection regulations."},
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: "5", title: "Can I cancel my subscription anytime?", content: "Absolutely! You can cancel your subscription anytime without penalties. Changes take effect at the end of your current billing cycle. No hidden fees or long-term commitments required."},
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: "6", title: "Which platforms does AIRBRONE AI support?", content: "AIRBRONE AI is available on iOS (iPhone), iPadOS (iPad), and Android devices. Your account syncs seamlessly across all devices, so you can switch between platforms without losing any data."},
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.",
},
]}
/>
</div>
@@ -393,9 +577,9 @@ export default function HomePage() {
{/* Contact Section */}
<div id="contact" data-section="contact" className="py-16 md:py-24">
<ContactSplit
tag="Get Started Today"
title="Ready to Experience AIRBRONE AI?"
description="Join thousands of users enjoying our free 1-day trial. No credit card required. Start with Study Helper, Code Helper, Business Helper, or Deep Research mode."
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."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
@@ -403,9 +587,9 @@ export default function HomePage() {
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B9dMftQ4AQBXAKtnCOA7fukWXU/contact-form-and-support-channel-illustr-1773905442054-5bf6e7a4.png?_wi=1"
imageAlt="Contact Support"
inputPlaceholder="Enter your email to start free trial"
buttonText="Start Free 1-Day Trial"
termsText="By signing up, you agree to our Terms and Conditions and Privacy Policy. Free trial includes all four AI modes."
inputPlaceholder="Enter your email address"
buttonText="Get Support"
termsText="By contacting us, you agree to our Terms and Conditions and Privacy Policy."
/>
</div>