From 7fe65ec19792d06d5d4ceca01f85ef46a02aae90 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:32 +0000 Subject: [PATCH 1/6] Add src/app/garmen-emlak/page.tsx --- src/app/garmen-emlak/page.tsx | 124 ++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 src/app/garmen-emlak/page.tsx diff --git a/src/app/garmen-emlak/page.tsx b/src/app/garmen-emlak/page.tsx new file mode 100644 index 0000000..196c298 --- /dev/null +++ b/src/app/garmen-emlak/page.tsx @@ -0,0 +1,124 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; +import { Home, Building2, Landmark } from "lucide-react"; + +export default function RealEstatePage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +} \ No newline at end of file -- 2.49.1 From 387e28733336380bfd35d1fe4191e4e2feb4d8f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:33 +0000 Subject: [PATCH 2/6] Update src/app/hizmetler/page.tsx --- src/app/hizmetler/page.tsx | 97 +++++++++++--------------------------- 1 file changed, 27 insertions(+), 70 deletions(-) diff --git a/src/app/hizmetler/page.tsx b/src/app/hizmetler/page.tsx index 3086556..626f46a 100644 --- a/src/app/hizmetler/page.tsx +++ b/src/app/hizmetler/page.tsx @@ -27,17 +27,14 @@ export default function ServicesPage() { @@ -53,47 +50,23 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "1", - title: "Konut İnşaatı", - tags: ["İnşaat", "Konut Projeleri"], - imageSrc: "http://img.b2bpic.net/free-photo/developing-district-neighbourhood_23-2147694663.jpg?_wi=2", - imageAlt: "Konut İnşaatı", - }, + id: "1", title: "Konut İnşaatı", tags: ["İnşaat", "Konut Projeleri"], + imageSrc: "http://img.b2bpic.net/free-photo/developing-district-neighbourhood_23-2147694663.jpg?_wi=2", imageAlt: "Konut İnşaatı"}, { - id: "2", - title: "Temelden Müteahhitlik", - tags: ["Taahhütlü", "Yapı"], - imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg?_wi=2", - imageAlt: "Temelden Müteahhitlik", - }, + id: "2", title: "Temelden Müteahhitlik", tags: ["Taahhütlü", "Yapı"], + imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg?_wi=2", imageAlt: "Temelden Müteahhitlik"}, { - id: "3", - title: "Kentsel Dönüşüm", - tags: ["Dönüşüm", "Planlama"], - imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347177.jpg?_wi=2", - imageAlt: "Kentsel Dönüşüm", - }, + id: "3", title: "Kentsel Dönüşüm", tags: ["Dönüşüm", "Planlama"], + imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347177.jpg?_wi=2", imageAlt: "Kentsel Dönüşüm"}, { - id: "4", - title: "Anahtar Teslim Projeler", - tags: ["Malzemeli", "Bütünsel"], - imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-constructor-hat_23-2148393116.jpg?_wi=2", - imageAlt: "Anahtar Teslim", - }, + id: "4", title: "Anahtar Teslim Projeler", tags: ["Malzemeli", "Bütünsel"], + imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-constructor-hat_23-2148393116.jpg?_wi=2", imageAlt: "Anahtar Teslim"}, { - id: "5", - title: "Dış Cephe Sistemleri", - tags: ["Cephe", "Estetik"], - imageSrc: "http://img.b2bpic.net/free-photo/building-wall-with-sky_23-2148106896.jpg?_wi=2", - imageAlt: "Dış Cephe", - }, + id: "5", title: "Dış Cephe Sistemleri", tags: ["Cephe", "Estetik"], + imageSrc: "http://img.b2bpic.net/free-photo/building-wall-with-sky_23-2148106896.jpg?_wi=2", imageAlt: "Dış Cephe"}, { - id: "6", - title: "Proje Yönetimi", - tags: ["Yönetim", "Koordinasyon"], - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-building-plans-copyspace_23-2147813102.jpg?_wi=3", - imageAlt: "Proje Yönetimi", - }, + id: "6", title: "Proje Yönetimi", tags: ["Yönetim", "Koordinasyon"], + imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-building-plans-copyspace_23-2147813102.jpg?_wi=3", imageAlt: "Proje Yönetimi"}, ]} /> @@ -112,24 +85,16 @@ export default function ServicesPage() { useInvertedBackground={true} bulletPoints={[ { - title: "Konut Projeleri", - description: "Modern mimari ve yüksek kalite standartlarıyla hazırlanan konut projeleri", - icon: Home, + title: "Konut Projeleri", description: "Modern mimari ve yüksek kalite standartlarıyla hazırlanan konut projeleri", icon: Home, }, { - title: "Mühendislik Altyapısı", - description: "Sağlam mühendislik çözümleri ve teknik uzmanlık", - }, + title: "Mühendislik Altyapısı", description: "Sağlam mühendislik çözümleri ve teknik uzmanlık"}, { - title: "Müşteri Memnuniyeti", - description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması", - }, + title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması"}, ]} buttons={[ { - text: "Daha Fazla Bilgi", - href: "/kurumsal", - }, + text: "Daha Fazla Bilgi", href: "/kurumsal"}, ]} /> @@ -142,13 +107,9 @@ export default function ServicesPage() { 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"}, ]} /> @@ -157,13 +118,9 @@ export default function ServicesPage() { -- 2.49.1 From 900d3b0393137d2dab88e66d513df4f04c7f516c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:33 +0000 Subject: [PATCH 3/6] Update src/app/iletisim/page.tsx --- src/app/iletisim/page.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/src/app/iletisim/page.tsx b/src/app/iletisim/page.tsx index 806dadb..c3a774a 100644 --- a/src/app/iletisim/page.tsx +++ b/src/app/iletisim/page.tsx @@ -8,12 +8,13 @@ import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; export default function ContactPage() { const navItems = [ - { name: "Ana Sayfa", id: "home" }, - { name: "Kurumsal", id: "about" }, - { name: "Hizmetler", id: "services" }, - { name: "Projeler", id: "projects" }, - { name: "Garmen Emlak", id: "realestate" }, - { name: "Referanslar", id: "references" }, + { name: "Ana Sayfa", id: "/" }, + { name: "Kurumsal", id: "/kurumsal" }, + { name: "Hizmetler", id: "/hizmetler" }, + { name: "Projeler", id: "/projeler" }, + { name: "Garmen Emlak", id: "/garmen-emlak" }, + { name: "Referanslar", id: "#references" }, + { name: "İletişim", id: "/iletisim" }, ]; return ( @@ -33,10 +34,6 @@ export default function ContactPage() { @@ -46,18 +43,13 @@ export default function ContactPage() { text="Projeleriniz hakkında bilgi almak, iş birliği yapmak veya danışmanlık hizmeti almak için bizimle iletişime geçiniz." animationType="entrance-slide" background={{ - variant: "gradient-bars", - }} + variant: "gradient-bars"}} 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"}, ]} /> @@ -66,13 +58,9 @@ export default function ContactPage() { -- 2.49.1 From 09fabceb901baabe738a4ead4d01aefc323e3134 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:34 +0000 Subject: [PATCH 4/6] Update src/app/kurumsal/page.tsx --- src/app/kurumsal/page.tsx | 66 +++++++++++---------------------------- 1 file changed, 18 insertions(+), 48 deletions(-) diff --git a/src/app/kurumsal/page.tsx b/src/app/kurumsal/page.tsx index 270a792..fbb4dde 100644 --- a/src/app/kurumsal/page.tsx +++ b/src/app/kurumsal/page.tsx @@ -28,17 +28,14 @@ export default function CorporatePage() { @@ -58,18 +55,12 @@ export default function CorporatePage() { useInvertedBackground={true} bulletPoints={[ { - title: "Güvenilirlik", - description: "Her zaman müşteri memnuniyetini ön planda tutarak, taahhütlerimizi zamanında yerine getiririz.", - icon: Home, + title: "Güvenilirlik", description: "Her zaman müşteri memnuniyetini ön planda tutarak, taahhütlerimizi zamanında yerine getiririz.", icon: Home, }, { - title: "Kalite", - description: "En iyi malzemeleri kullanarak ve profesyonel işçilikle uzun ömürlü yapılar inşa ederiz.", - }, + title: "Kalite", description: "En iyi malzemeleri kullanarak ve profesyonel işçilikle uzun ömürlü yapılar inşa ederiz."}, { - title: "Deneyim", - description: "10+ yıllık deneyimimiz, 25+ tamamlanan proje ve 150+ memnun müşteri ile kanıtlanmıştır.", - }, + title: "Deneyim", description: "10+ yıllık deneyimimiz, 25+ tamamlanan proje ve 150+ memnun müşteri ile kanıtlanmıştır."}, ]} /> @@ -89,17 +80,11 @@ export default function CorporatePage() { useInvertedBackground={false} bulletPoints={[ { - title: "Saydamlık ve İtimat", - description: "Müşterilerimizle açık iletişim kurarak, her aşamada bilgi sahibi olmalarını sağlarız.", - }, + title: "Saydamlık ve İtimat", description: "Müşterilerimizle açık iletişim kurarak, her aşamada bilgi sahibi olmalarını sağlarız."}, { - title: "Sürdürülebilirlik", - description: "Çevre dostu yöntemler ve malzemeler kullanarak, geleceğe karşı sorumluluğumuzu yerine getiririz.", - }, + title: "Sürdürülebilirlik", description: "Çevre dostu yöntemler ve malzemeler kullanarak, geleceğe karşı sorumluluğumuzu yerine getiririz."}, { - title: "İnovation", - description: "Son teknolojileri takip ederek, sektördeki gelişmeleri projelerimize entegre ederiz.", - }, + title: "İnovation", description: "Son teknolojileri takip ederek, sektördeki gelişmeleri projelerimize entegre ederiz."}, ]} /> @@ -114,14 +99,7 @@ export default function CorporatePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Miraç Yol İnşaat A.Ş.", - "Gürtaş İnşaat A.Ş.", - "Halil Avcı İnşaat A.Ş.", - "Çankaya İnşaat A.Ş.", - "TOKİ Projeleri", - "Merkez İnşaat Ltd.", - "Elit Yapı A.Ş.", - ]} + "Miraç Yol İnşaat A.Ş.", "Gürtaş İnşaat A.Ş.", "Halil Avcı İnşaat A.Ş.", "Çankaya İnşaat A.Ş.", "TOKİ Projeleri", "Merkez İnşaat Ltd.", "Elit Yapı A.Ş."]} speed={35} showCard={true} /> @@ -136,13 +114,9 @@ export default function CorporatePage() { useInvertedBackground={false} buttons={[ { - text: "Email Gönder", - href: "mailto:info@garmen.com.tr", - }, + text: "Email Gönder", href: "mailto:info@garmen.com.tr"}, { - text: "Bizi Arayın", - href: "tel:+905xx-xxx-xxxx", - }, + text: "Bizi Arayın", href: "tel:+905xx-xxx-xxxx"}, ]} /> @@ -152,13 +126,9 @@ export default function CorporatePage() { -- 2.49.1 From de15890bb8594c99d89454fb76591af144467cb3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:34 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 171 ++++++++++++----------------------------------- 1 file changed, 41 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b9be11..cf37907 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,17 +32,14 @@ export default function HomePage() { @@ -59,13 +56,9 @@ export default function HomePage() { mediaAnimation="blur-reveal" buttons={[ { - text: "Projelerimizi Keşfedin", - href: "projects", - }, + text: "Projelerimizi Keşfedin", href: "/projeler"}, { - text: "Bize Ulaşın", - href: "contact", - }, + text: "Bize Ulaşın", href: "/iletisim"}, ]} buttonAnimation="slide-up" /> @@ -78,25 +71,13 @@ export default function HomePage() { description="Deneyim ve başarının ölçüsü" metrics={[ { - id: "1", - value: "25+", - description: "Tamamlanan Proje", - }, + id: "1", value: "25+", description: "Tamamlanan Proje"}, { - id: "2", - value: "150+", - description: "Mutlu Müşteri", - }, + id: "2", value: "150+", description: "Mutlu Müşteri"}, { - id: "3", - value: "10+", - description: "Yıllık Deneyim", - }, + id: "3", value: "10+", description: "Yıllık Deneyim"}, { - id: "4", - value: "5+", - description: "Kurumsal Referans", - }, + id: "4", value: "5+", description: "Kurumsal Referans"}, ]} gridVariant="uniform-all-items-equal" animationType="scale-rotate" @@ -120,24 +101,16 @@ export default function HomePage() { useInvertedBackground={true} bulletPoints={[ { - title: "Konut Projeleri", - description: "Modern mimari ve yüksek kalite standartlarıyla hazırlanan konut projeleri", - icon: Home, + title: "Konut Projeleri", description: "Modern mimari ve yüksek kalite standartlarıyla hazırlanan konut projeleri", icon: Home, }, { - title: "Mühendislik Altyapısı", - description: "Sağlam mühendislik çözümleri ve teknik uzmanlık", - }, + title: "Mühendislik Altyapısı", description: "Sağlam mühendislik çözümleri ve teknik uzmanlık"}, { - title: "Müşteri Memnuniyeti", - description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması", - }, + title: "Müşteri Memnuniyeti", description: "Profesyonel kadro ile zamanında ve eksiksiz proje tamamlanması"}, ]} buttons={[ { - text: "Daha Fazla Bilgi", - href: "/kurumsal", - }, + text: "Daha Fazla Bilgi", href: "/kurumsal"}, ]} /> @@ -154,47 +127,23 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "1", - title: "Konut İnşaatı", - tags: ["İnşaat", "Konut Projeleri"], - imageSrc: "http://img.b2bpic.net/free-photo/developing-district-neighbourhood_23-2147694663.jpg?_wi=1", - imageAlt: "residential building construction apartment project", - }, + id: "1", title: "Konut İnşaatı", tags: ["İnşaat", "Konut Projeleri"], + imageSrc: "http://img.b2bpic.net/free-photo/developing-district-neighbourhood_23-2147694663.jpg?_wi=1", imageAlt: "residential building construction apartment project"}, { - id: "2", - title: "Temelden Müteahhitlik", - tags: ["Taahhütlü", "Yapı"], - imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg?_wi=1", - imageAlt: "construction foundation excavation ground work", - }, + id: "2", title: "Temelden Müteahhitlik", tags: ["Taahhütlü", "Yapı"], + imageSrc: "http://img.b2bpic.net/free-vector/skyscraper-construction-isometric-set_1284-25682.jpg?_wi=1", imageAlt: "construction foundation excavation ground work"}, { - id: "3", - title: "Kentsel Dönüşüm", - tags: ["Dönüşüm", "Planlama"], - imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347177.jpg?_wi=1", - imageAlt: "urban renewal city development modern buildings", - }, + id: "3", title: "Kentsel Dönüşüm", tags: ["Dönüşüm", "Planlama"], + imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347177.jpg?_wi=1", imageAlt: "urban renewal city development modern buildings"}, { - id: "4", - title: "Anahtar Teslim Projeler", - tags: ["Malzemeli", "Bütünsel"], - imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-constructor-hat_23-2148393116.jpg?_wi=1", - imageAlt: "complete turnkey project construction ready", - }, + id: "4", title: "Anahtar Teslim Projeler", tags: ["Malzemeli", "Bütünsel"], + imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-constructor-hat_23-2148393116.jpg?_wi=1", imageAlt: "complete turnkey project construction ready"}, { - id: "5", - title: "Dış Cephe Sistemleri", - tags: ["Cephe", "Estetik"], - imageSrc: "http://img.b2bpic.net/free-photo/building-wall-with-sky_23-2148106896.jpg?_wi=1", - imageAlt: "modern building facade exterior cladding", - }, + id: "5", title: "Dış Cephe Sistemleri", tags: ["Cephe", "Estetik"], + imageSrc: "http://img.b2bpic.net/free-photo/building-wall-with-sky_23-2148106896.jpg?_wi=1", imageAlt: "modern building facade exterior cladding"}, { - id: "6", - title: "Proje Yönetimi", - tags: ["Yönetim", "Koordinasyon"], - imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-building-plans-copyspace_23-2147813102.jpg?_wi=1", - imageAlt: "construction project management team planning", - }, + id: "6", title: "Proje Yönetimi", tags: ["Yönetim", "Koordinasyon"], + imageSrc: "http://img.b2bpic.net/free-photo/architecture-concept-with-building-plans-copyspace_23-2147813102.jpg?_wi=1", imageAlt: "construction project management team planning"}, ]} /> @@ -212,26 +161,11 @@ export default function HomePage() { 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=1", - imageAlt: "luxury residential complex modern buildings", - }, + 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=1", imageAlt: "luxury residential complex modern buildings"}, { - id: "2", - name: "Miraç Park Konutları", - price: "Devam Ediyor", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bridge_1127-3959.jpg?_wi=1", - imageAlt: "residential park development green space", - }, + id: "2", name: "Miraç Park Konutları", price: "Devam Ediyor", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bridge_1127-3959.jpg?_wi=1", imageAlt: "residential park development green space"}, { - 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=1", - imageAlt: "urban renewal neighborhood transformation modern", - }, + 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=1", imageAlt: "urban renewal neighborhood transformation modern"}, ]} /> @@ -251,26 +185,18 @@ export default function HomePage() { 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: "#"}, ]} /> @@ -285,14 +211,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Miraç Yol İnşaat A.Ş.", - "Gürtaş İnşaat A.Ş.", - "Halil Avcı İnşaat A.Ş.", - "Çankaya İnşaat A.Ş.", - "TOKİ Projeleri", - "Merkez İnşaat Ltd.", - "Elit Yapı A.Ş.", - ]} + "Miraç Yol İnşaat A.Ş.", "Gürtaş İnşaat A.Ş.", "Halil Avcı İnşaat A.Ş.", "Çankaya İnşaat A.Ş.", "TOKİ Projeleri", "Merkez İnşaat Ltd.", "Elit Yapı A.Ş."]} speed={35} showCard={true} /> @@ -307,13 +226,9 @@ export default function HomePage() { 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"}, ]} /> @@ -323,13 +238,9 @@ export default function HomePage() { -- 2.49.1 From 20a62d40ed4726c8157f91a2e30e5eb2df60adc1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:31:35 +0000 Subject: [PATCH 6/6] 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() { -- 2.49.1