From c264ea863f2e571bef043736be48e192d600389a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:21:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 294 +++++++---------------------------------------- 1 file changed, 44 insertions(+), 250 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7f17eb..3343719 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Flame, Leaf, ShieldCheck } from "lucide-react"; +import { Award, Clock, Flame, Leaf, ShieldCheck, ChefHat, Utensils, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,107 +31,45 @@ export default function LandingPage() {
@@ -151,30 +89,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Adana Kebap", - description: "Özel baharatlarla harmanlanmış kıyma kebabı.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg", - buttonIcon: "ChefHat", - }, - { - title: "İskender Döner", - description: "Bol soslu ve tereyağlı leziz döner.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-vegetables-with-minced-meat-brown-wooden-desk-food-meat-meal_140725-26164.jpg", - buttonIcon: "Utensils", - }, - { - title: "Künefe", - description: "Sıcak ve peyniri uzayan geleneksel künefe.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-dessert-kunefe-with-pistachio-powder-cheese-wooden-table_140725-10334.jpg", - buttonIcon: "Star", - }, - { - title: "Tavuk Şiş", - description: "Terbiyeli yumuşacık tavuk şiş.", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-wooden-board_141793-1370.jpg", - buttonIcon: "Flame", - }, + { title: "Adana Kebap", description: "Özel baharatlarla harmanlanmış kıyma kebabı.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-with-rice-fried-vegetables-chopped-onion-ayran-white-plate_176474-3280.jpg", buttonIcon: ChefHat }, + { title: "İskender Döner", description: "Bol soslu ve tereyağlı leziz döner.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-vegetables-with-minced-meat-brown-wooden-desk-food-meat-meal_140725-26164.jpg", buttonIcon: Utensils }, + { title: "Künefe", description: "Sıcak ve peyniri uzayan geleneksel künefe.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-dessert-kunefe-with-pistachio-powder-cheese-wooden-table_140725-10334.jpg", buttonIcon: Star }, + { title: "Tavuk Şiş", description: "Terbiyeli yumuşacık tavuk şiş.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-wooden-board_141793-1370.jpg", buttonIcon: Flame }, ]} title="Öne Çıkan Lezzetlerimiz" description="Ustalarımızın elinden çıkan en beğenilen ürünlerimizi mutlaka deneyin." @@ -188,42 +106,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - name: "Adana Kebap", - price: "200-400 TL", - imageSrc: "http://img.b2bpic.net/free-photo/mixed-kebab-selection-with-vegetables_140725-2807.jpg", - }, - { - id: "2", - name: "Tavuk Şiş", - price: "200-400 TL", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-khan-kebab-with-grilled-hot-pepper-tomato-with-onions-herbs_141793-4626.jpg", - }, - { - id: "3", - name: "Künefe", - price: "100-200 TL", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-red-currants-three-apples-cup-tea-forks-cinnamon_140725-123503.jpg", - }, - { - id: "4", - name: "İskender", - price: "200-400 TL", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bowl-delicious-meat-dish-wooden-table_181624-35288.jpg", - }, - { - id: "5", - name: "Karışık Kebap", - price: "300-400 TL", - imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg", - }, - { - id: "6", - name: "Kuzu Şiş", - price: "250-400 TL", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9674.jpg", - }, + { id: "1", name: "Adana Kebap", price: "200-400 TL", imageSrc: "http://img.b2bpic.net/free-photo/mixed-kebab-selection-with-vegetables_140725-2807.jpg" }, + { id: "2", name: "Tavuk Şiş", price: "200-400 TL", imageSrc: "http://img.b2bpic.net/free-photo/front-view-khan-kebab-with-grilled-hot-pepper-tomato-with-onions-herbs_141793-4626.jpg" }, + { id: "3", name: "Künefe", price: "100-200 TL", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-red-currants-three-apples-cup-tea-forks-cinnamon_140725-123503.jpg" }, + { id: "4", name: "İskender", price: "200-400 TL", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bowl-delicious-meat-dish-wooden-table_181624-35288.jpg" }, + { id: "5", name: "Karışık Kebap", price: "300-400 TL", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg" }, + { id: "6", name: "Kuzu Şiş", price: "250-400 TL", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-9674.jpg" }, ]} title="Menümüz" description="Her damak tadına uygun zengin ürün çeşitlerimiz." @@ -236,46 +124,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Tayfun Mert", - handle: "@tayfunmert", - testimonial: "Lezzetleri çok iyi, fiyat/performans açısından gayet başarılı.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-enjoying-fresh-sushi_169016-1395.jpg", - }, - { - id: "2", - name: "Z Y", - handle: "@zy", - testimonial: "Karşılama ve hizmet çok güzel, İskender'i denedik, çok beğendik.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-blank-speech-bubble-sign-with-hand-ching-smiling-thinking-standing-orange-wall_141793-61356.jpg", - }, - { - id: "3", - name: "Mustafa D.", - handle: "@mustafad", - testimonial: "Lezzet fena değil, ortam ve yemekleri tavsiye ederim.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-blank-speech-bubble-sign-looking-aside-displeased-standing-orange-wall_141793-61355.jpg", - }, - { - id: "4", - name: "Ayşe K.", - handle: "@aysek", - testimonial: "Sürekli geliyoruz, pideleri şahane. Çalışanlar çok ilgili.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-dinner-table_23-2148610957.jpg", - }, - { - id: "5", - name: "Mehmet S.", - handle: "@mehmets", - testimonial: "Erenler'in en iyi kebapçılarından, kesinlikle denenmeli.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2150154682.jpg", - }, + { id: "1", name: "Tayfun Mert", handle: "@tayfunmert", testimonial: "Lezzetleri çok iyi, fiyat/performans açısından gayet başarılı.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-enjoying-fresh-sushi_169016-1395.jpg" }, + { id: "2", name: "Z Y", handle: "@zy", testimonial: "Karşılama ve hizmet çok güzel, İskender'i denedik, çok beğendik.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-blank-speech-bubble-sign-with-hand-ching-smiling-thinking-standing-orange-wall_141793-61356.jpg" }, + { id: "3", name: "Mustafa D.", handle: "@mustafad", testimonial: "Lezzet fena değil, ortam ve yemekleri tavsiye ederim.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-blank-speech-bubble-sign-looking-aside-displeased-standing-orange-wall_141793-61355.jpg" }, + { id: "4", name: "Ayşe K.", handle: "@aysek", testimonial: "Sürekli geliyoruz, pideleri şahane. Çalışanlar çok ilgili.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-family-dinner-table_23-2148610957.jpg" }, + { id: "5", name: "Mehmet S.", handle: "@mehmets", testimonial: "Erenler'in en iyi kebapçılarından, kesinlikle denenmeli.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-pouring-drink_23-2150154682.jpg" }, ]} showRating={true} title="Müşterilerimiz Ne Dedi?" @@ -288,21 +141,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Paket servisiniz var mı?", - content: "Evet, tüm menümüzü paket servis olarak sipariş edebilirsiniz.", - }, - { - id: "2", - title: "Kaça kadar açığız?", - content: "Haftanın her günü 23:30'a kadar açığız.", - }, - { - id: "3", - title: "Rezervasyon gerekli mi?", - content: "Yoğun saatlerde rezervasyon yaptırmanız önerilir.", - }, + { id: "1", title: "Paket servisiniz var mı?", content: "Evet, tüm menümüzü paket servis olarak sipariş edebilirsiniz." }, + { id: "2", title: "Kaça kadar açığız?", content: "Haftanın her günü 23:30'a kadar açığız." }, + { id: "3", title: "Rezervasyon gerekli mi?", content: "Yoğun saatlerde rezervasyon yaptırmanız önerilir." }, ]} title="Sıkça Sorulan Sorular" description="Restoranımız hakkında merak ettikleriniz." @@ -313,65 +154,18 @@ export default function LandingPage() {