Add hero section to home page with scroll collapse
Some checks failed
Build Docker Image / build (push) Failing after 50s
Some checks failed
Build Docker Image / build (push) Failing after 50s
- Full-screen dark gradient hero on home page - Search input centered vertically - Smooth collapse to fixed header on scroll - Added hero translations (ru/en)
This commit is contained in:
6
i18n/locales/en/hero.json
Normal file
6
i18n/locales/en/hero.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Wholesale Trading",
|
||||
"subtitle": "Find the best suppliers and products"
|
||||
}
|
||||
}
|
||||
6
i18n/locales/ru/hero.json
Normal file
6
i18n/locales/ru/hero.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"hero": {
|
||||
"title": "Оптовая торговля",
|
||||
"subtitle": "Найдите лучших поставщиков и товары"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user