Merge pull request #81 from Lapikud/development

Development
pull/83/head
Renkar 2 months ago committed by GitHub
commit 49899d7be9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 0
      public/sponsors/dominos.png
  2. 2
      src/app/[locale]/page.tsx
  3. 2
      src/components/Sponsors.tsx
  4. 3
      translations/en.json
  5. 3
      translations/et.json

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

@ -131,7 +131,7 @@ export default async function Home({
</span> </span>
</div> </div>
<h2 className="text-[clamp(2.5rem,2.25rem+1.25vw,3.75rem)] text-[#007CAB] dark:text-[#00A3E0] dark:group-hover:text-[#EEE5E5] group-hover:text-[#EEE5E5]"> <h2 className="text-[clamp(2.5rem,2.25rem+1.25vw,3.75rem)] text-[#007CAB] dark:text-[#00A3E0] dark:group-hover:text-[#EEE5E5] group-hover:text-[#EEE5E5]">
24.-26. okt. {t("home.sections.dateAndLocation")}
</h2> </h2>
</Link> </Link>
{/* Sponsors */} {/* Sponsors */}

@ -129,7 +129,7 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
</NextLink> </NextLink>
<NextLink href="https://www.dominos.ee/" target="_blank"> <NextLink href="https://www.dominos.ee/" target="_blank">
<Image <Image
src="/sponsors/Domino's Pizza transp.png" src="/sponsors/dominos.png"
alt="Domino's Pizza" alt="Domino's Pizza"
width={200} width={200}
height={200} height={200}

@ -50,7 +50,8 @@
"description": "The TipiLAN expo area hosts companies, additional activities and lectures." "description": "The TipiLAN expo area hosts companies, additional activities and lectures."
}, },
"reserveSpot": "Reserve your spot today!", "reserveSpot": "Reserve your spot today!",
"poweredBy": "TipiLAN is powered by..." "poweredBy": "TipiLAN is powered by...",
"dateAndLocation": "24th-26th Oct. @ TalTech main building"
} }
}, },
"tickets": { "tickets": {

@ -50,7 +50,8 @@
"description": "TipiLANi messialal paiknevad ettevõtted, lisategevused ja toimuvad loengud." "description": "TipiLANi messialal paiknevad ettevõtted, lisategevused ja toimuvad loengud."
}, },
"reserveSpot": "Broneeri oma koht juba täna!", "reserveSpot": "Broneeri oma koht juba täna!",
"poweredBy": "TipiLANi tõmbab käima..." "poweredBy": "TipiLANi tõmbab käima...",
"dateAndLocation": "24.-26. okt. TalTechi peahoones"
} }
}, },
"tickets": { "tickets": {

Loading…
Cancel
Save