6 Commits

Author SHA1 Message Date
c263866613 Merge version_4 into main
Merge version_4 into main
2026-04-24 19:06:20 +00:00
b809c65ad0 Update src/app/page.tsx 2026-04-24 19:06:17 +00:00
a457dbaab8 Merge version_3 into main
Merge version_3 into main
2026-04-24 19:05:33 +00:00
9d8b951a3b Update src/app/page.tsx 2026-04-24 19:05:30 +00:00
245015fcc9 Merge version_2 into main
Merge version_2 into main
2026-04-24 19:04:40 +00:00
4ab5f116a8 Merge version_2 into main
Merge version_2 into main
2026-04-24 19:04:14 +00:00

View File

@@ -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>