From 54d6c42f3eeef5865aae7fb37a9a89d588389981 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 ++++++++--------------------------------------- 1 file changed, 25 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d08090..4b4a0ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,24 +29,13 @@ export default function LandingPage() { @@ -54,33 +43,13 @@ export default function LandingPage() { @@ -97,107 +66,42 @@ export default function LandingPage() {
@@ -206,16 +110,9 @@ export default function LandingPage() { logoText="IRON" columns={[ { - title: "Seni Bekliyoruz.", - items: [ - { - label: "Gazi Mah. Ortaokul Cd. No:107, Karacabey / Bursa", - href: "#", - }, - { - label: "İletişim: 0541 575 17 41", - href: "tel:05415751741", - }, + title: "Seni Bekliyoruz.", items: [ + { label: "Gazi Mah. Ortaokul Cd. No:107, Karacabey / Bursa", href: "#" }, + { label: "İletişim: 0541 575 17 41", href: "tel:05415751741" }, ], }, ]} @@ -225,4 +122,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file