From 464e976084ab7ce35415e069e75862d8a247bdb9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 13:37:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 033b149..0ff9a25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Crown, Scissors, Star, Cut, Brush, Sparkles } from "lucide-react"; +import { Crown, Scissors, Star, Brush, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -113,7 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Saç Kesimi ve Şekillendirme", description: "Modern trendlere uygun veya klasik tarzda, yüz şeklinize ve isteğinize özel saç kesimleri.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg", imageAlt: "A barber giving a modern haircut to a client", buttonIcon: Cut, + title: "Saç Kesimi ve Şekillendirme", description: "Modern trendlere uygun veya klasik tarzda, yüz şeklinize ve isteğinize özel saç kesimleri.", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-6221.jpg", imageAlt: "A barber giving a modern haircut to a client", buttonIcon: Scissors, }, { title: "Sakal ve Bıyık Bakımı", description: "Uzman ellerden detaylı sakal ve bıyık düzeltme, şekillendirme ve bakım hizmetleri.", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-man-with-glasses-smartphone_1153-1397.jpg", imageAlt: "A barber trimming a man's beard", buttonIcon: Star,