Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c263866613 | |||
| b809c65ad0 | |||
| a457dbaab8 | |||
| 9d8b951a3b | |||
| 245015fcc9 | |||
| 4ab5f116a8 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", label: "Quality Guaranteed" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Get Quote", href: "#contact" }]}
|
||||
buttons={[{ text: "Request Your Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-dark-blue-uniform-working-with-hammer-plier_7502-9148.jpg"
|
||||
imageAlt="Industrial steel fabrication shop"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -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