From 20a62d40ed4726c8157f91a2e30e5eb2df60adc1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:35 +0000 Subject: [PATCH] Update src/app/projeler/page.tsx --- src/app/projeler/page.tsx | 70 ++++++++++----------------------------- 1 file changed, 18 insertions(+), 52 deletions(-) diff --git a/src/app/projeler/page.tsx b/src/app/projeler/page.tsx index a80d169..3b5c85d 100644 --- a/src/app/projeler/page.tsx +++ b/src/app/projeler/page.tsx @@ -27,17 +27,14 @@ export default function ProjectsPage() { @@ -54,26 +51,11 @@ export default function ProjectsPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", - name: "Çankaya Residence", - price: "Tamamlandı", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-view-futuristic-city-landscape-with-roads-cars-skyscrapers-dubai-uae_231208-7583.jpg?_wi=2", - imageAlt: "Çankaya Residence Projesi", - }, + id: "1", name: "Çankaya Residence", price: "Tamamlandı", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-view-futuristic-city-landscape-with-roads-cars-skyscrapers-dubai-uae_231208-7583.jpg?_wi=2", imageAlt: "Çankaya Residence Projesi"}, { - id: "2", - name: "Miraç Park Konutları", - price: "Devam Ediyor", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bridge_1127-3959.jpg?_wi=2", - imageAlt: "Miraç Park Konutları", - }, + id: "2", name: "Miraç Park Konutları", price: "Devam Ediyor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bridge_1127-3959.jpg?_wi=2", imageAlt: "Miraç Park Konutları"}, { - id: "3", - name: "Kentsel Dönüşüm - B Bölgesi", - price: "Tamamlandı", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-1563.jpg?_wi=2", - imageAlt: "Kentsel Dönüşüm Projesi", - }, + id: "3", name: "Kentsel Dönüşüm - B Bölgesi", price: "Tamamlandı", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-1563.jpg?_wi=2", imageAlt: "Kentsel Dönüşüm Projesi"}, ]} /> @@ -92,26 +74,18 @@ export default function ProjectsPage() { useInvertedBackground={false} bulletPoints={[ { - title: "Konut Danışmanlığı", - description: "Konut satın alma ve kiralama konusunda profesyonel rehberlik", - icon: Home, + title: "Konut Danışmanlığı", description: "Konut satın alma ve kiralama konusunda profesyonel rehberlik", icon: Home, }, { - title: "Arsa Değerlendirmesi", - description: "Potansiyel değerlendirme ve yatırım analizi hizmetleri", - icon: Landmark, + title: "Arsa Değerlendirmesi", description: "Potansiyel değerlendirme ve yatırım analizi hizmetleri", icon: Landmark, }, { - title: "Ticari Gayrimenkul", - description: "Ticari alanlar için güvenilir danışmanlık ve portföy yönetimi", - icon: Building2, + title: "Ticari Gayrimenkul", description: "Ticari alanlar için güvenilir danışmanlık ve portföy yönetimi", icon: Building2, }, ]} buttons={[ { - text: "Emlak Portföyümüzü İnceleyin", - href: "#", - }, + text: "Emlak Portföyümüzü İnceleyin", href: "#"}, ]} /> @@ -124,13 +98,9 @@ export default function ProjectsPage() { useInvertedBackground={false} buttons={[ { - text: "Email Gönder", - href: "mailto:info@garmen.com.tr", - }, + text: "Email Gönder", href: "mailto:info@garmen.com.tr"}, { - text: "Telefon Ara", - href: "tel:+905xx-xxx-xxxx", - }, + text: "Telefon Ara", href: "tel:+905xx-xxx-xxxx"}, ]} /> @@ -139,13 +109,9 @@ export default function ProjectsPage() {