Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31f63c019b | |||
| e778020231 | |||
| 8ac9f12617 | |||
| 78424ab89c | |||
| a5411bdc10 | |||
| dd802cf3c1 | |||
| 40991bda53 | |||
| 413406e108 | |||
| cd7cbc6ec9 | |||
| 79389b9b27 | |||
| 1a9c967c7c | |||
| 7ee57918c3 | |||
| 0ac6afffdd | |||
| 9d643e539a | |||
| 4b356c6dd6 | |||
| e4d1e2c7d4 | |||
| d4351c3ace | |||
| 8f10d30f26 | |||
| c646f68fb6 |
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
@@ -37,21 +37,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
<HeroBillboard
|
||||
title="Scale Your Performance Marketing"
|
||||
description="Data-driven strategies that deliver results. We help e-commerce brands achieve 2x-5x+ ROAS through precision targeting and continuous optimization."
|
||||
tag="Performance Marketing Agency"
|
||||
description="Data-driven strategies that turn advertising spend into predictable revenue growth. We help e-commerce brands 2-5x their ROAS."
|
||||
tag="Growth Agency"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-analyzing-checking-finance-graphs-office_23-2150377179.jpg?_wi=1"
|
||||
imageAlt="Performance marketing analytics dashboard"
|
||||
textPosition="bottom-left"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book Strategy Call", href: "#contact" },
|
||||
{ text: "Explore Case Studies", href: "#testimonial" }
|
||||
{ text: "View Case Studies", href: "#testimonial" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-analyzing-checking-finance-graphs-office_23-2150377179.jpg?_wi=2"
|
||||
imageAlt="Marketing performance analytics and growth metrics"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -128,4 +127,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user