Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:12:08 +00:00
parent 7304752a68
commit 71d5c37049

View File

@@ -114,7 +114,7 @@ export default function HomePage() {
price: "2 500 ₽",
rating: 5,
reviewCount: "247",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg?_wi=1",
imageAlt: "Классическая стрижка в Heritage"
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "3 500 ₽",
rating: 5,
reviewCount: "189",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg?_wi=2",
imageAlt: "Комплексный уход за бородой и волосами"
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
price: "2 000 ₽",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg?_wi=3",
imageAlt: "Классическое бритьё на опасной бритве"
}
]}
@@ -195,7 +195,7 @@ export default function HomePage() {
title: "Окантовка и бритьё",
description: "Линии идеальны. Каждый край обработан с максимальной чистотой. Классическое бритьё на опасной бритве — искусство, которое мы совершенствуем годами.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1"
},
items: [
{ icon: Target, text: "Микротовая точность" },
@@ -232,21 +232,21 @@ export default function HomePage() {
id: "1",
name: "Александр",
role: "Главный мастер",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg?_wi=1",
imageAlt: "Александр, главный мастер Heritage"
},
{
id: "2",
name: "Дмитрий",
role: "Специалист по бритью",
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1",
imageAlt: "Дмитрий, специалист по классическому бритью"
},
{
id: "3",
name: "Иван",
role: "Стилист",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=1",
imageAlt: "Иван, современный стилист Heritage"
}
]}