diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae62779..c6916b9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,30 +29,11 @@ export default function LandingPage() {
@@ -60,67 +41,29 @@ export default function LandingPage() {
@@ -131,24 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "3D Baskı",
- description: "Endüstriyel SLA baskı ile yüksek hassasiyetli prototip ve seri üretim.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg?_wi=1",
- },
- {
- id: "2",
- title: "3D Tarama",
- description: "Lazer tarama teknolojisiyle parça ölçümleme ve kalite kontrol.",
- imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg?_wi=1",
- },
- {
- id: "3",
- title: "Tersine Mühendislik",
- description: "Mevcut parçaların CAD modele dönüştürülmesi ve tasarım.",
- imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg?_wi=1",
- },
+ { id: "1", title: "3D Baskı", description: "Endüstriyel SLA baskı.", tag: "Üretim", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-rubber-bicycle-part_23-2147892660.jpg" },
+ { id: "2", title: "3D Tarama", description: "Lazer tarama teknolojisi.", tag: "Analiz", imageSrc: "http://img.b2bpic.net/free-photo/production-electronic-components-high-tech-factory_1385-3207.jpg" },
+ { id: "3", title: "Tersine Mühendislik", description: "Parça analizi ve tasarım.", tag: "Tasarım", imageSrc: "http://img.b2bpic.net/free-photo/add-details-car-body-robotic-equipment-makes-assembly-car-modern-car-assembly-factory_645730-646.jpg" }
]}
title="Teknolojimiz"
description="Hassas üretim ve dijital tasarımın birleştiği nokta."
@@ -161,24 +89,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Award,
- title: "Başarılı Proje",
- value: "500+",
- },
- {
- id: "m2",
- icon: Zap,
- title: "Hassasiyet Oranı",
- value: "99.9%",
- },
- {
- id: "m3",
- icon: Shield,
- title: "Memnun Müşteri",
- value: "150+",
- },
+ { id: "m1", icon: Award, title: "Başarılı Proje", value: "500+" },
+ { id: "m2", icon: Zap, title: "Hassasiyet Oranı", value: "99.9%" },
+ { id: "m3", icon: Shield, title: "Memnun Müşteri", value: "150+" }
]}
title="Başarılarımız"
description="Hassasiyetle üretilen yüzlerce proje."
@@ -188,30 +101,15 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file