Skip to content

Commit

Permalink
Merge pull request #75 from armada-ths/august/fix/package_prices_update
Browse files Browse the repository at this point in the history
uppdated prices of packages, now with early bird still visable
  • Loading branch information
AugustPaulsrud authored Jun 16, 2024
2 parents e69a671 + 4d0cdc6 commit b8f449c
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/app/exhibitor/packages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default async function Packages() {
</div>
<div className="mt-10 flex flex-col">
<div className="mt-2 flex flex-col-reverse justify-stretch gap-10 md:flex-row">
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-orange-950 p-5 pb-20">
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-orange-950 p-5 pb-32">
<h3 className="font-lato text-2xl text-orange-500">Bronze</h3>
<ul className="mt-2 font-lato text-orange-600">
<li className="my-2">Host</li>
Expand All @@ -76,12 +76,14 @@ export default async function Packages() {
<li className="my-2">Armada transport</li>
</ul>
<div className="absolute bottom-4">
<p className="text-s">Early bird price:</p>
<p className="text-sm">Early bird price:</p>
<p>46 000 SEK*</p>
<p className="text-sm">Final registration price:</p>
<p>48 000 SEK*</p>
</div>
{/* <p className="absolute bottom-4">46 000 SEK*</p> */}
</div>
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-zinc-800 p-5 pb-20">
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-zinc-800 p-5 pb-32">
<h3 className="font-lato text-2xl text-zinc-400">Silver</h3>
<ul className="mt-2 font-lato text-zinc-500">
<li className="my-2">Everything from bronze package</li>
Expand All @@ -95,12 +97,14 @@ export default async function Packages() {
</li>
</ul>
<div className="absolute bottom-4">
<p className="text-s">Early bird price:</p>
<p className="text-sm">Early bird price:</p>
<p>71 500 SEK*</p>
<p className="text-sm">Final registration price:</p>
<p>75 000 SEK*</p>
</div>
{/* <p className="absolute bottom-4">71 500 SEK*</p> */}
</div>
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-yellow-800 p-5 pb-20">
<div className="relative flex min-w-48 flex-1 flex-col rounded-lg bg-yellow-800 p-5 pb-32">
<h3 className="font-lato text-2xl text-yellow-400">Gold</h3>
<ul className="mt-2 font-lato text-yellow-500">
<li className="my-2">Everything from silver package</li>
Expand All @@ -118,8 +122,10 @@ export default async function Packages() {
</li>
</ul>
<div className="absolute bottom-4">
<p className="text-s">Early bird price:</p>
<p className="text-sm">Early bird price:</p>
<p>114 500 SEK*</p>
<p className="text-sm">Final registration price:</p>
<p>116 000 SEK*</p>
</div>
{/* <p className="absolute bottom-4">108 500 SEK*</p> */}
</div>
Expand Down

0 comments on commit b8f449c

Please sign in to comment.