From e05ae0033a3c844bef81a88ea9a12ead7edae57b Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Sat, 4 Apr 2026 16:10:49 +0300 Subject: [PATCH] =?UTF-8?q?design:=20split=20'G=C3=BC=C3=A7l=C3=BC=20Yap?= =?UTF-8?q?=C4=B1lar'=20into=20two=20lines=20for=20better=20visual=20rhyth?= =?UTF-8?q?m?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/landing-page.tsx | 61 +++++++++++++++++---------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/src/components/landing-page.tsx b/src/components/landing-page.tsx index 41b39a5..afa2201 100644 --- a/src/components/landing-page.tsx +++ b/src/components/landing-page.tsx @@ -2,9 +2,9 @@ import Image from "next/image"; import { motion } from "framer-motion"; -import { - Phone, - MessageSquare, +import { + Phone, + MessageSquare, ArrowUpRight } from "lucide-react"; import { Button } from "@/components/ui/button"; @@ -45,7 +45,7 @@ export function LandingPage({ projects }: { projects: Project[] }) { />
- +
Modern
Mühendislik
- Güçlü Yapılar + Güçlü
+ Yapılar
@@ -92,28 +93,28 @@ export function LandingPage({ projects }: { projects: Project[] }) {
{[ - { + { id: "01", - title: "Statik Proje Tasarımı", + title: "Statik Proje Tasarımı", desc: "Maksimum dayanıklılık için ileri düzey mühendislik hesaplamaları ve deprem yönetmeliğine tam uyumlu taşıyıcı sistem analizleri.", img: "https://images.unsplash.com/photo-1503387762-592deb58ef4e?q=80&w=2062" }, - { + { id: "02", - title: "Müteahhitlik Hizmetleri", + title: "Müteahhitlik Hizmetleri", desc: "A'dan Z'ye anahtar teslim inşaat süreçleri. Kaliteli malzeme ve usta işçiliği mühendislik denetimiyle birleştiriyoruz.", img: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070" }, - { + { id: "03", - title: "Teknik Danışmanlık", + title: "Teknik Danışmanlık", desc: "İnşaat yatırım süreçlerinizde risk yönetimi, bütçe optimizasyonu ve yasal mevzuat uyumu konusunda profesyonel destek.", img: "https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1974" } ].map((s, i) => ( - @@ -149,18 +150,18 @@ export function LandingPage({ projects }: { projects: Project[] }) {
{projects.length > 0 ? projects.map((p, i) => ( -
- {p.title} @@ -183,9 +184,9 @@ export function LandingPage({ projects }: { projects: Project[] }) { "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070", "https://images.unsplash.com/photo-1497366754035-f200968a6e72?q=80&w=1974" ].map((url, i) => ( -
- Fallback -
+
+ Fallback +
)) )}
@@ -197,17 +198,17 @@ export function LandingPage({ projects }: { projects: Project[] }) {
- Office
- 10+ -

Yıllık Güven

+ 10+ +

Yıllık Güven

@@ -276,7 +277,7 @@ export function LandingPage({ projects }: { projects: Project[] }) {