From 1afe8bd59cf25ef90e083f962988a8d1479d080e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:47:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c14c68c..fa82ea9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,6 +123,8 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Περιγράψτε το πρόβλημα της συσκευής σας", rows: 4, required: true }} imageSrc="http://img.b2bpic.net/free-photo/close-up-refrigerant-manifold-gauges_482257-90522.jpg?_wi=1" mediaPosition="right" + buttonText="" + className="hidden-button" /> @@ -150,4 +152,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}