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() {
@@ -58,68 +43,23 @@ export default function LandingPage() {
@@ -127,11 +67,9 @@ export default function LandingPage() {
@@ -141,30 +79,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Fresh Bread",
- description: "Baked daily in our traditional ovens for that perfect crunch.",
- tag: "Authentic",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-casserole-with-side-ayran-tomatoes_140725-2803.jpg",
- },
- {
- id: "f2",
- title: "Farm-to-Table",
- description: "Crisp, fresh vegetables sourced from local Alanya growers.",
- tag: "Fresh",
- imageSrc: "http://img.b2bpic.net/free-photo/bowl-filled-with-healthy-salad_23-2148585839.jpg",
- },
- {
- id: "f3",
- title: "Charcoal Grilled",
- description: "Meat prepared the traditional way for a smoky, rich flavor.",
- tag: "Traditional",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-lula-kebab-metal-skewers-dark-wall_140725-12767.jpg",
- },
+ { id: "f1", title: "Taze Ekmek", description: "Mükemmel çıtırlık için geleneksel fırınlarımızda günlük pişirilir.", tag: "Otantik", imageSrc: "http://img.b2bpic.net/free-photo/meat-casserole-with-side-ayran-tomatoes_140725-2803.jpg" },
+ { id: "f2", title: "Tarladan Sofraya", description: "Yerel Alanya üreticilerinden taze, çıtır sebzeler.", tag: "Taze", imageSrc: "http://img.b2bpic.net/free-photo/bowl-filled-with-healthy-salad_23-2148585839.jpg" },
+ { id: "f3", title: "Köz Ateşi", description: "Dumanlı ve zengin bir lezzet için geleneksel yöntemlerle hazırlanan etler.", tag: "Geleneksel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-lula-kebab-metal-skewers-dark-wall_140725-12767.jpg" },
]}
- title="Why Choose Us"
- description="We believe in authentic methods and fresh, local ingredients."
+ title="Neden Biz?"
+ description="Geleneksel yöntemlere ve taze, yerel malzemelere inanıyoruz."
/>
@@ -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