4 Commits

Author SHA1 Message Date
e7b396cc20 Update src/app/page.tsx 2026-04-20 13:54:59 +00:00
13288a31ca Merge version_2 into main
Merge version_2 into main
2026-04-20 13:54:12 +00:00
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" }]}
@@ -155,6 +155,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" }
]}
textarea={{ name: "details", placeholder: "Project Details", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-minimalist-interior-with-copy-space_23-2150943519.jpg"
imageAlt="modern office reception"
/>
@@ -175,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}