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