Skip to content

Commit

Permalink
Merge pull request #49 from HenrySpartGlobal/add_mmr
Browse files Browse the repository at this point in the history
feature: update banner
  • Loading branch information
HenrySpartGlobal authored Oct 14, 2023
2 parents 14920f7 + c2a8b48 commit 70d320e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default function HomePage() {

{/* buttons */}
<div className="mt-64 flex flex-row flex-wrap justify-center gap-8">
<Button variant="secondary" href="/commands">
Commands
</Button>

<Button
variant="primary"
href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=1101927804016&scope=bot"
Expand All @@ -36,10 +40,6 @@ export default function HomePage() {
Add to Discord
</Button>

<Button variant="secondary" href="/commands">
Commands
</Button>

<Button variant="secondary" href="https://docs.inhousequeue.xyz">
Documentation
</Button>
Expand Down
Binary file modified src/assets/banner.webp
Binary file not shown.
Binary file added src/assets/banner_old.webp
Binary file not shown.
3 changes: 2 additions & 1 deletion src/partials/Home/Feature2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function Feature2() {
"Vote for your MVP of the Match!",
"Track your stats and match history",
"Time scheduled queues",
"Duo Queue"
"Duo Queue",
"Captain Queue"
].map((item, index) => (
<li
key={index}
Expand Down
5 changes: 5 additions & 0 deletions src/partials/Home/Feature3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export default function Feature3() {
competition.
</li>

<li data-aos="fade-up" data-aos-delay={400}>
<span className="font-bold">Team Size customization</span> You&apos;ll soon be
able to fully customize the bot to your specific Games. From 1v1 to 8v8!
</li>

<li data-aos-delay={500} data-aos="fade-up">
<span className="font-bold">InHouseQueue Challenges:</span> Engage
your members by offering exclusive Discord roles for completing
Expand Down
4 changes: 2 additions & 2 deletions src/partials/Home/SupportedGames.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export default function SupportedGames() {
<div className="flex flex-row flex-wrap gap-16 justify-center mx-4 md:mx-0">
{/* left text */}
<div className="h-full">
<h1 className="font-bold text-3xl text-white">Play any of these games?</h1>
<p className="text-gray-400">If not, we support any 5v5 game anyway!</p>
<h1 className="font-bold text-3xl text-white">Draft, Duel, Dominate</h1>
<p className="text-gray-400">For competitive or casual 5v5 games such as:</p>
</div>

{/* right images */}
Expand Down

1 comment on commit 70d320e

@vercel
Copy link

@vercel vercel bot commented on 70d320e Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.