diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3438162..c76ad71 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,113 +42,40 @@ export default function LandingPage() {
@@ -170,21 +85,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Şeffaf Kalite, Ödün Vermeyen Hijyen"
metrics={[
- {
- icon: ShieldCheck,
- label: "Hijyen Standardı",
- value: "%100",
- },
- {
- icon: Zap,
- label: "Hızlı Servis",
- value: "15dk",
- },
- {
- icon: Award,
- label: "Memnun Müşteri",
- value: "100K+",
- },
+ { icon: ShieldCheck, label: "Hijyen Standardı", value: "%100" },
+ { icon: Zap, label: "Hızlı Servis", value: "15dk" },
+ { icon: Award, label: "Memnun Müşteri", value: "100K+" },
]}
metricsAnimation="slide-up"
/>
@@ -196,27 +99,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "1",
- title: "Yerel Kaynak",
- subtitle: "En taze ürünler yerel çiftliklerden.",
- category: "Kalite",
- value: "Premium",
- },
- {
- id: "2",
- title: "Hijyen Odaklı",
- subtitle: "Sıkı denetim ve temizlik süreçleri.",
- category: "Güven",
- value: "Standart",
- },
- {
- id: "3",
- title: "Hızlı Teslimat",
- subtitle: "Sıcak ve hızlı ulaşım garantisi.",
- category: "Hız",
- value: "Express",
- },
+ { id: "1", title: "Yerel Kaynak", subtitle: "En taze ürünler yerel çiftliklerden.", category: "Kalite", value: "Premium" },
+ { id: "2", title: "Hijyen Odaklı", subtitle: "Sıkı denetim ve temizlik süreçleri.", category: "Güven", value: "Standart" },
+ { id: "3", title: "Hızlı Teslimat", subtitle: "Sıcak ve hızlı ulaşım garantisi.", category: "Hız", value: "Express" },
]}
title="Neden Biz?"
description="Sana Döner'de beklentilerinizi karşılamak için çalışıyoruz."
@@ -230,48 +115,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Klasik Döner",
- price: "180 TL",
- variant: "Wrap",
- imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-high-view_23-2148651103.jpg",
- },
- {
- id: "p2",
- name: "İskender",
- price: "250 TL",
- variant: "Plate",
- imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-table-top-view_140725-1377.jpg",
- },
- {
- id: "p3",
- name: "Sağlıklı Kase",
- price: "210 TL",
- variant: "Bowl",
- imageSrc: "http://img.b2bpic.net/free-photo/exotic-salad-bowl-with-mango-rice-nuts_1220-7912.jpg",
- },
- {
- id: "p4",
- name: "Tavuk Döner",
- price: "160 TL",
- variant: "Plate",
- imageSrc: "http://img.b2bpic.net/free-photo/mushroom-meat-sauteed-tomato-sauce-served-with-rice-lavash_114579-3595.jpg",
- },
- {
- id: "p5",
- name: "Döner Box",
- price: "140 TL",
- variant: "Box",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-dish-poutine_23-2149486015.jpg",
- },
- {
- id: "p6",
- name: "Vejetaryen Dürüm",
- price: "170 TL",
- variant: "Wrap",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemon-slices-greens-black_140725-104401.jpg",
- },
+ { id: "p1", name: "Klasik Döner", price: "180 TL", variant: "Wrap", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita-high-view_23-2148651103.jpg" },
+ { id: "p2", name: "İskender", price: "250 TL", variant: "Plate", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-table-top-view_140725-1377.jpg" },
+ { id: "p3", name: "Sağlıklı Kase", price: "210 TL", variant: "Bowl", imageSrc: "http://img.b2bpic.net/free-photo/exotic-salad-bowl-with-mango-rice-nuts_1220-7912.jpg" },
+ { id: "p4", name: "Tavuk Döner", price: "160 TL", variant: "Plate", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-meat-sauteed-tomato-sauce-served-with-rice-lavash_114579-3595.jpg" },
+ { id: "p5", name: "Döner Box", price: "140 TL", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-enjoying-dish-poutine_23-2149486015.jpg" },
+ { id: "p6", name: "Vejetaryen Dürüm", price: "170 TL", variant: "Wrap", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-shaurma-meat-sandwich-with-lemon-slices-greens-black_140725-104401.jpg" },
]}
title="Menümüz"
description="Seçkin içeriklerle hazırladığımız lezzetlerimiz."
@@ -281,48 +130,24 @@ export default function LandingPage() {
@@ -351,9 +169,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file