From f0de3f849ccf45caf7bf29a4ec0eece2124dfa2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 16:43:33 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 78 ++++++++---------------------------------- 1 file changed, 14 insertions(+), 64 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e1b00fe..5cbf305 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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} /> @@ -45,9 +43,7 @@ export default function AboutPage() { @@ -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() { @@ -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"}, ]} />