Update src/app/gallery/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function GalleryPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Навигация",
|
||||
items: [
|
||||
title: "Навигация", items: [
|
||||
{ label: "О нас", href: "#about" },
|
||||
{ label: "Услуги", href: "#services" },
|
||||
{ label: "Процесс", href: "#process" },
|
||||
@@ -27,8 +26,7 @@ export default function GalleryPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Информация",
|
||||
items: [
|
||||
title: "Информация", items: [
|
||||
{ label: "Мастера", href: "/masters" },
|
||||
{ label: "Галерея", href: "/gallery" },
|
||||
{ label: "Расценки", href: "/pricing" },
|
||||
@@ -36,8 +34,7 @@ export default function GalleryPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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 GalleryPage() {
|
||||
description="Портфолио наших работ демонстрирует мастерство, внимание к деталям и результаты, которые превосходят ожидания. Каждая работа — это отражение нашей преданности качеству."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Heritage",
|
||||
name: "Современная стрижка",
|
||||
price: "От 2 500 ₽",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg?_wi=3",
|
||||
imageAlt: "Современная стрижка Heritage"
|
||||
id: "1", brand: "Heritage", name: "Современная стрижка", price: "От 2 500 ₽", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageAlt: "Современная стрижка Heritage"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Heritage",
|
||||
name: "Fade стрижка",
|
||||
price: "От 2 500 ₽",
|
||||
rating: 5,
|
||||
reviewCount: "38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg",
|
||||
imageAlt: "Fade стрижка Heritage"
|
||||
id: "2", brand: "Heritage", name: "Fade стрижка", price: "От 2 500 ₽", rating: 5,
|
||||
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/attractive-pensive-man-is-waiting-his-turn-get-haircut-busy-barbershop_613910-21489.jpg", imageAlt: "Fade стрижка Heritage"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Heritage",
|
||||
name: "Оформление бороды",
|
||||
price: "От 1 500 ₽",
|
||||
rating: 5,
|
||||
reviewCount: "52",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2",
|
||||
imageAlt: "Оформление бороды Heritage"
|
||||
id: "3", brand: "Heritage", name: "Оформление бороды", price: "От 1 500 ₽", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Оформление бороды Heritage"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user