From aa5a0b6579c9a76665bff5b3472c39e68c6cd906 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:23:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c69370c..b4710ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,6 @@ export default function LandingPage() { const [location, setLocation] = useState(null); const handleDropPin = () => { - // Simulate geolocation or pin drop functionality alert("Pin dropped! Share this location with our driver."); setLocation("Dropped Pin: 35.2271° N, 80.8431° W"); }; @@ -179,15 +178,16 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: location || "Describe your location and vehicle issue", required: true }} imageSrc="http://img.b2bpic.net/free-photo/angry-young-call-center-girl-wearing-headset-sitting-desk-pointing-isolated-orange_141793-76389.jpg" - > + /> +
- +