diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b743c2a..8230aa8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1406,4 +1406,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} 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 +}