diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 16214a0..9a260b0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,8 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Target, Users, TrendingUp, ShieldCheck } from "lucide-react"; export default function AboutPage() { return ( @@ -22,44 +25,66 @@ export default function AboutPage() { > -
- -
-

Our Journey

-

Founded by industry veterans with a shared vision, AiViqo began as a small boutique consultancy focused on solving the most complex automation bottlenecks for mid-market firms. Over the years, we have transformed into an enterprise-grade AI partner, serving clients across North America and Europe.

-

Our leadership team brings decades of combined experience in software engineering, data science, and business operations. We believe that technology should serve business goals, not dictate them, and we remain committed to creating transparent, high-ROI AI solutions.

-
+
+ +
+ +
+ +
+ +
+
); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6b6108f..c974500 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function ContactPage() { return ( @@ -34,18 +34,17 @@ export default function ContactPage() { />
-
- +
+