Update src/app/about/page.tsx

This commit is contained in:
2026-03-11 16:43:33 +00:00
parent 356beef56f
commit f0de3f849c

View File

@@ -34,9 +34,7 @@ export default function AboutPage() {
{ name: "Blog", id: "blog" },
]}
button={{
text: "Get Early Access",
href: "#cta",
}}
text: "Get Early Access", href: "#cta"}}
animateOnLoad={true}
/>
</div>
@@ -45,9 +43,7 @@ export default function AboutPage() {
<TextSplitAbout
title="The Creator's Dilemma"
description={[
"You're juggling 12 tools, 5 freelancers, and a content calendar held together by sticky notes. Every new campaign starts from scratch. Your brand voice changes depending on who wrote the copy. You know you need systems — but building them takes longer than just doing it yourself.",
"Meanwhile, you're not building. You're managing. You're not creating. You're coordinating. The work that matters — the actual business — gets squeezed into the cracks.",
]}
"You're juggling 12 tools, 5 freelancers, and a content calendar held together by sticky notes. Every new campaign starts from scratch. Your brand voice changes depending on who wrote the copy. You know you need systems — but building them takes longer than just doing it yourself.", "Meanwhile, you're not building. You're managing. You're not creating. You're coordinating. The work that matters — the actual business — gets squeezed into the cracks."]}
useInvertedBackground={true}
showBorder={true}
/>
@@ -59,26 +55,11 @@ export default function AboutPage() {
description="From context to deployment, every piece works together."
features={[
{
id: "01",
title: "Knows Your Business",
description: "FIOVA interviews you about your ICP, offer, positioning, voice, competitors. This context powers every output. No more re-explaining yourself.",
imageSrc: "http://img.b2bpic.net/free-vector/app-template-voice-translating_23-2148636703.jpg?_wi=2",
imageAlt: "interview conversation dialogue illustration",
},
id: "01", title: "Knows Your Business", description: "FIOVA interviews you about your ICP, offer, positioning, voice, competitors. This context powers every output. No more re-explaining yourself.", imageSrc: "http://img.b2bpic.net/free-vector/app-template-voice-translating_23-2148636703.jpg", imageAlt: "interview conversation dialogue illustration"},
{
id: "02",
title: "Builds Everything You Need",
description: "5 AI agents handle strategy, marketing, nurture, sales, and operations. ~100 asset types, all framework-driven. Not generic—specific to your business.",
imageSrc: "http://img.b2bpic.net/free-photo/african-businesswoman-reading-documents-signing-its-while-business-partners-sharing-paperwork-sitting-conference-table-broadroom-executive-director-meeting-shareholders-start-up-office_482257-13876.jpg?_wi=2",
imageAlt: "asset library content collection",
},
id: "02", title: "Builds Everything You Need", description: "5 AI agents handle strategy, marketing, nurture, sales, and operations. ~100 asset types, all framework-driven. Not generic—specific to your business.", imageSrc: "http://img.b2bpic.net/free-photo/african-businesswoman-reading-documents-signing-its-while-business-partners-sharing-paperwork-sitting-conference-table-broadroom-executive-director-meeting-shareholders-start-up-office_482257-13876.jpg", imageAlt: "asset library content collection"},
{
id: "03",
title: "Deploys & Tracks",
description: "Organize assets into campaigns, push them live, track performance. Intelligence flows back into the system so outputs improve over time.",
imageSrc: "http://img.b2bpic.net/free-photo/team-server-farm-engineers-using-isolated-screen-mockup-laptop_482257-117904.jpg?_wi=2",
imageAlt: "analytics dashboard metrics tracking",
},
id: "03", title: "Deploys & Tracks", description: "Organize assets into campaigns, push them live, track performance. Intelligence flows back into the system so outputs improve over time.", imageSrc: "http://img.b2bpic.net/free-photo/team-server-farm-engineers-using-isolated-screen-mockup-laptop_482257-117904.jpg", imageAlt: "analytics dashboard metrics tracking"},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -91,45 +72,20 @@ export default function AboutPage() {
<MetricCardTen
title="The Five Agents"
description="Specialized AI agents that handle every part of your business."
textboxLayout="centered"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
metrics={[
{
id: "1",
title: "Foundations",
subtitle: "PLAN Phase",
category: "Strategy & Context",
value: "2 sub-agents",
},
id: "1", title: "Foundations", subtitle: "PLAN Phase", category: "Strategy & Context", value: "2 sub-agents"},
{
id: "2",
title: "Marketing",
subtitle: "ATTRACT Phase",
category: "Content & Visibility",
value: "7 sub-agents",
},
id: "2", title: "Marketing", subtitle: "ATTRACT Phase", category: "Content & Visibility", value: "7 sub-agents"},
{
id: "3",
title: "Nurture",
subtitle: "EDUCATE Phase",
category: "Sequences & Trust",
value: "4 sub-agents",
},
id: "3", title: "Nurture", subtitle: "EDUCATE Phase", category: "Sequences & Trust", value: "4 sub-agents"},
{
id: "4",
title: "Sales",
subtitle: "CONVERT Phase",
category: "Closing & Revenue",
value: "4 sub-agents",
},
id: "4", title: "Sales", subtitle: "CONVERT Phase", category: "Closing & Revenue", value: "4 sub-agents"},
{
id: "5",
title: "Scale",
subtitle: "SYSTEMIZE Phase",
category: "Operations & Growth",
value: "4 sub-agents",
},
id: "5", title: "Scale", subtitle: "SYSTEMIZE Phase", category: "Operations & Growth", value: "4 sub-agents"},
]}
/>
</div>
@@ -141,19 +97,13 @@ export default function AboutPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/fiova",
ariaLabel: "Twitter",
},
href: "https://twitter.com/fiova", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/fiova",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/fiova", ariaLabel: "LinkedIn"},
{
icon: Youtube,
href: "https://youtube.com/@fiova",
ariaLabel: "YouTube",
},
href: "https://youtube.com/@fiova", ariaLabel: "YouTube"},
]}
/>
</div>