diff --git a/.gitignore b/.gitignore index f1efc145..55b09f26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules +.DS_Store /.cache /build diff --git a/app/components/CartridgeSlider.tsx b/app/components/CartridgeSlider.tsx index 28400271..0e88bb0e 100644 --- a/app/components/CartridgeSlider.tsx +++ b/app/components/CartridgeSlider.tsx @@ -1,4 +1,5 @@ import React from "react"; +import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import { useKeenSlider } from "keen-slider/react"; import { motion } from "framer-motion"; import { twMerge } from "tailwind-merge"; @@ -111,8 +112,16 @@ export const CartridgeSlider = () => { ))}
- - View all games + + View all games{" "} +
diff --git a/app/components/Header.tsx b/app/components/Header.tsx index 2ac0a09a..ce2c513b 100644 --- a/app/components/Header.tsx +++ b/app/components/Header.tsx @@ -37,19 +37,11 @@ export const Header = () => { > Newsletter - - MagicSwap -
@@ -193,10 +185,12 @@ export const Header = () => {
- Build with Treasure + Play Now
@@ -320,10 +314,12 @@ export const Header = () => {
- Build with Treasure + Play Now
diff --git a/app/components/Icons.tsx b/app/components/Icons.tsx index 777c8d29..50d3f533 100644 --- a/app/components/Icons.tsx +++ b/app/components/Icons.tsx @@ -145,9 +145,12 @@ export const BridgeIcon = ({ className }: { className?: string }) => ( ); -export const TwitterIcon = ({ className }: { className?: string }) => ( - - +export const XIcon = ({ className }: { className?: string }) => ( + + ); diff --git a/app/components/Reviews.tsx b/app/components/Reviews.tsx index 5fd9dca2..01f6725d 100644 --- a/app/components/Reviews.tsx +++ b/app/components/Reviews.tsx @@ -16,11 +16,11 @@ export function Tweet({ const animationDelay = useMemo(() => { const possibleAnimationDelays = [ "0s", + "0.1s", "0.15s", "0.25s", - "0.35s", - "0.45s", - "0.55s", + "0.3s", + "0.4s", ]; return possibleAnimationDelays[ Math.floor(Math.random() * possibleAnimationDelays.length) diff --git a/app/const.tsx b/app/const.tsx index d524df4a..20a17eb4 100644 --- a/app/const.tsx +++ b/app/const.tsx @@ -95,20 +95,22 @@ import IconCommunityImg from "../public/img/icons/Community.svg"; // Team import AnimenImg from "../public/img/pfps/Animen.png"; import AntlionImg from "../public/img/pfps/Antlion.png"; -import ArchangImg from "../public/img/pfps/Archang.png"; -import BahamaImg from "../public/img/pfps/Bahama.png"; import BasImg from "../public/img/pfps/Bas.png"; +import CrisisImg from "../public/img/pfps/Crisis.png"; import Ent1T7Img from "../public/img/pfps/ENT1T7.png"; import FrannyImg from "../public/img/pfps/Franny.png"; +import GinaImg from "../public/img/pfps/Gina.png"; import JakeImg from "../public/img/pfps/Jake.png"; +import JenImg from "../public/img/pfps/Jen.png"; import JohnImg from "../public/img/pfps/John.png"; +import JoshImg from "../public/img/pfps/Josh.png"; import JpegapeImg from "../public/img/pfps/Jpegape.png"; import JustCheeseImg from "../public/img/pfps/JustCheese.png"; import KarelImg from "../public/img/pfps/Karel.png"; -import MaximeeImg from "../public/img/pfps/Maximee.png"; +import MouseDevImg from "../public/img/pfps/MouseDev.webp"; +import MulfImg from "../public/img/pfps/Mulf.png"; import PeitaImg from "../public/img/pfps/Peita.png"; import PreeminentImg from "../public/img/pfps/Preeminent.png"; -import PurpleSnowImg from "../public/img/pfps/PurpleSnow.png"; import RappzulaImg from "../public/img/pfps/Rappzula.png"; import SambinoImg from "../public/img/pfps/Sambino.png"; import T1DevImg from "../public/img/pfps/t1dev.png"; @@ -116,8 +118,9 @@ import RaeImg from "../public/img/pfps/Rae.png"; import VinnyImg from "../public/img/pfps/Vinny.png"; import XImg from "../public/img/pfps/X_.webp"; import ZakImg from "../public/img/pfps/Zak.png"; -import CrisisImg from "../public/img/pfps/Crisis.png"; -import MdImg from "../public/img/pfps/MouseDev.webp"; +import RayhaanImg from "../public/img/pfps/Rayhaan.png"; +import WagingBullImg from "../public/img/pfps/Wagingbull.png"; +import YuriImg from "../public/img/pfps/Yuri.png"; import DefaultImg from "../public/img/pfps/default.png"; // Twitter @@ -157,216 +160,257 @@ import { EconomyIcon, GlobalIcon, GuildsIcon, - InteropIcon, MagicLogoIcon, - TwitterIcon, + XIcon, UsersIcon, } from "~/components/Icons"; export const teamMembers = [ + { + name: "Karel Vuong", + title: "Co-Founder", + discordLink: "https://discordapp.com/users/397537602988670977", + twitterLink: "https://twitter.com/karelvuong", + image: KarelImg, + team: "Core", + }, { name: "John Patten", title: "Co-Founder", discordLink: "https://discordapp.com/users/882718244920754238", twitterLink: "https://twitter.com/jpatten__", image: JohnImg, - team: "Co-Founders", + team: "Core", }, { - name: "Karel Vuong", - title: "Co-Founder", - discordLink: "https://discordapp.com/users/397537602988670977", - twitterLink: "https://twitter.com/karelvuong", - image: KarelImg, - team: "Co-Founders", + name: "Yuri Visser", + title: "CTO", + discordLink: "https://discordapp.com/users/554674918562988072", + twitterLink: "https://twitter.com/aphexyuri", + image: YuriImg, + team: "Core", + }, + { + name: "Sam Udeschini", + title: "Head of Marketing", + discordLink: "https://discordapp.com/users/864206375492124702", + twitterLink: "https://twitter.com/sambino_eth", + image: SambinoImg, + team: "Core", + }, + { + name: "Gina Snoke", + title: "Head of Art", + discordLink: "https://discordapp.com/users/864206375492124702", + twitterLink: "https://twitter.com/GinaBlaster", + image: GinaImg, + team: "Core", }, { name: "Peita", - title: "Economist | Product, Bridgeworld", - discordLink: "https://discordapp.com/users/349586001892605954", + title: "Economist", + discordLink: "https://discordapp.com/users/1031951650392387695", twitterLink: "https://twitter.com/pugmassacre", image: PeitaImg, - team: "Treasure", + team: "Ecosystem", }, { name: "Jpegape", - title: "Partnerships", + title: "Partnerships Lead", discordLink: "https://discordapp.com/users/757087781515165706", twitterLink: "https://twitter.com/Jpegape1", image: JpegapeImg, - team: "Treasure", + team: "Ecosystem", }, { - name: "Sambino", - title: "Marketing", - discordLink: "https://discordapp.com/users/864206375492124702", - twitterLink: "https://twitter.com/sambino_eth", - image: SambinoImg, - team: "Treasure", + name: "Zak Keen", + title: "Senior Brand Designer", + discordLink: "https://discordapp.com/users/212333834501357578", + twitterLink: "https://twitter.com/Z_Keen", + image: ZakImg, + team: "Creative", }, { - name: "t1dev", - title: "Technology", - discordLink: "https://discordapp.com/users/175078706136612864", - twitterLink: "https://twitter.com/pr0zy", - image: T1DevImg, - team: "Treasure", + name: "Jen Stuber", + title: "Community Manager", + discordLink: "https://discordapp.com/users/104317183521198080", + twitterLink: "https://twitter.com/JenniferStuber", + image: JenImg, + team: "Marketing", }, { - name: "Zak", - title: "Branding", - discordLink: "https://discordapp.com/users/212333834501357578", - twitterLink: "https://twitter.com/Z_Keen", - image: ZakImg, - team: "Treasure", + name: "Josh", + title: "Live Ops Coordinator", + discordLink: "https://discordapp.com/users/851329871137472557", + twitterLink: "https://twitter.com/ReadyPlayerJay", + image: JoshImg, + team: "Marketing", }, { - name: "X_", - title: "Community", + name: "X", + title: "Community Manager", discordLink: "https://discordapp.com/users/390264760748474368", twitterLink: "https://twitter.com/cxf_0886", image: XImg, - team: "Treasure", + team: "Marketing", + }, + { + name: "Yen", + title: "Artist", + twitterLink: "https://twitter.com/YenLeeArt", + image: DefaultImg, + team: "Creative", }, { name: "Rae", - title: "Operations", + title: "People Operations Consultant", image: RaeImg, - team: "Treasure", + team: "Operations", }, { - name: "SimMayor", - title: "Product", + name: "Simmayor", + title: "Product Manager", discordLink: "https://discordapp.com/users/366404971354390533", twitterLink: "https://twitter.com/SimMay0r", image: JakeImg, - team: "Platform", + team: "Product & Engineering", }, { name: "Antlion", - title: "Development (Backend)", + title: "Backend Engineer", discordLink: "https://discordapp.com/users/397537602988670977", twitterLink: "https://twitter.com/0xAntlion", image: AntlionImg, - team: "Platform", + team: "Product & Engineering", + }, + { + name: "Rappzula", + title: "Full-Stack Engineer", + discordLink: "https://discordapp.com/users/690989750127165581", + twitterLink: "https://twitter.com/0xrappzula", + image: RappzulaImg, + team: "Product & Engineering", + }, + { + name: "Mulf", + title: "Full-Stack Engineer", + discordLink: "https://discordapp.com/users/696481332158660698", + twitterLink: "https://twitter.com/0xMulf ", + image: MulfImg, + team: "Product & Engineering", }, { name: "Frannyverse", - title: "Development (Front-End)", + title: "Front-End Engineer", discordLink: "https://discordapp.com/users/766502243699523615", twitterLink: "https://twitter.com/fr4nnyverse", image: FrannyImg, - team: "Platform", + team: "Product & Engineering", + }, + { + name: "wagingbull", + title: "Front-End Engineer", + discordLink: "https://discordapp.com/users/601936617820782592", + twitterLink: "https://twitter.com/waging_bull", + image: WagingBullImg, + team: "Product & Engineering", + }, + { + name: "t1dev", + title: "Solidity Developer", + discordLink: "https://discordapp.com/users/175078706136612864", + twitterLink: "https://twitter.com/pr0zy", + image: T1DevImg, + team: "Product & Engineering", + }, + { + name: "Crisis", + title: "Full-Stack Engineer", + discordLink: "https://discordapp.com/users/351558969568788482", + twitterLink: "https://twitter.com/crisidot", + image: CrisisImg, + team: "Product & Engineering", + }, + { + name: "Vinny", + title: "Solidity Developer", + discordLink: "https://discordapp.com/users/938500876438487061", + twitterLink: "https://twitter.com/VinnyDev1", + image: VinnyImg, + team: "Product & Engineering", }, { name: "Mouse Dev", - title: "Development (Solidity)", + title: "Solidity Developer", discordLink: "https://discordapp.com/users/888112902266044436", twitterLink: "https://twitter.com/_MouseDev ", - image: MdImg, - team: "Platform", - }, - { - name: "Rappzula", - title: "Development (Full-Stack)", - discordLink: "https://discordapp.com/users/690989750127165581", - twitterLink: "https://twitter.com/0xrappzula", - image: RappzulaImg, - team: "Platform", + image: MouseDevImg, + team: "Product & Engineering", }, { name: "jcheese", - title: "Development (Front-End)", + title: "Front-End Engineer", discordLink: "https://discordapp.com/users/353057125137645568", twitterLink: "https://twitter.com/jc_1917", image: JustCheeseImg, - team: "Platform", + team: "Product & Engineering", }, { name: "Bas", - title: "UI/UX", + title: "Product Designer", image: BasImg, - team: "Platform", + team: "Creative", twitterLink: "https://twitter.com/bas_vdg", }, { name: "ENT", - title: "UI/UX", + title: "Product Designer", discordLink: "https://discordapp.com/users/354679433853927445", twitterLink: "https://twitter.com/ENT1T7", image: Ent1T7Img, - team: "Platform", - }, - { - name: "Vinny", - title: "Development (Backend & Solidity)", - discordLink: "https://discordapp.com/users/938500876438487061", - twitterLink: "https://twitter.com/VinnyDev1", - image: VinnyImg, - team: "Platform", - }, - { - name: "Yen", - title: "Art", - twitterLink: "https://twitter.com/YenLeeArt", - image: DefaultImg, - team: "Platform", - }, - { - name: "Crisis", - title: "Development", - discordLink: "https://discordapp.com/users/351558969568788482", - twitterLink: "https://twitter.com/crisidot", - image: CrisisImg, - team: "Smolverse", + team: "Creative", }, { name: "Preeminent", - title: "Marketing", + title: "Producer", discordLink: "https://discordapp.com/users/797371848627191818", twitterLink: "https://twitter.com/mikelauofficial", image: PreeminentImg, - team: "Smolverse", + team: "Smol", }, { name: "Animen", - title: "Art", + title: "Pixel Artist", discordLink: "https://discordapp.com/users/277435777783169024", image: AnimenImg, - team: "Smolverse", - }, - { - name: "Archang", - title: "Community", - discordLink: "https://discordapp.com/users/803824281263538196", - twitterLink: "https://twitter.com/Archang01", - image: ArchangImg, - team: "Smolverse", + team: "Smol", }, { - name: "PurpleSnow", - title: "Game Director", - discordLink: "https://discordapp.com/users/539546215399030814", - twitterLink: "https://twitter.com/purplezsnow", - image: PurpleSnowImg, - team: "Darkbright Studios", + name: "Rayhaan", + title: "Community Manager", + discordLink: "https://discordapp.com/users/240658497207926784", + twitterLink: "https://twitter.com/rayhaan_jay", + image: RayhaanImg, + team: "Smol", }, ]; -export const teamCoFounders = teamMembers.filter( - (member) => member.team === "Co-Founders" +export const teamCore = teamMembers.filter((member) => member.team === "Core"); +export const teamCreative = teamMembers.filter( + (member) => member.team === "Creative" ); -export const teamTreasure = teamMembers.filter( - (member) => member.team === "Treasure" +export const teamMarketing = teamMembers.filter( + (member) => member.team === "Marketing" ); -export const teamPlatform = teamMembers.filter( - (member) => member.team === "Platform" +export const teamProduct = teamMembers.filter( + (member) => member.team === "Product & Engineering" ); -export const teamSmolverse = teamMembers.filter( - (member) => member.team === "Smolverse" +export const teamEcosystem = teamMembers.filter( + (member) => member.team === "Ecosystem" ); -export const teamGameStudio = teamMembers.filter( - (member) => member.team === "Game Studio" +export const teamSmol = teamMembers.filter((member) => member.team === "Smol"); +export const teamOperations = teamMembers.filter( + (member) => member.team === "Operations" ); export type MemberT = (typeof teamMembers)[number]; @@ -702,7 +746,7 @@ export const builds = [ { name: "Leverage powerful infrastructure", description: - "Enrich your game’s experience through Treasure’s platform, Proof of Play framework, and MagicSwap.", + "Enrich your game’s experience through Treasure’s platform, Proof of Play framework, and Magicswap.", image: InfrastructureCardImg, }, @@ -791,8 +835,8 @@ export const infrastructures = [ name: "AMM", icon: , description: - "MagicSwap powers the cross-game economy by supporting the trading of native tokens for games powererd by Treasure with each liquidity pool using MAGIC as the base pair.", - buttonDescription: "Visit MagicSwap", + "Magicswap powers the cross-game economy by supporting the trading of native tokens for games powererd by Treasure with each liquidity pool using MAGIC as the base pair.", + buttonDescription: "Visit Magicswap", href: "https://magicswap.treasure.lol", }, { @@ -836,15 +880,8 @@ export const IndexCTA = [ name: "Games", description: "Games powered by Treasure through MAGIC.", icon: , - href: "/games", - isExternal: false, - }, - { - name: "Interoperability", - description: "Experience the power of interconnected gaming.", - icon: , - href: "/interoperability", - isExternal: false, + href: "https://app.treasure.lol/", + isExternal: true, }, { name: "Platform", @@ -858,7 +895,7 @@ export const IndexCTA = [ }, { name: "AMM", - description: "MagicSwap powers the cross-game economy.", + description: "Magicswap powers the cross-game economy.", icon: , href: "https://magicswap.lol/", isExternal: true, @@ -872,7 +909,7 @@ export const navigation = [ { name: "Build with Treasure", href: "/build", - isExternal: false, + isExternal: true, }, { name: "Infrastructure", @@ -890,7 +927,7 @@ export const navigation = [ isExternal: true, }, { - name: "Apply for Partnership", + name: "Apply to Partner", href: "https://docs.google.com/forms/d/e/1FAIpQLSeeom1s9R48ZGRXzx5B-MeYahfVa2DoKVBqS8hu63wwLxykpQ/viewform", isExternal: true, }, @@ -898,21 +935,15 @@ export const navigation = [ }, { name: "Games", - href: "/games", - isExternal: false, - group: "Discover", - }, - { - name: "Interoperability", - href: "/interoperability", - isExternal: false, - group: "Discover", + href: "https://app.treasure.lol/games", + isExternal: true, + group: "Play", }, { name: "Platform", href: "https://app.treasure.lol", isExternal: true, - group: "Discover", + group: "Play", }, { name: "About", @@ -953,8 +984,8 @@ export const navigation = [ isExternal: true, }, { - name: "Ecosystem Careers", - href: "https://treasuredao.pallet.com/jobs", + name: "Careers", + href: "https://jobs.treasure.lol/", isExternal: true, }, { @@ -1133,9 +1164,9 @@ export const socials = [ icon: (props: { className?: string }) => , }, { - name: "Twitter", - href: "https://twitter.com/Treasure_DAO", - icon: (props: { className?: string }) => , + name: "X", + href: "https://x.com/Treasure_DAO", + icon: (props: { className?: string }) => , }, ]; diff --git a/app/routes/brand-assets.tsx b/app/routes/brand-assets.tsx index 0932658c..f7832cf9 100644 --- a/app/routes/brand-assets.tsx +++ b/app/routes/brand-assets.tsx @@ -54,7 +54,7 @@ const ResourceNavigation = [ hash: "colors", }, { - name: "Media Kit Download", + name: "Media Kit", hash: "media-kit", }, ]; @@ -329,6 +329,7 @@ export default function Resources() {
+ {/*

@@ -360,6 +361,7 @@ export default function Resources() { />

+ */}

diff --git a/app/routes/build.tsx b/app/routes/build.tsx index 3e844471..fa6652ef 100644 --- a/app/routes/build.tsx +++ b/app/routes/build.tsx @@ -376,7 +376,7 @@ export default function Build() {

  • - Tap into powerful cross-game trading with MagicSwap + Tap into powerful cross-game trading with Magicswap

  • @@ -658,7 +658,7 @@ export default function Build() {
  • diff --git a/app/routes/partner.tsx b/app/routes/create.tsx similarity index 94% rename from app/routes/partner.tsx rename to app/routes/create.tsx index 8d497cc5..526ec1e4 100644 --- a/app/routes/partner.tsx +++ b/app/routes/create.tsx @@ -63,7 +63,7 @@ const ApplyNowButton = () => ( rel="noreferrer" className="text-md mt-6 flex h-10 w-max items-center rounded-md border border-ruby-900 bg-ruby-900 px-4 font-medium transition-colors hover:bg-transparent hover:text-ruby-900 md:mt-14 md:h-14 md:rounded-lg md:px-8 md:text-lg" > - Apply now + Apply Now ); @@ -192,7 +192,7 @@ const Partner = () => {
    -

    +

    Welcome to Treasure Create, your gateway to web3 gaming! Join our exclusive creator program to champion Treasure games, boost your online presence, and explore unique opportunities in the web3 @@ -215,7 +215,7 @@ const Partner = () => {

    Grow Your Platform

    -

    +

    Join our exclusive content creator program to connect with over 150k players, access early playtests, and amplify your reach through promotion on official Treasure channels. @@ -253,7 +253,7 @@ const Partner = () => {

    Unlock Rewards

    -

    +

    Gain MAGIC compensation, exclusive in-game items, and priority beta access, celebrating your dedication to Treasure games. @@ -280,7 +280,7 @@ const Partner = () => {

    Join an exciting community

    -

    +

    Immerse yourself in a vibrant creator community, connect with game devs, participate in game nights and unique events, and forge unforgettable gaming moments together! @@ -291,10 +291,7 @@ const Partner = () => {

    -
    +

    Testimonials

    @@ -315,15 +312,7 @@ const Partner = () => {
    -
    +

    diff --git a/app/routes/team.tsx b/app/routes/team.tsx index 842cd6b1..6761030a 100644 --- a/app/routes/team.tsx +++ b/app/routes/team.tsx @@ -1,13 +1,15 @@ import { Badge } from "~/components/Badge"; import { CTAButton } from "~/components/Button"; -import { DiscordIcon, TwitterIcon } from "~/components/Icons"; +import { DiscordIcon, XIcon } from "~/components/Icons"; import type { MemberT } from "~/const"; import { - teamCoFounders, - teamTreasure, - teamPlatform, - teamSmolverse, - teamGameStudio, + teamCore, + teamEcosystem, + teamCreative, + teamMarketing, + teamProduct, + teamSmol, + teamOperations, } from "~/const"; import classNames from "clsx"; import TreasureTeamImg from "@/img/TreasureTeam.webp"; @@ -72,7 +74,7 @@ const TeamCard = ({ member }: { member: MemberT }) => { rel="noopener noreferrer" target="_blank" > - + ) : null} {member.discordLink ? ( @@ -96,9 +98,9 @@ export default function Team() {
    - +

    - Meet the builders behind Treasure + Meet the people behind Treasure

    @@ -125,50 +127,70 @@ export default function Team() {

    - Founders + Core

    -
    - {teamCoFounders.map((member) => ( +
    + {teamCore.map((member) => ( ))}

    - Treasure + Ecosystem

    -
    - {teamTreasure.map((member) => ( +
    + {teamEcosystem.map((member) => ( ))}

    - Platform + Creative

    -
    - {teamPlatform.map((member) => ( +
    + {teamCreative.map((member) => ( ))}

    - Smolverse + Product & Engineering

    -
    - {teamSmolverse.map((member) => ( +
    + {teamProduct.map((member) => ( ))}

    - Game Studio + Marketing

    -
    - {teamGameStudio.map((member) => ( +
    + {teamMarketing.map((member) => ( + + ))} +
    +
    +
    +

    + Smol +

    +
    + {teamSmol.map((member) => ( + + ))} +
    +
    +
    +

    + Operations +

    +
    + {teamOperations.map((member) => ( ))}
    @@ -182,11 +204,11 @@ export default function Team() { Join the team

    - Want to contribute to the Treasure ecosystem and have a ton of - fun while doing it? We'd love to chat! + Want to contribute to Treasure and have a ton of fun while + doing it? We'd love to chat!

    - + See open roles
    diff --git a/public/img/pfps/Duke.png b/public/img/pfps/Duke.png deleted file mode 100644 index 8681b917..00000000 Binary files a/public/img/pfps/Duke.png and /dev/null differ diff --git a/public/img/pfps/Gaarp.png b/public/img/pfps/Gaarp.png deleted file mode 100644 index 6c819cf7..00000000 Binary files a/public/img/pfps/Gaarp.png and /dev/null differ diff --git a/public/img/pfps/Gearhart.png b/public/img/pfps/Gearhart.png deleted file mode 100644 index a4a4df60..00000000 Binary files a/public/img/pfps/Gearhart.png and /dev/null differ diff --git a/public/img/pfps/Gina.png b/public/img/pfps/Gina.png new file mode 100644 index 00000000..eab00574 Binary files /dev/null and b/public/img/pfps/Gina.png differ diff --git a/public/img/pfps/Insprac.png b/public/img/pfps/Insprac.png deleted file mode 100644 index 4d989e74..00000000 Binary files a/public/img/pfps/Insprac.png and /dev/null differ diff --git a/public/img/pfps/Jake.png b/public/img/pfps/Jake.png index 3b608687..a8f180b8 100644 Binary files a/public/img/pfps/Jake.png and b/public/img/pfps/Jake.png differ diff --git a/public/img/pfps/Jen.png b/public/img/pfps/Jen.png new file mode 100644 index 00000000..aad548a5 Binary files /dev/null and b/public/img/pfps/Jen.png differ diff --git a/public/img/pfps/Josh.png b/public/img/pfps/Josh.png new file mode 100644 index 00000000..510ad99d Binary files /dev/null and b/public/img/pfps/Josh.png differ diff --git a/public/img/pfps/Maximee.png b/public/img/pfps/Maximee.png deleted file mode 100644 index c0af1e27..00000000 Binary files a/public/img/pfps/Maximee.png and /dev/null differ diff --git a/public/img/pfps/Mulf.png b/public/img/pfps/Mulf.png new file mode 100644 index 00000000..e355473b Binary files /dev/null and b/public/img/pfps/Mulf.png differ diff --git a/public/img/pfps/Rappzula.png b/public/img/pfps/Rappzula.png index 07fa7834..27977758 100644 Binary files a/public/img/pfps/Rappzula.png and b/public/img/pfps/Rappzula.png differ diff --git a/public/img/pfps/Rayhaan.png b/public/img/pfps/Rayhaan.png new file mode 100644 index 00000000..9ba191bb Binary files /dev/null and b/public/img/pfps/Rayhaan.png differ diff --git a/public/img/pfps/Santi.png b/public/img/pfps/Santi.png deleted file mode 100644 index 809cc1cc..00000000 Binary files a/public/img/pfps/Santi.png and /dev/null differ diff --git a/public/img/pfps/Shimsho.png b/public/img/pfps/Shimsho.png deleted file mode 100644 index 372aeea5..00000000 Binary files a/public/img/pfps/Shimsho.png and /dev/null differ diff --git a/public/img/pfps/Timo.png b/public/img/pfps/Timo.png deleted file mode 100644 index fb692fdb..00000000 Binary files a/public/img/pfps/Timo.png and /dev/null differ diff --git a/public/img/pfps/Trav.png b/public/img/pfps/Trav.png deleted file mode 100644 index 160f3374..00000000 Binary files a/public/img/pfps/Trav.png and /dev/null differ diff --git a/public/img/pfps/Wagingbull.png b/public/img/pfps/Wagingbull.png new file mode 100644 index 00000000..89335386 Binary files /dev/null and b/public/img/pfps/Wagingbull.png differ diff --git a/public/img/pfps/Yuri.png b/public/img/pfps/Yuri.png new file mode 100644 index 00000000..fcfc0398 Binary files /dev/null and b/public/img/pfps/Yuri.png differ diff --git a/public/locales/en/index.json b/public/locales/en/index.json index 9a1e390b..8cce3301 100644 --- a/public/locales/en/index.json +++ b/public/locales/en/index.json @@ -1,7 +1,7 @@ { "common": { "Learn": "Learn", - "Discover": "Discover", + "Play": "Play", "Build": "Build", "Build with Treasure": "Build with Treasure", "Contribute": "Contribute", @@ -19,7 +19,7 @@ "What is MAGIC?": "What is MAGIC?", "About Treasure": "About Treasure", "Blog": "Blog", - "Ecosystem Careers": "Ecosystem Careers", + "Careers": "Careers", "Snapshot": "Snapshot", "Open Source": "Open Source", "About": "About", @@ -32,7 +32,7 @@ "Community": "Community", "Infrastructure": "Infrastructure", "Why Treasure": "Why Treasure", - "Apply for Partnership": "Apply for Partnership", + "Apply to Partner": "Apply to Partner", "Brand Assets": "Brand Assets", "Governance Forum": "Governance Forum", "Vote on Snapshot": "Vote on Snapshot", @@ -40,7 +40,7 @@ "Guilds": "Guilds", "Community Initiatives": "Community Initiatives", "Talent": "Talent", - "MagicSwap": "MagicSwap", + "Magicswap": "Magicswap", "MAGIC-ETH LP": "MAGIC-ETH LP", "Balancer Crystals": "Balancer Crystals", "Platform": "Platform" diff --git a/public/locales/ja-JP/index.json b/public/locales/ja-JP/index.json index 3a197e9e..f4ada1ad 100644 --- a/public/locales/ja-JP/index.json +++ b/public/locales/ja-JP/index.json @@ -1,7 +1,7 @@ { "common": { "Learn": "学ぶ", - "Discover": "見つける", + "Play": "遊ぶ", "Build": "作る", "Contribute": "貢献する", "LP": "LP", @@ -18,7 +18,7 @@ "What is MAGIC?": "MAGICとは", "About Treasure": "Treasureについて", "Blog": "ブログ", - "Ecosystem Careers": "エコシステムキャリア", + "Careers": "エコシステムキャリア", "Snapshot": "スナップショット", "Open Source": "オープンソース", "About": "Treasureについて", @@ -31,7 +31,7 @@ "Community": "コミュニティ", "Infrastructure": "インフラストラクチャー", "Why Treasure": "なぜ Treasure?", - "Apply for Partnership": "パートナーシップを申し込む", + "Apply to Partner": "パートナーシップを申し込む", "Brand Assets": "ブランドアセット", "Governance Forum": "ガバナンスフォーラム", "Vote on Snapshot": "スナップショットに投票", @@ -39,7 +39,7 @@ "Guilds": "ギルド", "Community Initiatives": "コミュニティイニシエーション", "Talent": "タレント", - "MagicSwap": "MagicSwap", + "Magicswap": "Magicswap", "MAGIC-ETH LP": "MAGIC-ETH LP", "Balancer Crystals": "Balancer Crystals", "Platform": "Platform" diff --git a/public/locales/zh-CN/index.json b/public/locales/zh-CN/index.json index 6f287e1a..f03b5d88 100644 --- a/public/locales/zh-CN/index.json +++ b/public/locales/zh-CN/index.json @@ -1,7 +1,7 @@ { "common": { "Learn": "学习", - "Discover": "发现", + "Play": "玩", "Build": "构建", "Build with Treasure": "使用Treasure构建", "Contribute": "贡献", @@ -19,7 +19,7 @@ "What is MAGIC?": "什么是MAGIC?", "About Treasure": "关于Treasure", "Blog": "博客", - "Ecosystem Careers": "生态职业", + "Careers": "生态职业", "Snapshot": "快照", "Open Source": "开源", "About": "关于", @@ -32,7 +32,7 @@ "Community": "社区", "Infrastructure": "基础设施", "Why Treasure": "为什么选择Treasure", - "Apply for Partnership": "申请合作", + "Apply to Partner": "申请合作", "Brand Assets": "品牌资产", "Governance Forum": "治理论坛", "Vote on Snapshot": "在快照上投票", @@ -40,7 +40,7 @@ "Guilds": "公会", "Community Initiatives": "社区计划", "Talent": "人才", - "MagicSwap": "MagicSwap", + "Magicswap": "Magicswap", "MAGIC-ETH LP": "MAGIC-ETH LP", "Balancer Crystals": "Balancer水晶", "Platform": "Platform"