Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 11:13:27 +00:00
parent d5d98b05e5
commit a413b6c7ae

View File

@@ -18,8 +18,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Навигация",
items: [
title: "Навигация", items: [
{ label: "О нас", href: "#about" },
{ label: "Услуги", href: "#services" },
{ label: "Процесс", href: "#process" },
@@ -27,8 +26,7 @@ export default function PricingPage() {
]
},
{
title: "Информация",
items: [
title: "Информация", items: [
{ label: "Мастера", href: "/masters" },
{ label: "Галерея", href: "/gallery" },
{ label: "Расценки", href: "/pricing" },
@@ -36,8 +34,7 @@ export default function PricingPage() {
]
},
{
title: "Контакты",
items: [
title: "Контакты", items: [
{ label: "+7 (999) 123-45-67", href: "tel:+79991234567" },
{ label: "info@heritage-barber.ru", href: "mailto:info@heritage-barber.ru" },
{ label: "Москва, Метрополь, 15", href: "#" },
@@ -72,34 +69,16 @@ export default function PricingPage() {
description="Мы верим в честные и справедливые цены. Наше ценообразование отражает качество обслуживания и мастерство каждого специалиста."
products={[
{
id: "1",
brand: "Heritage",
name: "Классическая стрижка",
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?_wi=4",
imageAlt: "Классическая стрижка"
id: "1", brand: "Heritage", name: "Классическая стрижка", 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", imageAlt: "Классическая стрижка"
},
{
id: "2",
brand: "Heritage",
name: "Стрижка + Оформление бороды",
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?_wi=5",
imageAlt: "Стрижка и уход за бородой"
id: "2", brand: "Heritage", name: "Стрижка + Оформление бороды", 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", imageAlt: "Стрижка и уход за бородой"
},
{
id: "3",
brand: "Heritage",
name: "Классическое бритьё",
price: "2 000 ₽",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=3",
imageAlt: "Классическое бритьё"
id: "3", brand: "Heritage", name: "Классическое бритьё", price: "2 000 ₽", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Классическое бритьё"
}
]}
gridVariant="three-columns-all-equal-width"