diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5ec3908..be33128 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,43 +43,17 @@ export default function LandingPage() {
@@ -323,21 +141,10 @@ export default function LandingPage() {
title="ZADZWOŃ LUB NAPISZ"
description="Jesteśmy tu dla Ciebie. Ul. Obrońców Pokoju 82/82A, Gorzów Wlkp."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Imię",
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Telefon",
- },
+ { name: "name", type: "text", placeholder: "Imię" },
+ { name: "phone", type: "tel", placeholder: "Telefon" }
]}
- textarea={{
- name: "message",
- placeholder: "Twoja wiadomość",
- }}
+ textarea={{ name: "message", placeholder: "Twoja wiadomość" }}
imageSrc="http://img.b2bpic.net/free-photo/location-navigation-destination-journey-position-concept_53876-124302.jpg"
/>
@@ -345,14 +152,8 @@ export default function LandingPage() {