Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-13 04:45:37 +00:00

View File

@@ -34,81 +34,46 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Why ProjexHive",
id: "#why-projexhive",
},
name: "Why ProjexHive", id: "#why-projexhive"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
]}
logoSrc="http://img.b2bpic.net/free-vector/innovative-solutions-logo-template-vector-education-technology-with-textbook-graphic_53876-125990.jpg"
logoAlt="ProjexHive Logo"
brandName="ProjexHive"
button={{
text: "Start Free Trial",
href: "#contact",
}}
text: "Start Free Trial", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="AI-Powered Academic Project Mentoring"
description="Discover, Compare, Create. ProjexHive guides engineering and computer science students from initial idea discovery through viva preparation and code understanding, all in one cohesive, investor-grade SaaS product."
tag="The Future of Academic Projects"
tagAnimation="slide-up"
buttons={[
{
text: "Start Free Trial",
href: "#pricing",
},
text: "Start Free Trial", href: "#pricing"},
{
text: "Explore Features",
href: "#features",
},
text: "Explore Features", href: "#features"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117764.jpg",
imageAlt: "AI-powered academic project dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-nurse-training-reviews-anatomy-case-files_482257-117764.jpg", imageAlt: "AI-powered academic project dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/innovation-ideas-imagine-processing-system-concept_53876-132192.jpg",
imageAlt: "Student interacting with AI project interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-technology_23-2149491810.jpg",
imageAlt: "Student at home taking notes while watching presentation closeup",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-people-sitting-table_23-2149241636.jpg",
imageAlt: "Senior people attend a counseling meeting for future investments",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-entrepreneur-with-leadership-skills-creates-financial-report_482257-122683.jpg",
imageAlt: "Woman watching business conference on computer screen looking over statistics",
},
imageSrc: "http://img.b2bpic.net/free-photo/innovation-ideas-imagine-processing-system-concept_53876-132192.jpg", imageAlt: "Student interacting with AI project interface"},
]}
mediaAnimation="opacity"
rating={5}
@@ -138,69 +103,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Discovery",
title: "Intelligent Project Discovery",
subtitle: "Guided AI wizard",
description: "Unlock innovative, industry-relevant project ideas tailored to your skill level and domain through our multi-step AI wizard.",
imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg",
imageAlt: "Intelligent Project Discovery icon",
},
tag: "Discovery", title: "Intelligent Project Discovery", subtitle: "Guided AI wizard", description: "Unlock innovative, industry-relevant project ideas tailored to your skill level and domain through our multi-step AI wizard.", imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg", imageAlt: "Intelligent Project Discovery icon"},
{
tag: "Recommendations",
title: "AI-Ranked Project Insights",
subtitle: "Innovation & placement scoring",
description: "Receive AI-ranked project recommendations with detailed scores for innovation, difficulty, and placement relevance.",
imageSrc: "http://img.b2bpic.net/free-vector/colored-education-infographic_23-2147535371.jpg",
imageAlt: "AI-Ranked Project Recommendations icon",
},
tag: "Recommendations", title: "AI-Ranked Project Insights", subtitle: "Innovation & placement scoring", description: "Receive AI-ranked project recommendations with detailed scores for innovation, difficulty, and placement relevance.", imageSrc: "http://img.b2bpic.net/free-vector/colored-education-infographic_23-2147535371.jpg", imageAlt: "AI-Ranked Project Recommendations icon"},
{
tag: "Comparison",
title: "Side-by-Side Project Comparison",
subtitle: "Evaluate options",
description: "Visualize and compare project ideas on key metrics using our intuitive side-by-side comparison dashboard.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-minimal-blue-accessories_23-2148748611.jpg",
imageAlt: "Side-by-Side Project Comparison icon",
},
tag: "Comparison", title: "Side-by-Side Project Comparison", subtitle: "Evaluate options", description: "Visualize and compare project ideas on key metrics using our intuitive side-by-side comparison dashboard.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-minimal-blue-accessories_23-2148748611.jpg", imageAlt: "Side-by-Side Project Comparison icon"},
{
tag: "Blueprint",
title: "Automated Blueprint Generation",
subtitle: "Architecture design",
description: "Generate comprehensive project blueprints and architecture diagrams automatically, saving hours of effort.",
imageSrc: "http://img.b2bpic.net/free-vector/microchip_23-2147501824.jpg",
imageAlt: "Automated Project Blueprint Generation icon",
},
tag: "Blueprint", title: "Automated Blueprint Generation", subtitle: "Architecture design", description: "Generate comprehensive project blueprints and architecture diagrams automatically, saving hours of effort.", imageSrc: "http://img.b2bpic.net/free-vector/microchip_23-2147501824.jpg", imageAlt: "Automated Project Blueprint Generation icon"},
{
tag: "Reporting",
title: "Academic Report Generator",
subtitle: "Abstract to conclusion",
description: "Draft complete academic reports, from abstract to conclusion, with AI-driven content generation for every section.",
imageSrc: "http://img.b2bpic.net/free-photo/med-school-student-takes-personal-notes-from-anatomy-research-papers_482257-117781.jpg",
imageAlt: "Academic Report Generator icon",
},
tag: "Reporting", title: "Academic Report Generator", subtitle: "Abstract to conclusion", description: "Draft complete academic reports, from abstract to conclusion, with AI-driven content generation for every section.", imageSrc: "http://img.b2bpic.net/free-photo/med-school-student-takes-personal-notes-from-anatomy-research-papers_482257-117781.jpg", imageAlt: "Academic Report Generator icon"},
{
tag: "Viva Prep",
title: "Viva Question Bank & AI Follow-ups",
subtitle: "Comprehensive preparation",
description: "Prepare for your viva with an extensive question bank and AI-generated follow-up questions for deeper understanding.",
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147876467.jpg",
imageAlt: "Viva Question Bank icon",
},
tag: "Viva Prep", title: "Viva Question Bank & AI Follow-ups", subtitle: "Comprehensive preparation", description: "Prepare for your viva with an extensive question bank and AI-generated follow-up questions for deeper understanding.", imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection_23-2147876467.jpg", imageAlt: "Viva Question Bank icon"},
{
tag: "Code",
title: "Code Explanation Assistant",
subtitle: "Architecture mapping",
description: "Understand complex codebases with AI-powered explanations and see how code maps to your project's architecture.",
imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-arriving-work-using-artificial-intelligence-laptop_482257-126041.jpg",
imageAlt: "Code Explanation Assistant icon",
},
tag: "Code", title: "Code Explanation Assistant", subtitle: "Architecture mapping", description: "Understand complex codebases with AI-powered explanations and see how code maps to your project's architecture.", imageSrc: "http://img.b2bpic.net/free-photo/call-center-worker-arriving-work-using-artificial-intelligence-laptop_482257-126041.jpg", imageAlt: "Code Explanation Assistant icon"},
{
tag: "Export",
title: "Multi-Format Export Center",
subtitle: "PDF, DOCX, PPTX",
description: "Export your project documents, reports, and presentations in various formats including PDF, DOCX, and PPTX.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-link-building-background_23-2148031778.jpg",
imageAlt: "Multi-Format Export Center icon",
},
tag: "Export", title: "Multi-Format Export Center", subtitle: "PDF, DOCX, PPTX", description: "Export your project documents, reports, and presentations in various formats including PDF, DOCX, and PPTX.", imageSrc: "http://img.b2bpic.net/free-vector/flat-link-building-background_23-2148031778.jpg", imageAlt: "Multi-Format Export Center icon"},
]}
title="Our End-to-End AI Mentoring Journey"
description="ProjexHive covers every stage of your academic project with intelligent, AI-driven tools designed for success. Empowering you from idea to viva."
@@ -215,14 +132,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Quantum Systems",
"Innovate Institute",
"CogniLabs",
"Synergy Devs",
"InsightFlow",
"Catalyst Labs",
"GlobalTech Engineering",
]}
"Quantum Systems", "Innovate Institute", "CogniLabs", "Synergy Devs", "InsightFlow", "Catalyst Labs", "GlobalTech Engineering"]}
title="Why ProjexHive Stands Apart"
description="ProjexHive is positioned at the intersection of AI mentoring, academic tooling, and developer-grade UX. Our domain-specific fine-tuning, multi-dimensional scoring engine, and contextual memory create a competitive moat unmatched by generic AI tools or idea sites."
tag="Competitive Differentiation"
@@ -235,25 +145,17 @@ export default function LandingPage() {
<MetricCardThree
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "students",
icon: Users,
title: "Engineering Students Annually (India)",
value: "3.5M+",
},
id: "students", icon: Users,
title: "Engineering Students Annually (India)", value: "3.5M+"},
{
id: "projects",
icon: Database,
title: "Projects Indexed by Domain & Difficulty",
value: "50K+",
},
id: "projects", icon: Database,
title: "Projects Indexed by Domain & Difficulty", value: "50K+"},
{
id: "uptime",
icon: Zap,
title: "Uptime SLA Target",
value: "99.9%",
},
id: "uptime", icon: Zap,
title: "Uptime SLA Target", value: "99.9%"},
]}
title="Impact & Opportunity"
description="Our platform addresses a significant global market, empowering millions of students to excel in their academic projects with unparalleled AI guidance."
@@ -270,53 +172,19 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "free",
badge: "Starter",
badgeIcon: Sparkles,
price: "₹0/mo",
subtitle: "Discover your first ideas",
features: [
"5 Project Discoveries",
"3 AI Recommendations per session",
"1 Blueprint Generation",
"3 Report Sections (preview)",
"10 Viva Questions (Easy)",
"1 PDF Export per project",
],
id: "free", badge: "Starter", badgeIcon: Sparkles,
price: "₹0/mo", subtitle: "Discover your first ideas", features: [
"5 Project Discoveries", "3 AI Recommendations per session", "1 Blueprint Generation", "3 Report Sections (preview)", "10 Viva Questions (Easy)", "1 PDF Export per project"],
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Crown,
price: "₹299/mo",
subtitle: "Unleash your full potential",
features: [
"Unlimited Project Discoveries",
"8 AI Recommendations per session",
"Unlimited Blueprint Generations",
"All 9 Academic Report Sections",
"All Viva Levels & Custom Sets",
"Code Explanation Assistant",
"Unlimited PDF, DOCX, PPTX Exports",
"Architecture Diagrams",
"Priority AI Processing",
],
id: "pro", badge: "Most Popular", badgeIcon: Crown,
price: "₹299/mo", subtitle: "Unleash your full potential", features: [
"Unlimited Project Discoveries", "8 AI Recommendations per session", "Unlimited Blueprint Generations", "All 9 Academic Report Sections", "All Viva Levels & Custom Sets", "Code Explanation Assistant", "Unlimited PDF, DOCX, PPTX Exports", "Architecture Diagrams", "Priority AI Processing"],
},
{
id: "enterprise",
badge: "For Institutions",
badgeIcon: Building,
price: "₹999/mo",
subtitle: "Collaborate and scale",
features: [
"All Pro Features",
"12 AI Recommendations per session",
"Custom Academic Report Sections",
"Custom Viva Question Sets",
"API Access",
"Team Collaboration (5 members)",
"Dedicated Support",
],
id: "enterprise", badge: "For Institutions", badgeIcon: Building,
price: "₹999/mo", subtitle: "Collaborate and scale", features: [
"All Pro Features", "12 AI Recommendations per session", "Custom Academic Report Sections", "Custom Viva Question Sets", "API Access", "Team Collaboration (5 members)", "Dedicated Support"],
},
]}
title="Flexible Plans for Every Student"
@@ -332,35 +200,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Akash Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
imageAlt: "Akash Sharma",
},
id: "1", name: "Akash Sharma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Akash Sharma"},
{
id: "2",
name: "Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
imageAlt: "Priya Singh",
},
id: "2", name: "Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", imageAlt: "Priya Singh"},
{
id: "3",
name: "Dr. Ramesh Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg",
imageAlt: "Dr. Ramesh Kumar",
},
id: "3", name: "Dr. Ramesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg", imageAlt: "Dr. Ramesh Kumar"},
{
id: "4",
name: "Sneha Reddy",
imageSrc: "http://img.b2bpic.net/free-photo/i-have-find-good-way-jogging_329181-4382.jpg",
imageAlt: "Sneha Reddy",
},
id: "4", name: "Sneha Reddy", imageSrc: "http://img.b2bpic.net/free-photo/i-have-find-good-way-jogging_329181-4382.jpg", imageAlt: "Sneha Reddy"},
{
id: "5",
name: "Vivek Malhotra",
imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-with-tablet-evaluates-control-cabinet-blue-light-smart-workflow_169016-71481.jpg",
imageAlt: "Vivek Malhotra",
},
id: "5", name: "Vivek Malhotra", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-with-tablet-evaluates-control-cabinet-blue-light-smart-workflow_169016-71481.jpg", imageAlt: "Vivek Malhotra"},
]}
cardTitle="What Our Users Say"
cardTag="Success Stories"
@@ -375,30 +223,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What is ProjexHive?",
content: "ProjexHive is an AI-powered academic project mentoring platform designed for engineering and computer science students. It guides you from initial idea discovery, through blueprint generation, report writing, viva preparation, and code understanding.",
},
id: "1", title: "What is ProjexHive?", content: "ProjexHive is an AI-powered academic project mentoring platform designed for engineering and computer science students. It guides you from initial idea discovery, through blueprint generation, report writing, viva preparation, and code understanding."},
{
id: "2",
title: "How does AI help in project discovery?",
content: "Our intelligent AI wizard gathers your preferences (domain, skills, career goals) and uses domain-specific fine-tuned models to generate innovative, industry-relevant project ideas, ranked by innovation, difficulty, and placement scores.",
},
id: "2", title: "How does AI help in project discovery?", content: "Our intelligent AI wizard gathers your preferences (domain, skills, career goals) and uses domain-specific fine-tuned models to generate innovative, industry-relevant project ideas, ranked by innovation, difficulty, and placement scores."},
{
id: "3",
title: "Can ProjexHive generate full academic reports?",
content: "Yes, ProjexHive's Academic Report Generator can draft all nine essential sections of your report, from Abstract to Conclusion, using AI to ensure coherence and academic rigor. You can then export it in PDF or DOCX format.",
},
id: "3", title: "Can ProjexHive generate full academic reports?", content: "Yes, ProjexHive's Academic Report Generator can draft all nine essential sections of your report, from Abstract to Conclusion, using AI to ensure coherence and academic rigor. You can then export it in PDF or DOCX format."},
{
id: "4",
title: "What kind of support is available for viva preparation?",
content: "We provide an extensive viva question bank tailored to your project, along with AI-generated follow-up questions to help you prepare comprehensively for your academic defenses.",
},
id: "4", title: "What kind of support is available for viva preparation?", content: "We provide an extensive viva question bank tailored to your project, along with AI-generated follow-up questions to help you prepare comprehensively for your academic defenses."},
{
id: "5",
title: "Is my data private and secure?",
content: "Absolutely. All student inputs and generated content are stored encrypted at rest (AES-256). We are GDPR-compliant and our AI prompts are designed to avoid sending PII to LLM providers. We prioritize your data privacy and security.",
},
id: "5", title: "Is my data private and secure?", content: "Absolutely. All student inputs and generated content are stored encrypted at rest (AES-256). We are GDPR-compliant and our AI prompts are designed to avoid sending PII to LLM providers. We prioritize your data privacy and security."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about ProjexHive's features, AI capabilities, data security, and how our platform empowers your academic project journey."
@@ -410,8 +243,7 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "sparkles-gradient"}}
tag="Get Started Today"
tagIcon={ArrowRight}
tagAnimation="slide-up"
@@ -419,13 +251,9 @@ export default function LandingPage() {
description="Join thousands of engineering and computer science students building innovative, industry-relevant projects with unparalleled AI guidance. Start your free discovery now and achieve academic excellence."
buttons={[
{
text: "Start Free Trial",
href: "#",
},
text: "Start Free Trial", href: "#"},
{
text: "Contact Sales",
href: "#",
},
text: "Contact Sales", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -439,49 +267,31 @@ export default function LandingPage() {
{
items: [
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Why ProjexHive",
href: "#why-projexhive",
},
label: "Why ProjexHive", href: "#why-projexhive"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
],
},
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Contact Support",
href: "#contact",
},
label: "Contact Support", href: "#contact"},
],
},
]}