Ticket page

This commit is contained in:
Rene Arumetsa
2026-05-01 16:03:18 +03:00
parent aafc2421cf
commit b33c7a2b58
6 changed files with 185 additions and 170 deletions

View File

@@ -8,7 +8,7 @@ const Footer = () => {
const t = useTranslations();
return (
<div className="flex flex-col justify-center sm:justify-between px-6 py-6 md:px-12 md:py-8 gap-4">
<div className="flex flex-col justify-center sm:justify-between px-6 py-6 md:px-12 md:py-8 gap-4 border-t-3 border-[#1F5673]">
<div className="flex flex-col">
<h2
className={`text-3xl sm:text-4xl ${vipnagorgialla.className} font-bold italic uppercase text-[#2A2C3F] dark:text-[#EEE5E5] mb-4`}