From 1af337f0059590204dd3637d0ef1f5efbf84c4c9 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Thu, 13 Aug 2026 09:26:32 +0400 Subject: [PATCH] fix: footer Contacts link resolved to nothing, add placeholder static page The /contacts route had no bootstrap.staticPages entry at all (the old hardcoded contacts page was intentionally removed per app.routes.ts's comment, in favor of the generic staticPath -> CMS resolver). Added a placeholder entry (route/title/html per locale) so the link resolves instead of 404ing. Placeholder text explicitly says the real contact details go through the admin panel - per user decision, real content belongs to whoever runs a given marketplace, not something to fabricate. Co-Authored-By: Claude Sonnet 5 --- src/assets/mock/bootstrap/bootstrap.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/assets/mock/bootstrap/bootstrap.json b/src/assets/mock/bootstrap/bootstrap.json index 63a362f..c8596b0 100644 --- a/src/assets/mock/bootstrap/bootstrap.json +++ b/src/assets/mock/bootstrap/bootstrap.json @@ -352,6 +352,19 @@ "en": "

Terms of Service

Platform usage is governed by public offer terms.

", "hy": "

Օգտագործման պայմաններ

Հարթակի օգտագործումը կարգավորվում է հրապարակային առաջարկի պայմաններով։

" } + }, + "contacts": { + "route": "/contacts", + "title": { + "ru": "Контакты", + "en": "Contacts", + "hy": "Կապ" + }, + "html": { + "ru": "

Контакты

Здесь будет размещена контактная информация продавца — адрес, телефон, email и часы работы. Заполняется администратором маркетплейса.

", + "en": "

Contacts

Seller contact details (address, phone, email, business hours) go here. Fill this in from the admin panel.

", + "hy": "

Կապ

Այստեղ կտեղադրվի վաճառողի կոնտակտային տեղեկատվությունը՝ հասցե, հեռախոս, էլ. փոստ և աշխատանքային ժամեր։ Լրացվում է կայքի ադմինիստրատորի կողմից։

" + } } }, "pages": [