diff --git a/src/shared/language/locales/en.json b/src/shared/language/locales/en.json index 4c1439e..3256384 100644 --- a/src/shared/language/locales/en.json +++ b/src/shared/language/locales/en.json @@ -1,6 +1,5 @@ { "common.buttons.readMore": "Read More", - "common.buttons.viewAll": "View All", "common.buttons.findStation": "Find Station", "common.buttons.learnMore": "Learn More", "common.buttons.download": "Download", @@ -13,7 +12,7 @@ "common.buttons.filter": "Filter", "common.buttons.resetFilters": "Reset Filters", "common.buttons.downloadApp": "Download App", - "common.buttons.getLoyaltyCard": "Get Loyalty Card", + "common.buttons.purchaseCardAtGasStations": "Purchase a card at gas stations", "common.buttons.sendResume": "Send Resume", "common.buttons.showAllStations": "Show All Stations", "common.buttons.allPromotions": "All Promotions", @@ -30,8 +29,6 @@ "common.footer.contacts": "Contacts", "common.footer.navigation": "Navigation", - "common.footer.subscribe": "Subscribe", - "common.footer.subscribeText": "Subscribe to our newsletter to receive news and special offers.", "common.footer.yourEmail": "Your email", "common.footer.rights": "All rights reserved.", @@ -84,7 +81,6 @@ "certificates.title": "Our Certificates", "certificates.description": "GasNetwork adheres to high standards of quality and safety. Our certificates confirm the compliance of our products and services with international and national standards.", - "certificates.issueDate": "Issue Date", "certificates.expiryDate": "Valid Until", "certificates.faq": "Frequently Asked Questions", diff --git a/src/shared/language/locales/ru.json b/src/shared/language/locales/ru.json index 8677494..cfaea02 100644 --- a/src/shared/language/locales/ru.json +++ b/src/shared/language/locales/ru.json @@ -1,19 +1,18 @@ { "common.buttons.readMore": "Подробнее", - "common.buttons.viewAll": "Смотреть все", "common.buttons.findStation": "Найти заправку", "common.buttons.learnMore": "Узнать больше", "common.buttons.download": "Скачать", "common.buttons.view": "Просмотр", "common.buttons.contactUs": "Связаться с нами", - "common.buttons.apply": "Оформить", + "common.buttons.apply": "Подать заявку", "common.buttons.login": "Вход", "common.buttons.logout": "Выйти", "common.buttons.submit": "Отправить", "common.buttons.filter": "Фильтры", "common.buttons.resetFilters": "Сбросить фильтры", "common.buttons.downloadApp": "Скачать приложение", - "common.buttons.getLoyaltyCard": "Получить карту лояльности", + "common.buttons.purchaseCardAtGasStations": "Приобретайте карту в сети АЗС", "common.buttons.sendResume": "Отправить резюме", "common.buttons.showAllStations": "Показать все заправки", "common.buttons.allPromotions": "Все акции", @@ -30,8 +29,6 @@ "common.footer.contacts": "Контакты", "common.footer.navigation": "Навигация", - "common.footer.subscribe": "Подписка", - "common.footer.subscribeText": "Подпишитесь на нашу рассылку, чтобы получать новости и специальные предложения.", "common.footer.yourEmail": "Ваш email", "common.footer.rights": "Все права защищены.", diff --git a/src/widgets/charity-section.tsx b/src/widgets/charity-section.tsx index f93630b..3562f5e 100644 --- a/src/widgets/charity-section.tsx +++ b/src/widgets/charity-section.tsx @@ -2,6 +2,7 @@ import { ChevronRight, Heart } from 'lucide-react'; import Image from 'next/image'; +import Link from 'next/link'; import { useLanguage } from '@/shared/language'; import { Button } from '@/shared/shadcn-ui/button'; @@ -53,9 +54,9 @@ export const CharitySection = () => { {t('home.charity.sports')} - + + + diff --git a/src/widgets/cta-section.tsx b/src/widgets/cta-section.tsx index 038ee2e..e724a42 100644 --- a/src/widgets/cta-section.tsx +++ b/src/widgets/cta-section.tsx @@ -15,9 +15,8 @@ export const CtaSection = () => {

{t('home.cta.description')}

-
diff --git a/src/widgets/footer.tsx b/src/widgets/footer.tsx index 8c2d5a8..a61091f 100644 --- a/src/widgets/footer.tsx +++ b/src/widgets/footer.tsx @@ -2,18 +2,18 @@ import { Fuel, Mail, MapPin, Phone } from 'lucide-react'; import Link from 'next/link'; -import '.././app/globals.css' import { useLanguage } from '@/shared/language'; -import { Button } from '@/shared/shadcn-ui/button'; + +import '.././app/globals.css'; export const Footer = () => { const { t } = useLanguage(); return ( -