From bd6493fd7ce76cd9ff0b8733138c4cec0f343a6b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:13:47 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9267989..b1ebc41 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 { Pepper, Milk, Leaf, Salad } from 'lucide-react'; +import { Flame, 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: Pepper, text: "Az Acı" }, - { icon: Pepper, text: "Orta Acı" }, - { icon: Pepper, text: "Çok Acı" } + { icon: Flame, text: "Az Acı" }, + { icon: Flame, text: "Orta Acı" }, + { icon: Flame, text: "Çok Acı" } ], reverse: false }, -- 2.49.1