diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b6cd28..b256477 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -374,16 +188,8 @@ export default function LandingPage() { title="האופניים שלך יכולים להרגיש אחרת לגמרי" description="תן לנו להראות לך איך. השאר פרטים ונחזור אליך בהקדם." inputs={[ - { - name: "name", - type: "text", - placeholder: "שם מלא", - }, - { - name: "phone", - type: "tel", - placeholder: "טלפון", - }, + { name: "name", type: "text", placeholder: "שם מלא" }, + { name: "phone", type: "tel", placeholder: "טלפון" } ]} imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2539.jpg" mediaAnimation="slide-up" @@ -395,35 +201,21 @@ export default function LandingPage() { logoText="אופני סלאלום כפר סבא" columns={[ { - title: "יצירת קשר", - items: [ - { - label: "050-1234567", - href: "tel:0501234567", - }, - { - label: "כפר סבא, רחוב התעשייה", - href: "#", - }, - ], + title: "יצירת קשר", items: [ + { label: "050-1234567", href: "tel:0501234567" }, + { label: "כפר סבא, רחוב התעשייה", href: "#" } + ] }, { - title: "שעות פעילות", - items: [ - { - label: "א-ה: 09:00-19:00", - href: "#", - }, - { - label: "ו: 09:00-14:00", - href: "#", - }, - ], - }, + title: "שעות פעילות", items: [ + { label: "א-ה: 09:00-19:00", href: "#" }, + { label: "ו: 09:00-14:00", href: "#" } + ] + } ]} /> ); -} +} \ No newline at end of file