diff --git a/src/app/projeler/page.tsx b/src/app/projeler/page.tsx index 3b5c85d..440c611 100644 --- a/src/app/projeler/page.tsx +++ b/src/app/projeler/page.tsx @@ -36,6 +36,8 @@ export default function ProjectsPage() { { name: "İletişim", id: "/iletisim" }, ]} animateOnLoad={true} + button={{ + text: "İletişim", href: "/iletisim"}} /> @@ -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" + }, ]} /> @@ -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: "#" + }, ]} /> @@ -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" + }, ]} /> @@ -109,9 +117,11 @@ export default function ProjectsPage() {