Merge version_20 into main #25

Merged
bender merged 1 commits from version_20 into main 2026-04-07 22:15:11 +00:00

View File

@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
@@ -57,6 +58,28 @@ export default function AboutPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardSix
title="Meet Our Team"
description="The experts behind our data-driven growth strategies"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
members={[
{
id: "karu", name: "Karu Thompson", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-an0m09wi.png", imageAlt: "Karu Thompson"
},
{
id: "esteban", name: "Esteban Sarmiento", role: "Head of Content", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-2zjzpthg.png", imageAlt: "Esteban Sarmiento"
},
{
id: "isabella", name: "Isabella Bernal", role: "Digital Marketing Lead", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5BwcOCEdbUvGXGzmfDl4faxC/uploaded-1775600092595-ladfdxgz.jpg", imageAlt: "Isabella Bernal"
}
]}
/>
</div>
<div id="founder-story" data-section="founder-story">
<TextSplitAbout
title="Built by Testing in Real Businesses"
@@ -95,27 +118,6 @@ export default function AboutPage() {
/>
</div>
<div id="our-mission" data-section="our-mission">
<FeatureCardMedia
title="Our Mission & Values"
description="We're committed to transparent, results-driven lead generation that transforms service businesses"
features={[
{
id: "mission-1", title: "Transparency First", description: "Every metric, every lead, every dollar spent is tracked and reported. Our clients know exactly where their investment goes and what results it generates. We've seen what happens when agencies hide behind jargon and vanity metrics—we don't operate that way.", tag: "Commitment"
},
{
id: "mission-2", title: "Results-Driven Innovation", description: "We continuously test and optimize based on real performance data. Your success drives our innovation. Better leads mean better results. When something isn't working, we change it. When something works, we scale it.", tag: "Innovation"
},
{
id: "mission-3", title: "Deep Industry Understanding", description: "We've built and tested systems in service businesses. We understand your challenges, your sales timelines, what quality leads look like in your market, and how to measure actual business impact.", tag: "Expertise"
}
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
<div id="about-cta" data-section="about-cta">
<ContactCTA
tag="Ready to Grow"