Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -34,9 +34,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "See Your 10-Minute Setup", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,49 +47,29 @@ export default function AboutPage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-modern-clean-saas-dashboard-interface--1773154561537-661c1628.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-modern-clean-saas-dashboard-interface--1773154561537-661c1628.png"
|
||||
imageAlt="OpenFlow AI About"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Founded 2024",
|
||||
handle: "OpenFlow AI Inc",
|
||||
testimonial: "Built by operations experts and AI engineers passionate about solving enterprise support challenges at scale.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154561908-fb0a471a.png?_wi=2",
|
||||
},
|
||||
name: "Founded 2024", handle: "OpenFlow AI Inc", testimonial: "Built by operations experts and AI engineers passionate about solving enterprise support challenges at scale.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154561908-fb0a471a.png"},
|
||||
{
|
||||
name: "Mission Driven",
|
||||
handle: "Core Values",
|
||||
testimonial: "We believe every enterprise team deserves access to powerful AI automation, regardless of technical expertise or budget constraints.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562468-e76be4ee.png?_wi=2",
|
||||
},
|
||||
name: "Mission Driven", handle: "Core Values", testimonial: "We believe every enterprise team deserves access to powerful AI automation, regardless of technical expertise or budget constraints.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562468-e76be4ee.png"},
|
||||
{
|
||||
name: "Customer Focused",
|
||||
handle: "Our Commitment",
|
||||
testimonial: "Every feature, every update, and every decision is made with our customers in mind. Your success is our success.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562271-e7fa2e9e.png?_wi=2",
|
||||
},
|
||||
name: "Customer Focused", handle: "Our Commitment", testimonial: "Every feature, every update, and every decision is made with our customers in mind. Your success is our success.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562271-e7fa2e9e.png"},
|
||||
{
|
||||
name: "Future Ready",
|
||||
handle: "Innovation",
|
||||
testimonial: "We're constantly innovating to bring the latest AI capabilities to your enterprise operations at your fingertips.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154562277-e1364c7b.jpg?_wi=2",
|
||||
},
|
||||
name: "Future Ready", handle: "Innovation", testimonial: "We're constantly innovating to bring the latest AI capabilities to your enterprise operations at your fingertips.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154562277-e1364c7b.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "contact",
|
||||
},
|
||||
text: "See Your 10-Minute Setup", href: "contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -108,49 +86,24 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "innovation",
|
||||
label: "Build",
|
||||
title: "Innovation at the Core",
|
||||
items: [
|
||||
"Advanced AI technology",
|
||||
"Continuous research",
|
||||
"State-of-the-art solutions",
|
||||
"Tomorrow's features today",
|
||||
],
|
||||
id: "innovation", label: "Build", title: "Innovation at the Core", items: [
|
||||
"Advanced AI technology", "Continuous research", "State-of-the-art solutions", "Tomorrow's features today"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore Tech",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Tech", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "trust",
|
||||
label: "Trust",
|
||||
title: "Security & Compliance",
|
||||
items: [
|
||||
"Enterprise-grade security",
|
||||
"SOC 2 Type II certified",
|
||||
"GDPR compliant",
|
||||
"Data privacy first",
|
||||
],
|
||||
id: "trust", label: "Trust", title: "Security & Compliance", items: [
|
||||
"Enterprise-grade security", "SOC 2 Type II certified", "GDPR compliant", "Data privacy first"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Security Details",
|
||||
href: "#",
|
||||
},
|
||||
text: "Security Details", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "partnership",
|
||||
label: "Partner",
|
||||
title: "Your Success Partner",
|
||||
items: [
|
||||
"Dedicated support teams",
|
||||
"Custom implementations",
|
||||
"Ongoing optimization",
|
||||
"Strategic guidance",
|
||||
],
|
||||
id: "partnership", label: "Partner", title: "Your Success Partner", items: [
|
||||
"Dedicated support teams", "Custom implementations", "Ongoing optimization", "Strategic guidance"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -167,29 +120,17 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png", alt: "Team member 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png", alt: "Team member 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png", alt: "Team member 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png", alt: "Team member 5"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg",
|
||||
alt: "Team member 6",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg", alt: "Team member 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,87 +140,51 @@ export default function AboutPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Roadmap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Roadmap", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Documentation", href: "#"},
|
||||
{
|
||||
label: "API Reference",
|
||||
href: "#",
|
||||
},
|
||||
label: "API Reference", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Status",
|
||||
href: "#",
|
||||
},
|
||||
label: "Status", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Security Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security Policy", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
@@ -74,9 +70,7 @@ export default function ContactPage() {
|
||||
brandName="OpenFlow AI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "See Your 10-Minute Setup", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,13 +82,9 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "See Your 10-Minute Setup", href: "/contact"},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Demo", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,29 +99,17 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png", alt: "Team member 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png", alt: "Team member 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png", alt: "Team member 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png", alt: "Team member 5"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg",
|
||||
alt: "Team member 6",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg", alt: "Team member 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,15 +124,7 @@ export default function ContactPage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"CloudScale",
|
||||
"FinFlow",
|
||||
"Enterprise Solutions",
|
||||
"Innovation Labs",
|
||||
"Global Services",
|
||||
"Digital Systems",
|
||||
"Future Tech",
|
||||
]}
|
||||
"TechCorp", "CloudScale", "FinFlow", "Enterprise Solutions", "Innovation Labs", "Global Services", "Digital Systems", "Future Tech"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
331
src/app/page.tsx
331
src/app/page.tsx
@@ -40,9 +40,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "See Your 10-Minute Setup", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,49 +53,29 @@ export default function HomePage() {
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-modern-clean-saas-dashboard-interface--1773154561537-661c1628.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-modern-clean-saas-dashboard-interface--1773154561537-661c1628.png"
|
||||
imageAlt="OpenFlow AI Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "HR Director, TechCorp",
|
||||
testimonial: "OpenFlow AI reduced our HR ticket volume by 65% in the first month. Our team can now focus on strategic initiatives.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562468-e76be4ee.png?_wi=1",
|
||||
},
|
||||
name: "Sarah Chen", handle: "HR Director, TechCorp", testimonial: "OpenFlow AI reduced our HR ticket volume by 65% in the first month. Our team can now focus on strategic initiatives.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562468-e76be4ee.png"},
|
||||
{
|
||||
name: "Marcus Johnson",
|
||||
handle: "IT Head, CloudScale",
|
||||
testimonial: "Password resets and access requests are now instant. Our support team has never been happier.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154561908-fb0a471a.png?_wi=1",
|
||||
},
|
||||
name: "Marcus Johnson", handle: "IT Head, CloudScale", testimonial: "Password resets and access requests are now instant. Our support team has never been happier.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154561908-fb0a471a.png"},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "Finance Manager, FinFlow",
|
||||
testimonial: "Expense approvals that took 2 days now complete in minutes. The ROI was immediate.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562271-e7fa2e9e.png?_wi=1",
|
||||
},
|
||||
name: "Elena Rodriguez", handle: "Finance Manager, FinFlow", testimonial: "Expense approvals that took 2 days now complete in minutes. The ROI was immediate.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-woma-1773154562271-e7fa2e9e.png"},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "COO, Enterprise Solutions",
|
||||
testimonial: "The no-code setup was remarkable. We were live with our first bot in under 10 minutes.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154562277-e1364c7b.jpg?_wi=1",
|
||||
},
|
||||
name: "David Kim", handle: "COO, Enterprise Solutions", testimonial: "The no-code setup was remarkable. We were live with our first bot in under 10 minutes.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/professional-headshot-portrait-of-a-man--1773154562277-e1364c7b.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "contact",
|
||||
},
|
||||
text: "See Your 10-Minute Setup", href: "contact"},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
href: "https://example.com/demo",
|
||||
},
|
||||
text: "Watch Demo", href: "https://example.com/demo"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -114,35 +92,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "OpenFlow",
|
||||
name: "HR Agent",
|
||||
price: "Benefits Inquiry",
|
||||
rating: 5,
|
||||
reviewCount: "10k+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-clean-modern-interface-screen-showing--1773154562832-2e4b1741.png",
|
||||
imageAlt: "HR Agent Interface",
|
||||
},
|
||||
id: "1", brand: "OpenFlow", name: "HR Agent", price: "Benefits Inquiry", rating: 5,
|
||||
reviewCount: "10k+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-clean-modern-interface-screen-showing--1773154562832-2e4b1741.png", imageAlt: "HR Agent Interface"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "OpenFlow",
|
||||
name: "IT Agent",
|
||||
price: "Access & Support",
|
||||
rating: 5,
|
||||
reviewCount: "8.5k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-sleek-it-support-dashboard-interface-s-1773154564104-9391b699.png",
|
||||
imageAlt: "IT Agent Interface",
|
||||
},
|
||||
id: "2", brand: "OpenFlow", name: "IT Agent", price: "Access & Support", rating: 5,
|
||||
reviewCount: "8.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-sleek-it-support-dashboard-interface-s-1773154564104-9391b699.png", imageAlt: "IT Agent Interface"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "OpenFlow",
|
||||
name: "Finance Agent",
|
||||
price: "Approval Workflow",
|
||||
rating: 5,
|
||||
reviewCount: "7.2k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-professional-finance-dashboard-showing-1773154562106-b1a6949b.jpg",
|
||||
imageAlt: "Finance Agent Interface",
|
||||
},
|
||||
id: "3", brand: "OpenFlow", name: "Finance Agent", price: "Approval Workflow", rating: 5,
|
||||
reviewCount: "7.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/a-professional-finance-dashboard-showing-1773154562106-b1a6949b.jpg", imageAlt: "Finance Agent Interface"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
/>
|
||||
@@ -159,49 +116,24 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "deployment",
|
||||
label: "10 Min",
|
||||
title: "Deploy in Minutes, Not Months",
|
||||
items: [
|
||||
"No code required",
|
||||
"Pre-built templates",
|
||||
"Instant configuration",
|
||||
"Live within 10 minutes",
|
||||
],
|
||||
id: "deployment", label: "10 Min", title: "Deploy in Minutes, Not Months", items: [
|
||||
"No code required", "Pre-built templates", "Instant configuration", "Live within 10 minutes"],
|
||||
buttons: [
|
||||
{
|
||||
text: "See Demo",
|
||||
href: "https://example.com/demo",
|
||||
},
|
||||
text: "See Demo", href: "https://example.com/demo"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "policy",
|
||||
label: "Smart",
|
||||
title: "Policy-Based AI Responses",
|
||||
items: [
|
||||
"Upload company policies",
|
||||
"Context-aware answers",
|
||||
"Compliance guaranteed",
|
||||
"Zero hallucinations",
|
||||
],
|
||||
id: "policy", label: "Smart", title: "Policy-Based AI Responses", items: [
|
||||
"Upload company policies", "Context-aware answers", "Compliance guaranteed", "Zero hallucinations"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "integration",
|
||||
label: "Seamless",
|
||||
title: "Deploy Across Your Stack",
|
||||
items: [
|
||||
"Slack integration",
|
||||
"Intranet deployment",
|
||||
"Website widgets",
|
||||
"API-first architecture",
|
||||
],
|
||||
id: "integration", label: "Seamless", title: "Deploy Across Your Stack", items: [
|
||||
"Slack integration", "Intranet deployment", "Website widgets", "API-first architecture"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -218,29 +150,17 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: TrendingUp,
|
||||
title: "Ticket Reduction",
|
||||
value: "65%",
|
||||
},
|
||||
id: "1", icon: TrendingUp,
|
||||
title: "Ticket Reduction", value: "65%"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Time to Deploy",
|
||||
value: "<10 min",
|
||||
},
|
||||
id: "2", icon: Clock,
|
||||
title: "Time to Deploy", value: "<10 min"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Employee Adoption",
|
||||
value: "94%",
|
||||
},
|
||||
id: "3", icon: Users,
|
||||
title: "Employee Adoption", value: "94%"},
|
||||
{
|
||||
id: "4",
|
||||
icon: DollarSign,
|
||||
title: "Cost Savings",
|
||||
value: "45%",
|
||||
},
|
||||
id: "4", icon: DollarSign,
|
||||
title: "Cost Savings", value: "45%"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,74 +176,35 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "Custom",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "1", price: "Custom", name: "Starter", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Get Started", href: "contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"1 AI Agent",
|
||||
"Up to 1,000 queries/month",
|
||||
"Slack integration",
|
||||
"Email support",
|
||||
"30-day onboarding",
|
||||
],
|
||||
"1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Custom",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Custom", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Get Started", href: "contact"},
|
||||
{
|
||||
text: "Chat with Sales",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Chat with Sales", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"Up to 3 AI Agents",
|
||||
"Unlimited queries",
|
||||
"All channels (Slack, intranet, web)",
|
||||
"Priority support",
|
||||
"Custom integrations",
|
||||
"Analytics dashboard",
|
||||
],
|
||||
"Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "3", price: "Custom", name: "Enterprise", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Contact Sales", href: "contact"},
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Schedule Demo", href: "contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Agents",
|
||||
"White-label deployment",
|
||||
"Advanced security & compliance",
|
||||
"Dedicated success manager",
|
||||
"Custom training",
|
||||
"SLA guarantee (99.9% uptime)",
|
||||
],
|
||||
"Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -340,29 +221,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png",
|
||||
alt: "Team member 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562085-06e8065d.png", alt: "Team member 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png",
|
||||
alt: "Team member 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562814-b37ac6ef.png", alt: "Team member 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png",
|
||||
alt: "Team member 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562621-12add09e.png", alt: "Team member 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg",
|
||||
alt: "Team member 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154562606-3ba07073.jpg", alt: "Team member 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png",
|
||||
alt: "Team member 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-profes-1773154562281-8b0fa2b3.png", alt: "Team member 5"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg",
|
||||
alt: "Team member 6",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Al5lXq4FuvVTsncx15643rVlte/small-circular-profile-photo-of-a-divers-1773154564718-495f9123.jpg", alt: "Team member 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -378,15 +247,7 @@ export default function HomePage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"CloudScale",
|
||||
"FinFlow",
|
||||
"Enterprise Solutions",
|
||||
"Innovation Labs",
|
||||
"Global Services",
|
||||
"Digital Systems",
|
||||
"Future Tech",
|
||||
]}
|
||||
"TechCorp", "CloudScale", "FinFlow", "Enterprise Solutions", "Innovation Labs", "Global Services", "Digital Systems", "Future Tech"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -399,13 +260,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "contact",
|
||||
},
|
||||
text: "See Your 10-Minute Setup", href: "contact"},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Schedule a Demo", href: "contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -415,87 +272,51 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Roadmap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Roadmap", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Documentation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Documentation", href: "#"},
|
||||
{
|
||||
label: "API Reference",
|
||||
href: "#",
|
||||
},
|
||||
label: "API Reference", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Status",
|
||||
href: "#",
|
||||
},
|
||||
label: "Status", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Security Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security Policy", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function PricingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "API Reference", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
@@ -47,8 +44,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security Policy", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function PricingPage() {
|
||||
brandName="OpenFlow AI"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "See Your 10-Minute Setup", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -85,74 +79,35 @@ export default function PricingPage() {
|
||||
<PricingCardThree
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "Custom",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "1", price: "Custom", name: "Starter", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"1 AI Agent",
|
||||
"Up to 1,000 queries/month",
|
||||
"Slack integration",
|
||||
"Email support",
|
||||
"30-day onboarding",
|
||||
],
|
||||
"1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Custom",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Custom", name: "Professional", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
{
|
||||
text: "Chat with Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Chat with Sales", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Up to 3 AI Agents",
|
||||
"Unlimited queries",
|
||||
"All channels (Slack, intranet, web)",
|
||||
"Priority support",
|
||||
"Custom integrations",
|
||||
"Analytics dashboard",
|
||||
],
|
||||
"Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "3", price: "Custom", name: "Enterprise", buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Demo", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI Agents",
|
||||
"White-label deployment",
|
||||
"Advanced security & compliance",
|
||||
"Dedicated success manager",
|
||||
"Custom training",
|
||||
"SLA guarantee (99.9% uptime)",
|
||||
],
|
||||
"Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)"],
|
||||
},
|
||||
]}
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -168,29 +123,17 @@ export default function PricingPage() {
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: TrendingUp,
|
||||
title: "Ticket Reduction",
|
||||
value: "65%",
|
||||
},
|
||||
id: "1", icon: TrendingUp,
|
||||
title: "Ticket Reduction", value: "65%"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Clock,
|
||||
title: "Time to Deploy",
|
||||
value: "<10 min",
|
||||
},
|
||||
id: "2", icon: Clock,
|
||||
title: "Time to Deploy", value: "<10 min"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Users,
|
||||
title: "Employee Adoption",
|
||||
value: "94%",
|
||||
},
|
||||
id: "3", icon: Users,
|
||||
title: "Employee Adoption", value: "94%"},
|
||||
{
|
||||
id: "4",
|
||||
icon: DollarSign,
|
||||
title: "Cost Savings",
|
||||
value: "45%",
|
||||
},
|
||||
id: "4", icon: DollarSign,
|
||||
title: "Cost Savings", value: "45%"},
|
||||
]}
|
||||
title="OpenFlow AI Impact"
|
||||
description="Measurable results across enterprise deployments"
|
||||
@@ -209,13 +152,9 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Your 10-Minute Setup",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "See Your 10-Minute Setup", href: "/contact"},
|
||||
{
|
||||
text: "Schedule a Demo",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Demo", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user