From 60153a502926694bae0462ca14914f803643d993 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:10:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58e12df..ccc76ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "s1", title: "Стрижка", author: "400 ₴ / 45 хв", description: "Класична або сучасна стрижка від професійних майстрів.", imageSrc: "http://img.b2bpic.net/free-photo/hair-equipment-paper-bag_23-2148352905.jpg", tags: [] }, - { id: "s2", title: "Борода", author: "250 ₴ / 30 хв", description: "Моделювання бороди та догляд за шкірою обличчя.", imageSrc: "http://img.b2bpic.net/free-photo/brave-enough-brutal-lumberjack-cutting-wood-sharp-blade-brutality-masculinity-bearded-lumberjack-lumberjack-style-man-with-axe-bearded-man-hold-axe-isolated-white-danger-concept_231208-8923.jpg", tags: [] }, - { id: "s3", title: "Камуфляж", author: "300 ₴ / 20 хв", description: "Природне приховування сивини за 20 хвилин.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dry-leaves_23-2148866522.jpg", tags: [] }, + { id: "s1", title: "Стрижка (400 ₴ / 45 хв)", author: "", description: "Класична або сучасна стрижка від професійних майстрів.", imageSrc: "http://img.b2bpic.net/free-photo/hair-equipment-paper-bag_23-2148352905.jpg", tags: [] }, + { id: "s2", title: "Борода (250 ₴ / 30 хв)", author: "", description: "Моделювання бороди та догляд за шкірою обличчя.", imageSrc: "http://img.b2bpic.net/free-photo/brave-enough-brutal-lumberjack-cutting-wood-sharp-blade-brutality-masculinity-bearded-lumberjack-lumberjack-style-man-with-axe-bearded-man-hold-axe-isolated-white-danger-concept_231208-8923.jpg", tags: [] }, + { id: "s3", title: "Камуфляж (300 ₴ / 20 хв)", author: "", description: "Природне приховування сивини за 20 хвилин.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dry-leaves_23-2148866522.jpg", tags: [] }, ]} title="НАШІ ПОСЛУГИ" description="Повний спектр догляду за чоловічим образом." -- 2.49.1