diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06dcf55..ce879fc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,65 +42,23 @@ export default function LandingPage() {
@@ -122,21 +68,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Neden Burger@"
metrics={[
- {
- icon: Award,
- label: "Deneyim",
- value: "10 Yıl",
- },
- {
- icon: Star,
- label: "Google Puanı",
- value: "4.4",
- },
- {
- icon: Users,
- label: "Mutlu Müşteri",
- value: "1113+",
- },
+ { icon: Award, label: "Deneyim", value: "10 Yıl" },
+ { icon: Star, label: "Google Puanı", value: "4.4" },
+ { icon: Users, label: "Mutlu Müşteri", value: "1113+" }
]}
metricsAnimation="slide-up"
/>
@@ -149,42 +83,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Blue Cheese Burger",
- price: "₺420",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg",
- },
- {
- id: "p2",
- name: "Texas BBQ Burger",
- price: "₺450",
- imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg",
- },
- {
- id: "p3",
- name: "Double Garlic Mushroom",
- price: "₺480",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg",
- },
- {
- id: "p4",
- name: "Ekmeksiz Burger",
- price: "₺400",
- imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg",
- },
- {
- id: "p5",
- name: "Crispy Hellim Fries",
- price: "₺150",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-surface_140725-88252.jpg",
- },
- {
- id: "p6",
- name: "Veggie Delight",
- price: "₺380",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter-with-tomatoes_23-2148784525.jpg",
- },
+ { id: "p1", name: "Blue Cheese Burger", price: "₺420", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg" },
+ { id: "p2", name: "Texas BBQ Burger", price: "₺450", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg" },
+ { id: "p3", name: "Double Garlic Mushroom", price: "₺480", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg" },
+ { id: "p4", name: "Ekmeksiz Burger", price: "₺400", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1546.jpg" },
+ { id: "p5", name: "Crispy Hellim Fries", price: "₺150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-fried-potatoes-inside-plate-with-seasonings-dark-surface_140725-88252.jpg" },
+ { id: "p6", name: "Veggie Delight", price: "₺380", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-counter-with-tomatoes_23-2148784525.jpg" }
]}
title="İmza Burgerlerimiz"
description="Sizin için özenle hazırladığımız efsane lezzetler."
@@ -197,30 +101,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Taze Malzeme",
- tags: [
- "Premium Et",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg",
- },
- {
- id: "f2",
- title: "Uzman Şefler",
- tags: [
- "El Yapımı",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg",
- },
- {
- id: "f3",
- title: "Güler Yüzlü Hizmet",
- tags: [
- "Hızlı",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-friends-home-having-party_23-2147668887.jpg",
- },
+ { id: "f1", title: "Taze Malzeme", tags: ["Premium Et"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheesy-meat-burger-with-tomatoes-grey-surface-bun-fries-sandwich-meat_140725-81846.jpg" },
+ { id: "f2", title: "Uzman Şefler", tags: ["El Yapımı"], imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg" },
+ { id: "f3", title: "Güler Yüzlü Hizmet", tags: ["Hızlı"], imageSrc: "http://img.b2bpic.net/free-photo/young-friends-home-having-party_23-2147668887.jpg" }
]}
title="Neden Bizden Sipariş Vermelisiniz?"
description="Kalite, lezzet ve hızlı teslimat."
@@ -232,46 +115,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- title: "Harika Lezzet",
- quote: "Yolumu değiştirip gelirim.",
- name: "Mesut",
- role: "Yerel Rehber",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
- },
- {
- id: "t2",
- title: "Favorim",
- quote: "İstanbul'daki favori burgercilerimden.",
- name: "Suha Emre",
- role: "Müdavim",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
- },
- {
- id: "t3",
- title: "Güler Yüz",
- quote: "Hizmet gerçekten çok başarılı.",
- name: "Rohila Kozimova",
- role: "Müşteri",
- imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
- },
- {
- id: "t4",
- title: "Her Zaman Harika",
- quote: "Malzemesi bol ve kaliteli.",
- name: "Ayşe Yılmaz",
- role: "Müşteri",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
- },
- {
- id: "t5",
- title: "Kesinlikle Tavsiye",
- quote: "Hellim burgeri mutlaka deneyin.",
- name: "Mehmet Can",
- role: "Müşteri",
- imageSrc: "http://img.b2bpic.net/free-photo/surprised-friendly-asian-woman-reaching-hands-forward-smiling-welcoming-you-greeting-someone_1258-157001.jpg",
- },
+ { id: "t1", title: "Harika Lezzet", quote: "Yolumu değiştirip gelirim.", name: "Mesut", role: "Yerel Rehber", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg" },
+ { id: "t2", title: "Favorim", quote: "İstanbul'daki favori burgercilerimden.", name: "Suha Emre", role: "Müdavim", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg" },
+ { id: "t3", title: "Güler Yüz", quote: "Hizmet gerçekten çok başarılı.", name: "Rohila Kozimova", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" },
+ { id: "t4", title: "Her Zaman Harika", quote: "Malzemesi bol ve kaliteli.", name: "Ayşe Yılmaz", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg" },
+ { id: "t5", title: "Kesinlikle Tavsiye", quote: "Hellim burgeri mutlaka deneyin.", name: "Mehmet Can", role: "Müşteri", imageSrc: "http://img.b2bpic.net/free-photo/surprised-friendly-asian-woman-reaching-hands-forward-smiling-welcoming-you-greeting-someone_1258-157001.jpg" }
]}
title="Müşterilerimiz Ne Diyor?"
description="Binlerce mutlu müşterimizden sadece birkaçı."
@@ -283,21 +131,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "Çalışma saatleri nedir?",
- content: "Haftanın her günü 23:45'e kadar hizmet veriyoruz.",
- },
- {
- id: "q2",
- title: "Paket servisiniz var mı?",
- content: "Evet, Yemeksepeti üzerinden paket servisimiz mevcuttur.",
- },
- {
- id: "q3",
- title: "Adresiniz nerede?",
- content: "Küçük Çamlıca, Üçpınarlar Cd. No:32, Üsküdar/İstanbul.",
- },
+ { id: "q1", title: "Çalışma saatleri nedir?", content: "Haftanın her günü 23:45'e kadar hizmet veriyoruz." },
+ { id: "q2", title: "Paket servisiniz var mı?", content: "Evet, Yemeksepeti üzerinden paket servisimiz mevcuttur." },
+ { id: "q3", title: "Adresiniz nerede?", content: "Küçük Çamlıca, Üçpınarlar Cd. No:32, Üsküdar/İstanbul." }
]}
title="Sıkça Sorulan Sorular"
description="Burgerler hakkında merak ettikleriniz."
@@ -308,50 +144,19 @@ export default function LandingPage() {