diff --git a/src/app/page.tsx b/src/app/page.tsx
index f848636..5a217cf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,18 +31,9 @@ export default function LandingPage() {
@@ -50,114 +41,11 @@ export default function LandingPage() {
@@ -167,30 +55,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Precision Robotics",
- description: "High-accuracy robotic arms for seamless assembly lines.",
- tag: "Robotics",
- imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robot-hummingbird_23-2151443851.jpg",
- },
- {
- id: "f2",
- title: "Data Analytics",
- description: "Real-time monitoring and analytics for better performance.",
- tag: "Analytics",
- imageSrc: "http://img.b2bpic.net/free-photo/remote-control-sound-settings-from-tablet_169016-23468.jpg",
- },
- {
- id: "f3",
- title: "Smart Integration",
- description: "Fully integrated systems with your current infrastructure.",
- tag: "Integration",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-lady-blue-construction-suit-helmet-controlling-machines-hangar-daytime-buildings-architecture-construction_140725-16221.jpg",
- },
+ { id: "f1", title: "Hassas Robotik", description: "Sorunsuz montaj hatları için yüksek doğruluklu robotik kollar.", tag: "Robotik" },
+ { id: "f2", title: "Veri Analitiği", description: "Daha iyi performans için gerçek zamanlı izleme ve analitik.", tag: "Analitik" },
+ { id: "f3", title: "Akıllı Entegrasyon", description: "Mevcut altyapınızla tam entegre sistemler.", tag: "Entegrasyon" },
]}
- title="Why Choose Mons"
- description="Powering your production with world-class automation systems."
+ title="Neden Mons?"
+ description="Üretiminizi dünya standartlarında otomasyon sistemleriyle güçlendiriyoruz."
/>
@@ -198,23 +68,13 @@ export default function LandingPage() {