feat(dyvolis): add Dyvo Lis 250 UAH ticket first, set hours to щодня
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
531185ab4b
commit
d97a75882e
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ import { useState } from 'react'
|
|||
import { NavLink } from '@/components/ui/NavLink'
|
||||
import { BtnPrimary } from '@/components/ui/BtnPrimary'
|
||||
|
||||
|
||||
export interface NavLinkItem {
|
||||
label: string
|
||||
href: string
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ interface TicketCard {
|
|||
}
|
||||
|
||||
const SINGLE_TICKETS: TicketCard[] = [
|
||||
{ label: 'Диво Ліс', price: '250 грн', per: 'за 1 людину' },
|
||||
{ label: 'Вхід до ДиноПарку', price: '300 грн', per: 'за 1 людину' },
|
||||
{
|
||||
label: 'Звичайна екскурсія',
|
||||
|
|
@ -110,7 +111,7 @@ export function DyvoLisTickets() {
|
|||
className="text-[16px] leading-[1.4] font-bold text-[#272727] lg:text-[22px]"
|
||||
style={FONT_MONT}
|
||||
>
|
||||
п'ятниця–субота–неділя з 11:00 до 20:00
|
||||
щодня з 11:00 до 20:00
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue