From 27726b70d17cfbf3c542b3efa90e5213a6846c5c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:12:14 +0000 Subject: [PATCH 1/2] Update src/app/branches/page.tsx --- src/app/branches/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/branches/page.tsx b/src/app/branches/page.tsx index 2853c0d..c33de1d 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 { Store, MapPin, UserGroup, Phone } from "lucide-react"; +import { Store, MapPin, Users, Phone } from "lucide-react"; export default function BranchesPage() { const navItems = [ @@ -67,7 +67,7 @@ export default function BranchesPage() { metrics={[ { id: "m1", icon: Store, title: "Şube Sayısı", value: "25+" }, { id: "m2", icon: MapPin, title: "Farklı Şehir", value: "10+" }, - { id: "m3", icon: UserGroup, title: "Mutlu Müşteri", value: "100K+" } + { id: "m3", icon: Users, title: "Mutlu Müşteri", value: "100K+" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1 From 5b4633cc4dbee765ea9754d67ca73ef6523ddee7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:12:14 +0000 Subject: [PATCH 2/2] 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 d6b604e..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 { Flame, Milk, Carrot, Cucumber } 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: Flame, text: "Az Acı" }, - { icon: Flame, text: "Orta Acı" }, - { icon: Flame, 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: Carrot, text: "Şalgam Suyu" }, - { icon: Cucumber, text: "Turşu" } + { icon: Radish, text: "Şalgam Suyu" }, + { icon: Pickle, text: "Turşu" } ], reverse: true } -- 2.49.1