Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
157
src/app/page.tsx
157
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Results", id: "metrics"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
brandName="AI Mastery"
|
||||
/>
|
||||
@@ -55,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
logoText="AI Mastery"
|
||||
description="Stop learning generic AI tutorials. Get real prompts, real workflows, and real results for your role—whether you're in marketing, HR, finance, or operations. Start saving time today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Your Role",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Your Role", href: "#features"},
|
||||
{
|
||||
text: "View Case Studies",
|
||||
href: "#social-proof",
|
||||
},
|
||||
text: "View Case Studies", href: "#social-proof"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-attending-online-freelancer-e-learning-program-home_482257-92063.jpg"
|
||||
imageAlt="Professional AI user interface"
|
||||
@@ -83,17 +70,11 @@ export default function LandingPage() {
|
||||
description="We bridge the gap between complex AI capabilities and everyday work challenges. Our platform provides role-specific frameworks that integrate directly into your existing software environment, ensuring you see productivity gains from day one."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Role-Based Prompts",
|
||||
description: "Customized prompt libraries for Marketing, Finance, and Ops.",
|
||||
},
|
||||
title: "Role-Based Prompts", description: "Customized prompt libraries for Marketing, Finance, and Ops."},
|
||||
{
|
||||
title: "Measurable Results",
|
||||
description: "Track time saved and efficiency increases per task.",
|
||||
},
|
||||
title: "Measurable Results", description: "Track time saved and efficiency increases per task."},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "AI workflows that work within your existing tools.",
|
||||
},
|
||||
title: "Seamless Integration", description: "AI workflows that work within your existing tools."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ai-site-helping-with-software-production_1268-21627.jpg"
|
||||
imageAlt="AI Workflow Optimization"
|
||||
@@ -108,26 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Marketing",
|
||||
subtitle: "Content Creation & Strategy",
|
||||
category: "Core Workflow",
|
||||
value: "2x Faster",
|
||||
},
|
||||
id: "f1", title: "Marketing", subtitle: "Content Creation & Strategy", category: "Core Workflow", value: "2x Faster"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Finance",
|
||||
subtitle: "Reporting & Reconciliation",
|
||||
category: "Core Workflow",
|
||||
value: "90% Reduction",
|
||||
},
|
||||
id: "f2", title: "Finance", subtitle: "Reporting & Reconciliation", category: "Core Workflow", value: "90% Reduction"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Operations",
|
||||
subtitle: "Workflow Management",
|
||||
category: "Core Workflow",
|
||||
value: "40% Efficiency",
|
||||
},
|
||||
id: "f3", title: "Operations", subtitle: "Workflow Management", category: "Core Workflow", value: "40% Efficiency"},
|
||||
]}
|
||||
title="Practical Workflows"
|
||||
description="Select your function and get started with tailored AI workflows."
|
||||
@@ -141,34 +107,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Users Trained",
|
||||
items: [
|
||||
"Marketing Pros",
|
||||
"Finance Analysts",
|
||||
"HR Leads",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Users Trained", items: [
|
||||
"Marketing Pros", "Finance Analysts", "HR Leads"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "12h",
|
||||
title: "Average Time Saved",
|
||||
items: [
|
||||
"Per week per user",
|
||||
"Administrative tasks",
|
||||
"Reporting cycles",
|
||||
],
|
||||
id: "m2", value: "12h", title: "Average Time Saved", items: [
|
||||
"Per week per user", "Administrative tasks", "Reporting cycles"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
title: "Satisfaction Rate",
|
||||
items: [
|
||||
"Role-specific content",
|
||||
"Workflow accuracy",
|
||||
"Ease of learning",
|
||||
],
|
||||
id: "m3", value: "95%", title: "Satisfaction Rate", items: [
|
||||
"Role-specific content", "Workflow accuracy", "Ease of learning"],
|
||||
},
|
||||
]}
|
||||
title="Measurable Productivity Gains"
|
||||
@@ -178,44 +126,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Marketing Director",
|
||||
testimonial: "AI Mastery turned my content strategy from a weekly grind into a breeze. Unmatched results.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Marketing Director", testimonial: "AI Mastery turned my content strategy from a weekly grind into a breeze. Unmatched results.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Operations Manager",
|
||||
testimonial: "The workflows provided are plug-and-play. My team is saving hours every single day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Operations Manager", testimonial: "The workflows provided are plug-and-play. My team is saving hours every single day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Financial Analyst",
|
||||
testimonial: "I was skeptical about AI in finance, but these prompts are incredibly accurate and safe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Financial Analyst", testimonial: "I was skeptical about AI in finance, but these prompts are incredibly accurate and safe.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "HR Specialist",
|
||||
testimonial: "Finally, AI tools that understand the human element of recruitment and management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "HR Specialist", testimonial: "Finally, AI tools that understand the human element of recruitment and management.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Engineering Lead",
|
||||
testimonial: "From documentation to troubleshooting, the AI workflows here fit our process perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Engineering Lead", testimonial: "From documentation to troubleshooting, the AI workflows here fit our process perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg"},
|
||||
]}
|
||||
title="Trusted by Professionals"
|
||||
description="See how your peers are transforming their work with AI Mastery."
|
||||
@@ -227,14 +151,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Salesforce",
|
||||
"Adobe",
|
||||
"HubSpot",
|
||||
"Slack",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Salesforce", "Adobe", "HubSpot", "Slack"]}
|
||||
title="Supporting Teams Everywhere"
|
||||
description="Forward-thinking organizations trust AI Mastery."
|
||||
/>
|
||||
@@ -245,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is technical knowledge required?",
|
||||
content: "Absolutely not. Our platform is built for non-technical professionals.",
|
||||
},
|
||||
id: "q1", title: "Is technical knowledge required?", content: "Absolutely not. Our platform is built for non-technical professionals."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Which AI tools do you cover?",
|
||||
content: "We cover Microsoft Copilot, ChatGPT, and role-specific integrations.",
|
||||
},
|
||||
id: "q2", title: "Which AI tools do you cover?", content: "We cover Microsoft Copilot, ChatGPT, and role-specific integrations."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How is this different from generic tutorials?",
|
||||
content: "We provide specific, role-based workflows that solve your unique business problems.",
|
||||
},
|
||||
id: "q3", title: "How is this different from generic tutorials?", content: "We provide specific, role-based workflows that solve your unique business problems."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our learning methodology."
|
||||
@@ -270,14 +178,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to master AI for your role?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user