2 Commits

Author SHA1 Message Date
4f9dd2498a Update src/app/page.tsx 2026-05-17 12:51:18 +00:00
0be33c4cca Merge version_2 into main
Merge version_2 into main
2026-05-17 12:46:48 +00:00

View File

@@ -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>
);
}
}