Update src/app/projeler/page.tsx

This commit is contained in:
2026-03-07 20:33:35 +00:00
parent 4db1fd89ec
commit 7fdefebe86

View File

@@ -36,6 +36,8 @@ export default function ProjectsPage() {
{ name: "İletişim", id: "/iletisim" },
]}
animateOnLoad={true}
button={{
text: "İletişim", href: "/iletisim"}}
/>
</div>
@@ -51,11 +53,14 @@ 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>
@@ -85,7 +90,8 @@ export default function ProjectsPage() {
]}
buttons={[
{
text: "Emlak Portföyümüzü İnceleyin", href: "#"},
text: "Emlak Portföyümüzü İnceleyin", href: "#"
},
]}
/>
</div>
@@ -98,9 +104,11 @@ 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>
@@ -109,9 +117,11 @@ 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>