5 Commits

Author SHA1 Message Date
b0035b6d34 Update src/app/page.tsx 2026-05-12 15:28:51 +00:00
32d941c948 Merge version_2 into main
Merge version_2 into main
2026-05-12 15:27:35 +00:00
06dd95b8de Update src/app/page.tsx 2026-05-12 15:27:29 +00:00
94f8913d81 Merge version_1 into main
Merge version_1 into main
2026-05-12 15:20:34 +00:00
7f004b7544 Merge version_1 into main
Merge version_1 into main
2026-05-12 15:20:04 +00:00

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{
text: "Request Pricing", href: "#contact"},
text: "Get Your Factory-Direct Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-space-car-park-interior-night_1127-2306.jpg"
imageAlt="Modern factory interior"
@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Tell us what you are looking for and we will get back to you within one business day with a custom solution."
buttons={[
{
text: "Contact Us", href: "mailto:dan.globalsales@gmail.com"},
text: "Request My Direct-Factory Quote", href: "mailto:dan.globalsales@gmail.com"},
]}
/>
</div>
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}