Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d8b951a3b | |||
| 245015fcc9 | |||
| 4ab5f116a8 |
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("Form submitted", email)}
|
||||
inputPlaceholder="Your inquiry details"
|
||||
inputPlaceholder="Enter your email or project needs"
|
||||
buttonText="Send Message"
|
||||
/>
|
||||
</div>
|
||||
@@ -141,4 +141,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user