Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f9dd2498a | |||
| 0be33c4cca |
@@ -47,13 +47,14 @@ export default function LandingPage() {
|
|||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "sparkles-gradient"}}
|
||||||
title="Elevate Your Brand with Digital Casa"
|
title="Elevate Your Brand with Digital Casa"
|
||||||
description="We craft bespoke digital marketing strategies to accelerate growth and maximize your ROI in the modern landscape."
|
description="We craft bespoke digital marketing strategies to accelerate growth and maximize your ROI in the modern landscape."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Your Free Strategy Audit", href: "#contact"},
|
text: "Get Your Free Strategy Audit", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -81,6 +82,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
type: "text", text: "ROI Focused"},
|
type: "text", text: "ROI Focused"},
|
||||||
]}
|
]}
|
||||||
|
marqueeSpeed={40}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -231,4 +233,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user