Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:56:21 +00:00
parent fbc04af280
commit b638599ad0

View File

@@ -198,8 +198,8 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=1"
imageAlt="Modern industrial facility"
mediaPosition="right"
inputPlaceholder="Enter your business email"
buttonText="Request Information"
inputPlaceholder="Business Email (Required)"
buttonText="Get Custom Quote"
termsText="We respect your privacy. We'll respond within 24 business hours with tailored procurement solutions."
mediaAnimation="none"
/>
@@ -214,4 +214,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}