Files
33efdc9a-ebc8-4131-bf9d-4fb…/src/app/research/page.tsx

282 lines
12 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroOverlay from "@/components/sections/hero/HeroOverlay";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import {
Database,
Zap,
Brain,
FileText,
Target,
CheckCircle,
TrendingUp,
BarChart3,
Award,
Twitter,
Linkedin,
Github,
Sparkles,
} from "lucide-react";
export default function ResearchPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "How It Works", id: "features" },
{ name: "Research", id: "research" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
];
const handleNavigation = (id: string) => {
if (id.startsWith("/")) {
// External page navigation - handled by Link component
return;
}
const element = document.getElementById(id);
if (element) {
element.scrollIntoView({ behavior: "smooth" });
}
};
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
button={{ text: "Sign In", href: "accounts" }}
brandName="ResearchBot"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Research Intelligence Powered by AI"
description="Analyze information from hundreds of sources, get comprehensive summaries, discover top recommendations, and make informed decisions faster than ever before."
tag="AI Research Platform"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/modern-ai-research-dashboard-interface-w-1772801455838-ab605f06.png?_wi=3"
imageAlt="ResearchBot Dashboard"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
buttons={[
{ text: "Start Free Research", href: "research" },
{ text: "Learn More", href: "features" },
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTen
title="How ResearchBot Works"
description="Our AI research engine analyzes millions of data points to deliver comprehensive insights and recommendations tailored to your needs."
tag="Platform Features"
features={[
{
id: "1",
title: "Multi-Source Analysis",
description:
"Our AI crawls and analyzes information from academic databases, news sources, industry reports, social media, and expert publications to build a complete picture.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/ai-analyzing-research-data-from-multiple-1772801454541-cac82564.png?_wi=3",
},
items: [
{ icon: Database, text: "Hundreds of information sources" },
{ icon: Zap, text: "Real-time data aggregation" },
{ icon: Brain, text: "AI-powered analysis" },
],
reverse: false,
},
{
id: "2",
title: "Intelligent Summarization",
description:
"Get distilled, actionable summaries of the most important findings. Our AI filters noise and highlights what matters most for your decision-making.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/clean-interface-displaying-research-reco-1772801452120-01237704.png?_wi=2",
},
items: [
{ icon: FileText, text: "Key findings extracted" },
{ icon: Target, text: "Top recommendations ranked" },
{ icon: CheckCircle, text: "Pros and cons analyzed" },
],
reverse: true,
},
{
id: "3",
title: "Opinion & Verdict",
description:
"Understand public sentiment and get a clear final recommendation backed by comprehensive data analysis and research evidence.",
media: {
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/data-visualization-showing-public-opinio-1772801453573-08def832.png?_wi=3",
},
items: [
{ icon: TrendingUp, text: "Public opinion tracking" },
{ icon: BarChart3, text: "Sentiment analysis" },
{ icon: Award, text: "Expert verdict included" },
],
reverse: false,
},
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="ResearchBot Impact"
description="Join thousands of researchers making smarter decisions with AI-powered insights."
tag="By The Numbers"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "1",
value: "50M+",
title: "Research Reports Generated",
description: "Comprehensive analysis reports created by ResearchBot",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/modern-ai-research-dashboard-interface-w-1772801455838-ab605f06.png?_wi=4",
},
{
id: "2",
value: "95%",
title: "User Satisfaction Rate",
description: "Users report ResearchBot improved decision quality",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/ai-analyzing-research-data-from-multiple-1772801454541-cac82564.png?_wi=4",
},
{
id: "3",
value: "72 hrs",
title: "Average Time Saved",
description: "Per research project compared to manual research",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/data-visualization-showing-public-opinio-1772801453573-08def832.png?_wi=4",
},
{
id: "4",
value: "150+",
title: "Information Sources",
description: "Data sources analyzed for each research query",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZXzQRjygeaE9xKaXkfZgggXjG/professional-team-working-with-research--1772801452739-96a3b0aa.png?_wi=4",
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Find answers to common questions about ResearchBot and how it can help with your research needs."
tag="Help & Support"
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title:
"What types of research topics can ResearchBot analyze?",
content:
"ResearchBot can analyze virtually any research topic including market trends, competitor analysis, technology innovations, academic subjects, product research, industry analysis, policy developments, and consumer sentiment. Our AI engine is trained on millions of sources across diverse industries and disciplines.",
},
{
id: "2",
title:
"How does ResearchBot ensure the accuracy of its findings?",
content:
"ResearchBot cross-references information across multiple authoritative sources including academic databases, peer-reviewed publications, industry reports, and verified news outlets. Our AI uses consensus analysis and flags conflicting viewpoints. We also provide source citations so you can verify findings independently.",
},
{
id: "3",
title: "Can I save and organize my research reports?",
content:
"Yes! Our Saved Research feature allows you to store all generated reports, annotate findings, organize by topic, and create folders. You can access your saved research from any device and share reports with team members. All saved research is encrypted and secure.",
},
{
id: "4",
title: "What is included in a research report?",
content:
"Each report includes: comprehensive overview, top recommendations ranked by relevance, detailed pros and cons analysis, public opinion and sentiment data, expert verdict with reasoning, source citations, and trend analysis. Reports can be customized based on your specific research preferences.",
},
{
id: "5",
title: "How long does it take to generate a research report?",
content:
"Most reports are generated within 2-5 minutes. The time depends on topic complexity and data availability. ResearchBot processes information in parallel across multiple source categories, so complex research is handled as efficiently as simple queries.",
},
{
id: "6",
title: "Can I track my research history?",
content:
"Absolutely! ResearchBot maintains a complete search history showing all your past research queries, dates, and quick links to previous reports. You can search your history, organize frequently-used research topics, and re-run previous searches to get updated findings.",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"
title="Join Thousands of Researchers"
description="Start using ResearchBot today and transform how you conduct research. Sign up for free and get instant access to our full research capabilities."
tagIcon={Sparkles}
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Create Account"
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. You can unsubscribe anytime."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="ResearchBot"
copyrightText="© 2025 ResearchBot. All rights reserved."
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/researchbot",
ariaLabel: "Twitter",
},
{
icon: Linkedin,
href: "https://linkedin.com/company/researchbot",
ariaLabel: "LinkedIn",
},
{
icon: Github,
href: "https://github.com/researchbot",
ariaLabel: "GitHub",
},
]}
/>
</div>
</ThemeProvider>
);
}