From 717e5149252d3e305e7c7860a6f15651818a9e0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:26:00 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 +++ 1 file changed, 3 insertions(+) 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" }, -- 2.49.1 From 470f6601267ea8f73633241953b83472c8331306 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:26:01 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() {
-- 2.49.1