diff --git a/src/app/page.tsx b/src/app/page.tsx index dbdf877..abe13ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,56 +32,25 @@ export default function LandingPage() {
@@ -109,42 +78,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Gurme Burger", - price: "145 TL", - imageSrc: "http://img.b2bpic.net/free-photo/appetizer-ingredients-with-platter-macaroni-marble-surface_114579-69873.jpg", - }, - { - id: "p2", - name: "Tavuklu Sandviç", - price: "120 TL", - imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854431.jpg", - }, - { - id: "p3", - name: "Özel Döner Dürüm", - price: "135 TL", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-fries-plate_23-2148262933.jpg", - }, - { - id: "p4", - name: "Akdeniz Salatası", - price: "95 TL", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-noodle-bowl-with-herbs-lime_84443-84864.jpg", - }, - { - id: "p5", - name: "Kızarmış Baget", - price: "110 TL", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-isolated-white-background_123827-33039.jpg", - }, - { - id: "p6", - name: "Tadım Özel Atıştırmalık", - price: "85 TL", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-cheddar-served-with-french-fries-sauce_140725-6544.jpg", - }, + { id: "p1", name: "Gurme Burger", price: "145 TL", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-ingredients-with-platter-macaroni-marble-surface_114579-69873.jpg" }, + { id: "p2", name: "Tavuklu Sandviç", price: "120 TL", imageSrc: "http://img.b2bpic.net/free-photo/american-diner-aesthetics_23-2151854431.jpg" }, + { id: "p3", name: "Özel Döner Dürüm", price: "135 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-fries-plate_23-2148262933.jpg" }, + { id: "p4", name: "Akdeniz Salatası", price: "95 TL", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-noodle-bowl-with-herbs-lime_84443-84864.jpg" }, + { id: "p5", name: "Kızarmış Baget", price: "110 TL", imageSrc: "http://img.b2bpic.net/free-photo/healthy-spinach-tomato-cheese-sandwich-isolated-white-background_123827-33039.jpg" }, + { id: "p6", name: "Tadım Özel Atıştırmalık", price: "85 TL", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-cheddar-served-with-french-fries-sauce_140725-6544.jpg" } ]} title="Öne Çıkan Lezzetlerimiz" description="En çok tercih edilen gurme ürünlerimizi hemen deneyin." @@ -157,69 +96,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Taze Malzemeler", - description: "Her sabah günlük ve taze ürün tedariki.", - items: [ - { - text: "Organik sebzeler", - icon: Leaf, - }, - { - text: "Yerli et ürünleri", - icon: Beef, - }, - ], - media: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-background_179666-17152.jpg", - imageAlt: "Taze malzemeler", - }, - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-copy-space-inscription-snacks-with-crackers-seeds-cookies-black-background_141793-3520.jpg?_wi=2", - imageAlt: "gourmet burger isolated", - }, - { - title: "Hızlı Servis", - description: "Yoğun gününüzde hızlı lezzet molası.", - items: [ - { - text: "Sıcak servis", - icon: Flame, - }, - { - text: "Paket seçenekleri", - icon: ShoppingBag, - }, - ], - media: { - imageSrc: "http://img.b2bpic.net/free-photo/cracker-canapes-with-stuffing-cream-dip-sauce_114579-3452.jpg", - imageAlt: "Hızlı servis", - }, - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/bulk-products-supermarket-with-pesticides-free-fruits-vegetables-grains-spices-pasta-display-empty-eco-friendly-local-grocery-store-with-net-zero-carbon-dioxide-emissions_482257-70854.jpg?_wi=2", - imageAlt: "gourmet burger isolated", - }, - { - title: "Hijyen Garantisi", - description: "Modern mutfağımızda tam hijyen.", - items: [ - { - text: "Düzenli denetim", - icon: CheckCircle, - }, - { - text: "Temiz ortam", - icon: Sparkles, - }, - ], - media: { - imageSrc: "http://img.b2bpic.net/free-photo/baguette-bread-dry-fruits-fruits-white-background_23-2147907010.jpg", - imageAlt: "Hijyenik mutfak", - }, - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg?_wi=2", - imageAlt: "gourmet burger isolated", - }, + { title: "Taze Malzemeler", description: "Her sabah günlük ve taze ürün tedariki.", items: [{ text: "Organik sebzeler", icon: Leaf }, { text: "Yerli et ürünleri", icon: Beef }], media: { imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-fresh-chopped-vegetables-olives-kumquats-brown-plate-green-black-mixed-colors-background_179666-17152.jpg" }, reverse: false }, + { title: "Hızlı Servis", description: "Yoğun gününüzde hızlı lezzet molası.", items: [{ text: "Sıcak servis", icon: Flame }, { text: "Paket seçenekleri", icon: ShoppingBag }], media: { imageSrc: "http://img.b2bpic.net/free-photo/cracker-canapes-with-stuffing-cream-dip-sauce_114579-3452.jpg" }, reverse: true }, + { title: "Hijyen Garantisi", description: "Modern mutfağımızda tam hijyen.", items: [{ text: "Düzenli denetim", icon: CheckCircle }, { text: "Temiz ortam", icon: Sparkles }], media: { imageSrc: "http://img.b2bpic.net/free-photo/baguette-bread-dry-fruits-fruits-white-background_23-2147907010.jpg" }, reverse: false } ]} title="Neden Tadım Büfe?" description="Bizi tercih etmeniz için 3 ana neden." @@ -232,43 +111,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Ayşe Yılmaz", - role: "Mühendis", - testimonial: "Her zaman çok taze ve doyurucu.", - imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", - }, - { - id: "2", - name: "Mehmet Demir", - role: "Öğrenci", - testimonial: "Döner dürümü tek kelimeyle efsane!", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg", - }, - { - id: "3", - name: "Zeynep Kaya", - role: "İşletmeci", - testimonial: "Çalışanlar çok nazik ve hizmet harika.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4293.jpg", - }, - { - id: "4", - name: "Can Berk", - role: "Doktor", - testimonial: "Sağlıklı ve hızlı bir yemek için birebir.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-bar_23-2147680672.jpg", - }, - { - id: "5", - name: "Emine Tekin", - role: "Sanatçı", - testimonial: "Ortam çok temiz ve nezih.", - imageSrc: "http://img.b2bpic.net/free-photo/person-with-eating-disorder-trying-eat-fast-food_23-2149243034.jpg", - }, + { id: "1", name: "Ayşe Yılmaz", role: "Mühendis", testimonial: "Her zaman çok taze ve doyurucu.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg" }, + { id: "2", name: "Mehmet Demir", role: "Öğrenci", testimonial: "Döner dürümü tek kelimeyle efsane!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-salad_1303-3887.jpg" }, + { id: "3", name: "Zeynep Kaya", role: "İşletmeci", testimonial: "Çalışanlar çok nazik ve hizmet harika.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-floral-dress-cafe_273609-4293.jpg" } ]} title="Müşterilerimiz Ne Diyor?" + description="Müşterilerimizden gelen olumlu yorumlar." />
@@ -276,15 +124,7 @@ export default function LandingPage() { @@ -295,21 +135,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "Paket servisiniz var mı?", - content: "Evet, tüm bölgeye paket servisimiz mevcuttur.", - }, - { - id: "2", - title: "Çalışma saatleriniz nelerdir?", - content: "Haftanın 7 günü 08:00 - 22:00 arası açığız.", - }, - { - id: "3", - title: "Vegan seçenekleriniz var mı?", - content: "Menümüzde özel vegan salata ve atıştırmalıklar mevcuttur.", - }, + { id: "1", title: "Paket servisiniz var mı?", content: "Evet, tüm bölgeye paket servisimiz mevcuttur." }, + { id: "2", title: "Çalışma saatleriniz nelerdir?", content: "Haftanın 7 günü 08:00 - 22:00 arası açığız." }, + { id: "3", title: "Vegan seçenekleriniz var mı?", content: "Menümüzde özel vegan salata ve atıştırmalıklar mevcuttur." } ]} title="Sıkça Sorulan Sorular" faqsAnimation="slide-up" @@ -320,30 +148,17 @@ export default function LandingPage() {