From 5a2648ce996a58623bcbb75d29a877f3543b5ea4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:12:58 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4c85cb7..9267989 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Chili, Milk, Radish, Pickle } from 'lucide-react'; +import { Pepper, Milk, Leaf, Salad } from 'lucide-react'; export default function MenuPage() { const navItems = [ @@ -64,9 +64,9 @@ export default function MenuPage() { { title: "Acılık Seviyesi", description: "Çiğköftenizi dilediğiniz acılık seviyesinde hazırlıyoruz. Az acıdan çok acıya kadar seçiminizi yapın.", media: { imageSrc: "http://img.b2bpic.net/free-photo/girl-slices-vegetables-board-prepares-salad-nature-outside_78826-3456.jpg", imageAlt: "Çiğköfte acılık seviyesi" }, items: [ - { icon: Chili, text: "Az Acı" }, - { icon: Chili, text: "Orta Acı" }, - { icon: Chili, text: "Çok Acı" } + { icon: Pepper, text: "Az Acı" }, + { icon: Pepper, text: "Orta Acı" }, + { icon: Pepper, text: "Çok Acı" } ], reverse: false }, @@ -74,8 +74,8 @@ export default function MenuPage() { title: "Yan Ürün Seçenekleri", description: "Çiğköftenizin yanında Ayran, Şalgam suyu, turşu ve diğer lezzetli ekstraları tercih edebilirsiniz.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-dark-surface_140725-75408.jpg", imageAlt: "Yan ürünler" }, items: [ { icon: Milk, text: "Ayran" }, - { icon: Radish, text: "Şalgam Suyu" }, - { icon: Pickle, text: "Turşu" } + { icon: Leaf, text: "Şalgam Suyu" }, + { icon: Salad, text: "Turşu" } ], reverse: true } -- 2.49.1