Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 46c2a0f27c | |||
| 6bb3a0fb4a | |||
| d79b9c8147 | |||
| 5f4700443f | |||
| 82856e8b60 | |||
| 9dc7cd8db3 | |||
| a548e7b6b0 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user