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