From 4bcfbce99f66cd3510ca6d6a1f3bba9f85fad119 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 19:58:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c9d226..ebe4458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,7 +205,7 @@ export default function LandingPage() { imageAlt="Map illustration showing Skinquarter Market location" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="Your Name or Email" + inputPlaceholder="Your Email Address" buttonText="Send Inquiry" termsText="By sending an inquiry, you agree to our privacy policy." onSubmit={(email) => console.log("Contact form submitted with email:", email)}