|
|
|
|
@ -1,16 +1,20 @@ |
|
|
|
|
import {vipnagorgialla} from "@/components/Vipnagorgialla"; |
|
|
|
|
import Link from "next/link"; |
|
|
|
|
import SectionDivider from "@/components/SectionDivider"; |
|
|
|
|
|
|
|
|
|
export default function Tickets() { |
|
|
|
|
return ( |
|
|
|
|
<div> |
|
|
|
|
<div className="flex flex-col min-h-[90vh] m-6 mt-16 md:m-16"> |
|
|
|
|
<h1 |
|
|
|
|
className={`text-4xl md:text-5xl lg:text-6xl ${vipnagorgialla.className} font-bold italic text-[#2A2C3F] dark:text-[#EEE5E5] mt-8 md:mt-16 mb-4`} |
|
|
|
|
> |
|
|
|
|
PILETID JA REGIS­TREERIMINE |
|
|
|
|
</h1> |
|
|
|
|
<div className="flex justify-center lg:items-center flex-col lg:flex-row gap-8 md:gap-12 flex-grow mb-16 md:mt-8 lg:mt-0"> |
|
|
|
|
<div className="bg-[#007CAB] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<div |
|
|
|
|
className="flex justify-center lg:items-center flex-col lg:flex-row gap-8 md:gap-12 flex-grow mb-16 md:mt-8 lg:mt-0"> |
|
|
|
|
<div |
|
|
|
|
className="bg-[#007CAB] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<h2 |
|
|
|
|
className={`text-6xl ${vipnagorgialla.className} font-bold italic text-[#EEE5E5] pb-2`} |
|
|
|
|
> |
|
|
|
|
@ -37,7 +41,8 @@ export default function Tickets() { |
|
|
|
|
</button> |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
<div className="bg-[#1F5673] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<div |
|
|
|
|
className="bg-[#1F5673] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<h2 |
|
|
|
|
className={`text-6xl ${vipnagorgialla.className} font-bold italic text-[#EEE5E5] pb-2`} |
|
|
|
|
> |
|
|
|
|
@ -66,7 +71,8 @@ export default function Tickets() { |
|
|
|
|
</Link> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div className="bg-[#007CAB] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<div |
|
|
|
|
className="bg-[#007CAB] -skew-x-2 md:-skew-x-5 text-white px-8 md:px-12 py-16 hover:scale-103 transition-all duration-150 w-full md:w-xl lg:w-[400px]"> |
|
|
|
|
<h2 |
|
|
|
|
className={`text-6xl ${vipnagorgialla.className} font-bold italic text-[#EEE5E5] pb-2`} |
|
|
|
|
> |
|
|
|
|
@ -92,5 +98,8 @@ export default function Tickets() { |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<SectionDivider /> |
|
|
|
|
</div> |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|