Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f9dd2498a | |||
| 0be33c4cca |
@@ -47,13 +47,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -81,6 +82,7 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "ROI Focused"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -231,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user