Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-05-12 15:26:07 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ export default function AboutPage() {
title="Our Impact"
description="Data-driven results that define our excellence."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "1", icon: Target, title: "Processes Automated", value: "500+" },
{ id: "2", icon: Users, title: "Businesses Scaled", value: "150+" },
@@ -67,6 +69,7 @@ export default function AboutPage() {
description="The diverse team of experts behind AiViqo."
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
team={[
{ id: "1", name: "Alex Rivers", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-glasses-standing-office-copy-space_23-2148782068.jpg" },
{ id: "2", name: "Maya Chen", role: "Head of AI Operations", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-using-laptop_23-2148855663.jpg" },

View File

@@ -36,13 +36,11 @@ export default function ContactPage() {
<div id="contact-form" data-section="contact-form">
<ContactCTA
tag="Get in touch"
title="Let's build something extraordinary together."
description="Our team is ready to help you optimize your business workflows. Reach out for a consultation, partnership inquiry, or technical support."
text="Let's build something extraordinary together. Our team is ready to help you optimize your business workflows. Reach out for a consultation, partnership inquiry, or technical support."
buttons={[
{ text: "Schedule a Call", href: "https://calendly.com/visuallabstudios/30min" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>