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 +}