Merge version_1 into main #2
@@ -6,7 +6,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Zap, Award } from "lucide-react";
|
||||
import { Zap, Award, Leaf, MessageCircle, Crown } from "lucide-react";
|
||||
|
||||
export default function CapabilitiesPage() {
|
||||
const navItems = [
|
||||
@@ -18,24 +18,21 @@ export default function CapabilitiesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "AIO Alpha", href: "#" },
|
||||
{ label: "Conversational Pro", href: "#" },
|
||||
{ label: "Axior Empire", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "#" },
|
||||
{ label: "AIO Framework", href: "/aio-framework" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Contact", href: "/get-audit" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
@@ -77,61 +74,31 @@ export default function CapabilitiesPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "alpha",
|
||||
badge: "Organic Focus",
|
||||
badgeIcon: "Leaf",
|
||||
price: "Custom",
|
||||
subtitle: "Organic Visibility in Knowledge Graph",
|
||||
buttons: [
|
||||
id: "alpha", badge: "Organic Focus", badgeIcon: Leaf,
|
||||
price: "Custom", subtitle: "Organic Visibility in Knowledge Graph", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Knowledge Graph citation optimization",
|
||||
"Competitor citation analysis",
|
||||
"Content strategy for LLM visibility",
|
||||
"Monthly reporting & optimization",
|
||||
],
|
||||
"Knowledge Graph citation optimization", "Competitor citation analysis", "Content strategy for LLM visibility", "Monthly reporting & optimization"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Conversational",
|
||||
badgeIcon: "MessageCircle",
|
||||
price: "Custom",
|
||||
subtitle: "AI Conversational Ads Management",
|
||||
buttons: [
|
||||
id: "pro", badge: "Conversational", badgeIcon: MessageCircle,
|
||||
price: "Custom", subtitle: "AI Conversational Ads Management", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"ChatGPT & Gemini ad strategy",
|
||||
"Conversational media buying",
|
||||
"Real-time bid optimization",
|
||||
"Multi-platform campaign management",
|
||||
],
|
||||
"ChatGPT & Gemini ad strategy", "Conversational media buying", "Real-time bid optimization", "Multi-platform campaign management"],
|
||||
},
|
||||
{
|
||||
id: "empire",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: "Crown",
|
||||
price: "Custom",
|
||||
subtitle: "Full AIO + Immersive Experiments",
|
||||
buttons: [
|
||||
id: "empire", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "Custom", subtitle: "Full AIO + Immersive Experiments", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"Complete knowledge graph domination",
|
||||
"Conversational ad management",
|
||||
"Immersive AI experiences",
|
||||
"Dedicated strategy & support team",
|
||||
],
|
||||
"Complete knowledge graph domination", "Conversational ad management", "Immersive AI experiences", "Dedicated strategy & support team"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -148,89 +115,35 @@ export default function CapabilitiesPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen, CEO at FinFlow",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "We went from invisible to first answer.",
|
||||
quote:
|
||||
"Axior transformed our knowledge graph presence. Within 30 days, we appeared in 94% of LLM responses for our core services. Our customer acquisition doubled.",
|
||||
tag: "Fintech",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-ceo-o-1772794718958-84c49623.png",
|
||||
avatarAlt: "Sarah Chen",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-ceo-o-1772794718958-84c49623.png?_wi=2",
|
||||
},
|
||||
id: "1", name: "Sarah Chen, CEO at FinFlow", date: "Date: 15 January 2025", title: "We went from invisible to first answer.", quote:
|
||||
"Axior transformed our knowledge graph presence. Within 30 days, we appeared in 94% of LLM responses for our core services. Our customer acquisition doubled.", tag: "Fintech", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-ceo-o-1772794718958-84c49623.png", avatarAlt: "Sarah Chen", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-ceo-o-1772794718958-84c49623.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson, VP Growth at AgencyX",
|
||||
date: "Date: 18 January 2025",
|
||||
title: "The most strategic AIO agency we've encountered.",
|
||||
quote:
|
||||
"Their understanding of conversational media buying is unmatched. They didn't just optimize our visibility—they fundamentally changed how our target audience discovers us.",
|
||||
tag: "Agency",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-agency-head--1772794718434-51e2da8d.png",
|
||||
avatarAlt: "Marcus Johnson",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-agency-head--1772794718434-51e2da8d.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Marcus Johnson, VP Growth at AgencyX", date: "Date: 18 January 2025", title: "The most strategic AIO agency we've encountered.", quote:
|
||||
"Their understanding of conversational media buying is unmatched. They didn't just optimize our visibility—they fundamentally changed how our target audience discovers us.", tag: "Agency", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-agency-head--1772794718434-51e2da8d.png", avatarAlt: "Marcus Johnson", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-agency-head--1772794718434-51e2da8d.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez, Founder of TechVenture",
|
||||
date: "Date: 12 January 2025",
|
||||
title: "Phenomenal execution and strategic insight.",
|
||||
quote:
|
||||
"Axior's team brought a level of precision and strategic thinking that elevated our entire brand positioning. We're now the citation leader in our vertical.",
|
||||
tag: "Startup",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-startup-found-1772794720590-9f67e795.png",
|
||||
avatarAlt: "Elena Rodriguez",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-startup-found-1772794720590-9f67e795.png?_wi=2",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez, Founder of TechVenture", date: "Date: 12 January 2025", title: "Phenomenal execution and strategic insight.", quote:
|
||||
"Axior's team brought a level of precision and strategic thinking that elevated our entire brand positioning. We're now the citation leader in our vertical.", tag: "Startup", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-startup-found-1772794720590-9f67e795.png", avatarAlt: "Elena Rodriguez", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-startup-found-1772794720590-9f67e795.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Park, CTO at DataCorp",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "Enterprise-grade AIO strategy that delivers.",
|
||||
quote:
|
||||
"We needed a team that understood both the technical and strategic dimensions of knowledge graph optimization. Axior delivered both with exceptional clarity.",
|
||||
tag: "Enterprise",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-enterprise-c-1772794718615-48ca3702.png",
|
||||
avatarAlt: "David Park",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-enterprise-c-1772794718615-48ca3702.png?_wi=2",
|
||||
},
|
||||
id: "4", name: "David Park, CTO at DataCorp", date: "Date: 10 January 2025", title: "Enterprise-grade AIO strategy that delivers.", quote:
|
||||
"We needed a team that understood both the technical and strategic dimensions of knowledge graph optimization. Axior delivered both with exceptional clarity.", tag: "Enterprise", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-enterprise-c-1772794718615-48ca3702.png", avatarAlt: "David Park", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-an-enterprise-c-1772794718615-48ca3702.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Liu, VP Product at SaaSCo",
|
||||
date: "Date: 08 January 2025",
|
||||
title: "Completely changed our market perception.",
|
||||
quote:
|
||||
"Before Axior, we were barely visible in conversational AI. Now we're the go-to answer. The ROI on their services paid back in two months.",
|
||||
tag: "SaaS",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-saas-vp-or-gr-1772794718884-368035fa.png",
|
||||
avatarAlt: "Jessica Liu",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-saas-vp-or-gr-1772794718884-368035fa.png?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jessica Liu, VP Product at SaaSCo", date: "Date: 08 January 2025", title: "Completely changed our market perception.", quote:
|
||||
"Before Axior, we were barely visible in conversational AI. Now we're the go-to answer. The ROI on their services paid back in two months.", tag: "SaaS", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-saas-vp-or-gr-1772794718884-368035fa.png", avatarAlt: "Jessica Liu", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-saas-vp-or-gr-1772794718884-368035fa.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Thomas Mueller, Director at FinBrand",
|
||||
date: "Date: 05 January 2025",
|
||||
title: "Strategic authority in AI optimization.",
|
||||
quote:
|
||||
"Axior isn't just another agency. They're strategic partners who understand the future of brand discovery. Their insights shaped our entire go-to-market approach.",
|
||||
tag: "Fintech",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-brand-1772794719124-f9e6e89b.png",
|
||||
avatarAlt: "Thomas Mueller",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-brand-1772794719124-f9e6e89b.png?_wi=2",
|
||||
},
|
||||
id: "6", name: "Thomas Mueller, Director at FinBrand", date: "Date: 05 January 2025", title: "Strategic authority in AI optimization.", quote:
|
||||
"Axior isn't just another agency. They're strategic partners who understand the future of brand discovery. Their insights shaped our entire go-to-market approach.", tag: "Fintech", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-brand-1772794719124-f9e6e89b.png", avatarAlt: "Thomas Mueller", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZJsW77gounDPg1MeeXlLIDR6V/professional-portrait-of-a-fintech-brand-1772794719124-f9e6e89b.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user