Skip to content

Commit

Permalink
Merge pull request #6 from armada-ths/post-deployment-fixes
Browse files Browse the repository at this point in the history
fixed packages style
  • Loading branch information
AugustPaulsrud authored Mar 10, 2024
2 parents c6a6727 + 2fd1d27 commit 6965cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/exhibitor/packages/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ export default async function Packages() {
<Page.Boundary className="pb-20">
<div className="mx-auto max-w-[600px]">
<Page.Header>Packages</Page.Header>
<div className="">
<div className="mt-4">
<p className="max-w-[500] text-stone-400">
Armada has the following packages you can get. The bronze package
is all the basics you need to exhibit at Armada. The silver
package allows you to expand your presence and the Gold package
makes you truly stand out from the rest through extra marketing.
</p>
</div>
<Alert className="mt-5">
<Alert className="mt-8">
<Sparkles size={20} />
<AlertTitle>Did you know?</AlertTitle>
<AlertDescription>
Expand Down Expand Up @@ -96,7 +96,7 @@ export default async function Packages() {
</div>
</div>
<p className="mt-4 text-sm">*All prices are ex. VAT. </p>
<div className="mx-auto mt-10 w-[600px]">
<div className="mx-auto mt-10 w-full max-w-[600px]">
<h1 className="ml-2 text-2xl">FAQ</h1>
<div>
<Collapsible>
Expand Down

0 comments on commit 6965cfb

Please sign in to comment.