7 Commits

Author SHA1 Message Date
46c2a0f27c Merge version_5 into main
Merge version_5 into main
2026-03-03 13:33:15 +00:00
6bb3a0fb4a Update src/app/page.tsx 2026-03-03 13:33:09 +00:00
d79b9c8147 Merge version_4 into main
Merge version_4 into main
2026-03-03 09:34:09 +00:00
5f4700443f Update src/app/page.tsx 2026-03-03 09:34:04 +00:00
82856e8b60 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:09:59 +00:00
9dc7cd8db3 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:07:55 +00:00
a548e7b6b0 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:06:58 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
tag="On-demand creative production" tag="On-demand creative production"
title="The creative team that already knows your brand." title="The creative team that already knows your brand."
description="Unlimited campaign creatives, social content, explainer videos, product films, and more — on a flat monthly fee. You submit the request. We already have the context. Finished creative lands in your inbox within a defined window, every time." description="Get unlimited creative production in 2-7 days at a flat monthly fee — no retainers, no scope creep. Submit your request. We already have the context. Finished creative lands in your inbox within the defined window, every time."
background={{ variant: "plain" }} background={{ variant: "plain" }}
leftCarouselItems={[ leftCarouselItems={[
{ videoSrc: "https://videos.pexels.com/video-files/3962757/3962757-hd_1920_1080_25fps.mp4?_wi=1", videoAriaLabel: "creative production team collaboration" }, { videoSrc: "https://videos.pexels.com/video-files/3962757/3962757-hd_1920_1080_25fps.mp4?_wi=1", videoAriaLabel: "creative production team collaboration" },
@@ -270,10 +270,11 @@ export default function LandingPage() {
<div id="cta-banner" data-section="cta-banner"> <div id="cta-banner" data-section="cta-banner">
<TextAbout <TextAbout
title="Ready to stop rebriefing and start shipping?" title="Ready to ship in 48 hours instead of 48 days?"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Book a call", href: "#" } { text: "Book a call", href: "#" },
{ text: "See pricing", href: "pricing" }
]} ]}
/> />
</div> </div>