diff --git a/src/app/page.tsx b/src/app/page.tsx index b5da093..cd5068a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -175,75 +95,27 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Adana Kebab", - price: "₺450", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg", - }, - { - id: "p2", - name: "Shish Kebab", - price: "₺420", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg", - }, - { - id: "p3", - name: "Iskender Kebab", - price: "₺480", - variant: "Favorite", - imageSrc: "http://img.b2bpic.net/free-photo/iskender-meat-doner-table-top-view_140725-364.jpg", - }, - { - id: "p4", - name: "Lamb Sis", - price: "₺460", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-with-rice-chopped-onions_140725-7375.jpg", - }, - { - id: "p5", - name: "Lahmacun Set", - price: "₺380", - variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-dishes-lahmacun-turkish-pizzas-lemon-parsley_114579-114.jpg", - }, - { - id: "p6", - name: "Mixed Doner", - price: "₺400", - variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-lahmajun-pieces-meat-with-onions_140725-10032.jpg", - }, + { id: "p1", name: "Adana Kebap", price: "₺450", variant: "İmza", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mixed-kebab-served-with-fresh-vegetables-black_140725-12410.jpg" }, + { id: "p2", name: "Şiş Kebap", price: "₺420", variant: "Klasik", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-kebab-slate-with-other-dish-cutlery_23-2148685478.jpg" }, + { id: "p3", name: "İskender", price: "₺480", variant: "Favori", imageSrc: "http://img.b2bpic.net/free-photo/iskender-meat-doner-table-top-view_140725-364.jpg" }, + { id: "p4", name: "Kuzu Şiş", price: "₺460", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-with-rice-chopped-onions_140725-7375.jpg" }, + { id: "p5", name: "Lahmacun", price: "₺380", variant: "Klasik", imageSrc: "http://img.b2bpic.net/free-photo/turkish-dishes-lahmacun-turkish-pizzas-lemon-parsley_114579-114.jpg" }, + { id: "p6", name: "Karışık Döner", price: "₺400", variant: "Popüler", imageSrc: "http://img.b2bpic.net/free-photo/turkish-lahmajun-pieces-meat-with-onions_140725-10032.jpg" }, ]} - title="Our Signature Dishes" - description="Explore our curated selection of charcoal-grilled favorites." + title="İmza Lezzetlerimiz" + description="Kömür ateşinde pişirilen özenle seçilmiş favorilerimizi keşfedin." />
@@ -252,31 +124,9 @@ export default function LandingPage() {
@@ -287,24 +137,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer reservations?", - content: "Yes, we recommend calling ahead for large groups.", - }, - { - id: "q2", - title: "Is your meat halal?", - content: "All our meat is sourced from certified halal providers.", - }, - { - id: "q3", - title: "Do you deliver?", - content: "Yes, we offer contactless delivery service via our partners.", - }, + { id: "q1", title: "Rezervasyon yapıyor musunuz?", content: "Evet, büyük gruplar için önceden aramanızı öneririz." }, + { id: "q2", title: "Etleriniz helal mi?", content: "Tüm etlerimiz sertifikalı helal tedarikçilerden sağlanmaktadır." }, + { id: "q3", title: "Paket servisiniz var mı?", content: "Evet, iş ortaklarımız aracılığıyla temassız paket servisimiz mevcuttur." }, ]} - title="Common Questions" - description="Everything you need to know about dining at Dostlar Kebap Evi." + title="Sıkça Sorulan Sorular" + description="Dostlar Kebap Evi hakkında bilmeniz gereken her şey." faqsAnimation="blur-reveal" />
@@ -312,12 +150,10 @@ export default function LandingPage() {
@@ -326,44 +162,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg" logoText="Dostlar Kebap Evi" columns={[ - { - title: "Restaurant", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Menu", - href: "#products", - }, - { - label: "Reviews", - href: "#testimonials", - }, - ], - }, - { - title: "Support", - items: [ - { - label: "Contact", - href: "#contact", - }, - { - label: "FAQ", - href: "#faq", - }, - { - label: "Privacy", - href: "#", - }, - ], - }, + { title: "Restoran", items: [{ label: "Hakkımızda", href: "#about" }, { label: "Menü", href: "#products" }, { label: "Yorumlar", href: "#testimonials" }] }, + { title: "Destek", items: [{ label: "İletişim", href: "#contact" }, { label: "SSS", href: "#faq" }, { label: "Gizlilik", href: "#" }] }, ]} />
); -} +} \ No newline at end of file