7 Commits

Author SHA1 Message Date
14392eaedf Update src/app/page.tsx 2026-04-21 04:14:46 +00:00
686b27acf5 Merge version_3 into main
Merge version_3 into main
2026-04-21 04:14:00 +00:00
85f18703fa Update src/app/page.tsx 2026-04-21 04:13:57 +00:00
fbb486ce3a Merge version_2 into main
Merge version_2 into main
2026-04-21 04:13:15 +00:00
551d5e640b Update src/app/page.tsx 2026-04-21 04:13:09 +00:00
ba9144f467 Merge version_1 into main
Merge version_1 into main
2026-04-21 03:59:18 +00:00
8815207a5b Merge version_1 into main
Merge version_1 into main
2026-04-21 03:58:54 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
title="Architects of Digital Revenue at Scale" title="Architects of Digital Revenue at Scale"
description="We are a high-ticket agency providing done-for-you execution. From paid acquisition to full-stack funnel development, we engineer the systems that power your growth." description="We deploy precision growth systems focused on increasing your qualified leads and aggressively lowering customer acquisition costs through proven, done-for-you execution."
tag="Performance-Driven Execution" tag="Performance-Driven Execution"
buttons={[ buttons={[
{ text: "Book a Call", href: "#contact" }, { text: "Book a Call", href: "#contact" },
@@ -127,7 +127,7 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ id: "f1", title: "How is pricing structured?", content: "We offer bespoke proposals based on the scope and ROI potential. We specialize in high-ticket engagements." }, { id: "f1", title: "How is pricing structured?", content: "We offer bespoke proposals based on the scope and ROI potential. We specialize in high-ticket engagements. Ready to get started? Book a free audit or discovery call with our team to map out your path to success." },
{ id: "f2", title: "Is ad spend included?", content: "Ad spend is always paid directly to the platforms to ensure full transparency and control." } { id: "f2", title: "Is ad spend included?", content: "Ad spend is always paid directly to the platforms to ensure full transparency and control." }
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
@@ -144,7 +144,7 @@ export default function LandingPage() {
title="Are you ready to scale?" title="Are you ready to scale?"
description="Book a discovery session to outline your growth roadmap." description="Book a discovery session to outline your growth roadmap."
buttons={[ buttons={[
{ text: "Schedule Discovery", href: "#" }, { text: "Book Your Growth Audit", href: "#" },
]} ]}
/> />
</div> </div>
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }