Merge version_1 into main #6
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user