From b638599ad0b52be156ed00b199a331236a386a42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:56:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83b97f8..2a2dbbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}