2 Commits

Author SHA1 Message Date
113259c12c Update src/app/page.tsx 2026-04-20 13:54:09 +00:00
58eec418af Merge version_1 into main
Merge version_1 into main
2026-04-20 13:53:10 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "gradient-bars" }}
title="Your Private Digital Lead Room"
title="Turn Every Interaction Into a Qualified Lead"
description="Qualify leads and secure your business growth in a tailored, professional environment."
tag="Lead Generation Optimized"
buttons={[{ text: "Get Started", href: "#contact" }]}
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}