Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
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';
|
||||
@@ -35,6 +36,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Scale Your Performance Marketing"
|
||||
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"
|
||||
buttons={[
|
||||
{ text: "Book Strategy Call", href: "#contact" },
|
||||
{ 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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
title="Proven Results"
|
||||
|
||||
Reference in New Issue
Block a user