diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9a260b0..4fda70e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c974500..39ace68 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,13 +36,11 @@ export default function ContactPage() {