Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7b396cc20 | |||
| 13288a31ca | |||
| 113259c12c | |||
| 58eec418af |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user