diff --git a/src/app/branches/page.tsx b/src/app/branches/page.tsx index 00242ea..fa37cf9 100644 --- a/src/app/branches/page.tsx +++ b/src/app/branches/page.tsx @@ -6,7 +6,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from "next/link"; -import { Storefront, MapPin, Users, Phone } from "lucide-react"; +import { BuildingStorefront, MapPin, Users, Phone } from "lucide-react"; export default function BranchesPage() { const navItems = [ @@ -65,7 +65,7 @@ export default function BranchesPage() { title="Şube Ağımız ve Başarı Hikayemiz" description="Türkiye genelinde hızla büyüyen şube ağımızla, lezzeti her yere ulaştırıyoruz." metrics={[ - { id: "m1", icon: Storefront, title: "Şube Sayısı", value: "25+" }, + { id: "m1", icon: BuildingStorefront, title: "Şube Sayısı", value: "25+" }, { id: "m2", icon: MapPin, title: "Farklı Şehir", value: "10+" }, { id: "m3", icon: Users, title: "Mutlu Müşteri", value: "100K+" } ]} diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index e6611b3..4c85cb7 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, Droplet, Square } from 'lucide-react'; +import { Chili, Milk, Radish, Pickle } 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: Chili, text: "Az Acı" }, + { icon: Chili, text: "Orta Acı" }, + { icon: Chili, 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: Droplet, text: "Şalgam Suyu" }, - { icon: Square, text: "Turşu" } + { icon: Radish, text: "Şalgam Suyu" }, + { icon: Pickle, text: "Turşu" } ], reverse: true } @@ -107,4 +107,4 @@ export default function MenuPage() { ); -} +} \ No newline at end of file