Compare commits
2 Commits
10a55fb685
...
8a64bc6ec2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a64bc6ec2 | ||
|
|
d7aeeec95f |
@ -13,6 +13,8 @@ import { Card, CardContent } from '@/shared/shadcn-ui/card';
|
|||||||
import { CompanyTimeline } from '@/widgets/about-page/company-timeline';
|
import { CompanyTimeline } from '@/widgets/about-page/company-timeline';
|
||||||
import { StationGallery } from '@/widgets/about-page/station-gallery';
|
import { StationGallery } from '@/widgets/about-page/station-gallery';
|
||||||
import { CtaSection } from '@/widgets/cta-section';
|
import { CtaSection } from '@/widgets/cta-section';
|
||||||
|
import { Button } from '@/shared/shadcn-ui/button';
|
||||||
|
import Link from 'next/link';
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'about.metadata.title',
|
title: 'about.metadata.title',
|
||||||
@ -183,10 +185,12 @@ export default function AboutPage({ content }: AboutPageProps) {
|
|||||||
<p className='mx-auto mb-6 max-w-2xl text-gray-600'>
|
<p className='mx-auto mb-6 max-w-2xl text-gray-600'>
|
||||||
{t('about.stations.description')}
|
{t('about.stations.description')}
|
||||||
</p>
|
</p>
|
||||||
{/* <Button className='bg-red-600 hover:bg-red-700'>
|
<Link href='/#stations'>
|
||||||
{t('about.stations.buttonText')}{' '}
|
<Button className='bg-red-600 hover:bg-red-700'>
|
||||||
<MapPin className='ml-2 h-4 w-4' />
|
{t('about.stations.buttonText')}{' '}
|
||||||
</Button> */}
|
<MapPin className='ml-2 h-4 w-4' />
|
||||||
|
</Button>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -44,11 +44,10 @@ const events = [
|
|||||||
image: '/placeholder.svg?height=200&width=300&text=Экологическая+акция',
|
image: '/placeholder.svg?height=200&width=300&text=Экологическая+акция',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Сбор школьных принадлежностей',
|
title: 'Сбор школьных принадлежностей',
|
||||||
description:
|
description: 'Сбор школьных принадлежностей для детей из малообеспеченных семей к новому учебному году.',
|
||||||
'Сбор школьных принадлежностей для детей из малообеспеченных семей к новому учебному году.',
|
|
||||||
date: '1-20 августа 2023',
|
date: '1-20 августа 2023',
|
||||||
location: 'Все заправки GasNetwork',
|
location: 'Все заправки GasNetwork',
|
||||||
image: '/placeholder.svg?height=200&width=300&text=Школьные+принадлежности',
|
image: '/placeholder.svg?height=200&width=300&text=Школьные+принадлежности',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
@ -257,7 +256,7 @@ export function CharityPage() {
|
|||||||
{
|
{
|
||||||
title: 'Распространять информацию',
|
title: 'Распространять информацию',
|
||||||
description:
|
description:
|
||||||
'Расскажите о нашем фонде и его деятельности своим друзьям и знакомым.',
|
'Расскажите о нашем фонде и его деятельности своим друзьям и знакомым.',
|
||||||
icon: <Heart className='h-10 w-10 text-red-600' />,
|
icon: <Heart className='h-10 w-10 text-red-600' />,
|
||||||
},
|
},
|
||||||
].map((item, index) => (
|
].map((item, index) => (
|
||||||
|
|||||||
@ -155,7 +155,7 @@ export default function LoginPage() {
|
|||||||
<div className='mt-8 text-center text-sm text-gray-500'>
|
<div className='mt-8 text-center text-sm text-gray-500'>
|
||||||
<p>
|
<p>
|
||||||
{t('auth.loginIssues')}{' '}
|
{t('auth.loginIssues')}{' '}
|
||||||
<Link href='/contact' className='text-red-600 hover:underline'>
|
<Link href='mailto:info@oriyo.tj' className='text-red-600 hover:underline'>
|
||||||
{t('auth.contactLink')}
|
{t('auth.contactLink')}
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@ -122,7 +122,7 @@ export default function PromotionSlider({ discounts }: PromotionSliderProps) {
|
|||||||
? `Действует до: ${promo.expiresAt}`
|
? `Действует до: ${promo.expiresAt}`
|
||||||
: null}
|
: null}
|
||||||
</span>
|
</span>
|
||||||
<Link href='#'>
|
{/* <Link href='#'>
|
||||||
<Button
|
<Button
|
||||||
variant='outline'
|
variant='outline'
|
||||||
size='sm'
|
size='sm'
|
||||||
@ -130,7 +130,7 @@ export default function PromotionSlider({ discounts }: PromotionSliderProps) {
|
|||||||
>
|
>
|
||||||
{t('common.buttons.readMore')}
|
{t('common.buttons.readMore')}
|
||||||
</Button>
|
</Button>
|
||||||
</Link>
|
</Link> */}
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
@ -17,13 +17,9 @@ export const CtaSection = () => {
|
|||||||
{t('home.cta.title')}
|
{t('home.cta.title')}
|
||||||
</h2>
|
</h2>
|
||||||
<p className='mb-8 max-w-2xl'>{t('home.cta.description')}</p>
|
<p className='mb-8 max-w-2xl'>{t('home.cta.description')}</p>
|
||||||
<div className='flex flex-col gap-4 sm:flex-row'>
|
<h4 className='text-xl font-bold'>
|
||||||
<Link href='#'>
|
{t('common.buttons.purchaseCardAtGasStations')}
|
||||||
<Button variant='secondary'>
|
</h4>
|
||||||
{t('common.buttons.purchaseCardAtGasStations')}
|
|
||||||
</Button>
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</Container>
|
</Container>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -100,7 +100,7 @@ export const Footer = () => {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
href='/clients/loyalty'
|
href='/clients'
|
||||||
className='text-gray-400 hover:text-white'
|
className='text-gray-400 hover:text-white'
|
||||||
>
|
>
|
||||||
{t('common.navigation.clients')}
|
{t('common.navigation.clients')}
|
||||||
|
|||||||
@ -9,6 +9,7 @@ import { useTextController } from '@/shared/language/hooks/use-text-controller';
|
|||||||
import { Button } from '@/shared/shadcn-ui/button';
|
import { Button } from '@/shared/shadcn-ui/button';
|
||||||
|
|
||||||
import { PartnersSlider } from './partners-slider';
|
import { PartnersSlider } from './partners-slider';
|
||||||
|
import Link from 'next/link';
|
||||||
|
|
||||||
interface PartnersSectionProps {
|
interface PartnersSectionProps {
|
||||||
partners: Partners;
|
partners: Partners;
|
||||||
@ -61,9 +62,11 @@ export const PartnersSection = ({ partners }: PartnersSectionProps) => {
|
|||||||
<p className='mx-auto mb-6 max-w-2xl text-gray-600'>
|
<p className='mx-auto mb-6 max-w-2xl text-gray-600'>
|
||||||
{t('home.partners.becomePartnerText')}
|
{t('home.partners.becomePartnerText')}
|
||||||
</p>
|
</p>
|
||||||
<Button className='bg-red-600 hover:bg-red-700'>
|
<Link href='mailto:info@oriyo.tj'>
|
||||||
{t('common.buttons.contactUs')}
|
<Button className='bg-red-600 hover:bg-red-700'>
|
||||||
</Button>
|
{t('common.buttons.contactUs')}
|
||||||
|
</Button>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@ -16,6 +16,7 @@ import {
|
|||||||
TabsList,
|
TabsList,
|
||||||
TabsTrigger,
|
TabsTrigger,
|
||||||
} from '@/shared/shadcn-ui/tabs';
|
} from '@/shared/shadcn-ui/tabs';
|
||||||
|
import Link from 'next/link';
|
||||||
|
|
||||||
interface VacanciesSectionProps {
|
interface VacanciesSectionProps {
|
||||||
jobs: Jobs;
|
jobs: Jobs;
|
||||||
@ -130,9 +131,11 @@ const Vacancy = ({ jobTitle, location, tags }: VacancyProps) => {
|
|||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Button variant='outline' size='sm'>
|
<Link href='mailto:info@oriyo.tj'>
|
||||||
{t('common.buttons.apply')}
|
<Button variant='outline' size='sm'>
|
||||||
</Button>
|
{t('common.buttons.apply')}
|
||||||
|
</Button>
|
||||||
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user