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() {