From ac90caf2143df495b759620ab713c417d2754387 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:09:52 +0000 Subject: [PATCH 1/3] 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 82f6905..00242ea 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, UserGroup, Phone } from "lucide-react"; +import { Storefront, MapPin, Users, 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: Storefront, 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 b1343161909fd8a190ddc1de665faa01bd4188df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:09:53 +0000 Subject: [PATCH 2/3] 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 0c01a4c..e6611b3 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 { Pepper, Milk, Droplet, Square } 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: Pepper, text: "Az Acı" }, + { icon: Pepper, text: "Orta Acı" }, + { icon: Pepper, 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: Droplet, text: "Şalgam Suyu" }, + { icon: Square, text: "Turşu" } ], reverse: true } -- 2.49.1 From e49bef5f4f65409c3010cb06f24877c3b1025289 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 06:09:53 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da82fa5..a6a95a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,6 @@ export default function HomePage() { imageAlt="Büyük porsiyon Adıyaman çiğköftesi" showBlur={true} textPosition="bottom" - mediaAnimation="slide-up" /> @@ -85,6 +84,7 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -117,6 +117,7 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} /> @@ -132,8 +133,6 @@ export default function HomePage() { imageAlt="Mobil uygulama ekran görüntüsü" showBlur={true} textPosition="bottom" - mediaAnimation="slide-up" - useInvertedBackground={true} /> -- 2.49.1