Update src/app/projeler/page.tsx

This commit is contained in:
2026-03-07 20:31:35 +00:00
parent de15890bb8
commit 20a62d40ed

View File

@@ -27,17 +27,14 @@ export default function ProjectsPage() {
<NavbarLayoutFloatingInline
brandName="Garmen Yapı İnşaat"
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" },
]}
button={{
text: "İletişim",
href: "contact",
}}
animateOnLoad={true}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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: "#"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -139,13 +109,9 @@ export default function ProjectsPage() {
<FooterLogoReveal
logoText="Garmen Yapı İnşaat"
leftLink={{
text: "Gizlilik Politikası",
href: "#",
}}
text: "Gizlilik Politikası", href: "#"}}
rightLink={{
text: "Kullanım Şartları",
href: "#",
}}
text: "Kullanım Şartları", href: "#"}}
/>
</div>
</ThemeProvider>