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