diff --git a/src/app/page.tsx b/src/app/page.tsx
index f5cdc16..e9cb05c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,17 +43,10 @@ export default function LandingPage() {
@@ -75,15 +56,8 @@ export default function LandingPage() {
@@ -94,21 +68,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Sparkles,
- title: "Modern Tasarım",
- description: "En güncel trendlere uygun modeller.",
- },
- {
- icon: Shield,
- title: "Uzun Ömürlü Kalite",
- description: "Dayanıklı malzeme ve işçilik.",
- },
- {
- icon: Award,
- title: "Müşteri Memnuniyeti",
- description: "Her aşamada yanınızdayız.",
- },
+ { icon: Sparkles, title: "Modern Tasarım", description: "En güncel trendlere uygun modeller." },
+ { icon: Shield, title: "Uzun Ömürlü Kalite", description: "Dayanıklı malzeme ve işçilik." },
+ { icon: Award, title: "Müşteri Memnuniyeti", description: "Her aşamada yanınızdayız." }
]}
title="Neden DilZey?"
description="Mobilyada estetik ve dayanıklılığın buluştuğu nokta."
@@ -117,52 +79,17 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file