diff --git a/apps/nextjs/content/games/blob-arena.mdoc b/apps/nextjs/content/games/blob-arena.mdoc index 3aebd765..ceb47936 100644 --- a/apps/nextjs/content/games/blob-arena.mdoc +++ b/apps/nextjs/content/games/blob-arena.mdoc @@ -16,11 +16,11 @@ tokens: icon: icon.png coverImage: coverImage.webp screenshots: - - screenshots/0.png - - screenshots/1.png - - screenshots/2.png - screenshots/3.png - screenshots/4.png + - screenshots/1.png + - screenshots/2.png + - screenshots/5.png links: homepage: https://www.blobarena.xyz/ discord: https://discord.gg/Aa43XBgYvh diff --git a/apps/nextjs/content/games/realms-eternum.mdoc b/apps/nextjs/content/games/realms-eternum.mdoc index 0e50de38..fdf3fdf3 100644 --- a/apps/nextjs/content/games/realms-eternum.mdoc +++ b/apps/nextjs/content/games/realms-eternum.mdoc @@ -1,6 +1,6 @@ --- -title: 'Realms: Eternum' -color: '#f5f5f5' +title: "Realms: Eternum" +color: "#f5f5f5" status: beta developer: biblio-dao genres: @@ -14,7 +14,7 @@ operatingSystems: - Web Browser lords: Trade for resources chains: - - '420' + - "420" collections: - realms tokens: @@ -22,19 +22,20 @@ tokens: icon: icon.png coverImage: coverImage.png screenshots: - - screenshots/0.png - - screenshots/1.png - - screenshots/2.png - - screenshots/3.png - - screenshots/4.png + - screenshots/0.jpg + - screenshots/1.jpg + - screenshots/2.jpg + - screenshots/3.jpg + - screenshots/4.jpg links: - homepage: https://alpha-eternum.realms.world/ - discord: https://discord.gg/uQnjZhZPfu - twitter: https://twitter.com/LootRealms + homepage: https://eternum.realms.world/ + discord: https://discord.gg/realmsworld + twitter: https://twitter.com/RealmsEternum github: https://github.com/BibliothecaDAO/eternum - testnet: https://eternum.realms.world + testnet: https://next-eternum.realms.world/ playable: true --- + Eternum represents the culmination of two years of dedicated effort, aimed at crafting a world that transcends the bounds of its creators. It's not just a game; it's a sophisticated fusion of economic and social frameworks, forming the diff --git a/apps/nextjs/public/content/games/realms-eternum/coverImage.png b/apps/nextjs/public/content/games/realms-eternum/coverImage.png index a3882666..ef7b506d 100644 Binary files a/apps/nextjs/public/content/games/realms-eternum/coverImage.png and b/apps/nextjs/public/content/games/realms-eternum/coverImage.png differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/0.jpg b/apps/nextjs/public/content/games/realms-eternum/screenshots/0.jpg new file mode 100644 index 00000000..58ea0d07 Binary files /dev/null and b/apps/nextjs/public/content/games/realms-eternum/screenshots/0.jpg differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/0.png b/apps/nextjs/public/content/games/realms-eternum/screenshots/0.png deleted file mode 100644 index 049087bf..00000000 Binary files a/apps/nextjs/public/content/games/realms-eternum/screenshots/0.png and /dev/null differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/1.jpg b/apps/nextjs/public/content/games/realms-eternum/screenshots/1.jpg new file mode 100644 index 00000000..307c8290 Binary files /dev/null and b/apps/nextjs/public/content/games/realms-eternum/screenshots/1.jpg differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/1.png b/apps/nextjs/public/content/games/realms-eternum/screenshots/1.png deleted file mode 100644 index 908f33a5..00000000 Binary files a/apps/nextjs/public/content/games/realms-eternum/screenshots/1.png and /dev/null differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/2.jpg b/apps/nextjs/public/content/games/realms-eternum/screenshots/2.jpg new file mode 100644 index 00000000..957895bc Binary files /dev/null and b/apps/nextjs/public/content/games/realms-eternum/screenshots/2.jpg differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/2.png b/apps/nextjs/public/content/games/realms-eternum/screenshots/2.png deleted file mode 100644 index 3460778b..00000000 Binary files a/apps/nextjs/public/content/games/realms-eternum/screenshots/2.png and /dev/null differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/3.jpg b/apps/nextjs/public/content/games/realms-eternum/screenshots/3.jpg new file mode 100644 index 00000000..ec16d784 Binary files /dev/null and b/apps/nextjs/public/content/games/realms-eternum/screenshots/3.jpg differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/3.png b/apps/nextjs/public/content/games/realms-eternum/screenshots/3.png deleted file mode 100644 index 12c08bf5..00000000 Binary files a/apps/nextjs/public/content/games/realms-eternum/screenshots/3.png and /dev/null differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/4.jpg b/apps/nextjs/public/content/games/realms-eternum/screenshots/4.jpg new file mode 100644 index 00000000..c9ce27a2 Binary files /dev/null and b/apps/nextjs/public/content/games/realms-eternum/screenshots/4.jpg differ diff --git a/apps/nextjs/public/content/games/realms-eternum/screenshots/4.png b/apps/nextjs/public/content/games/realms-eternum/screenshots/4.png deleted file mode 100644 index 6dcb5764..00000000 Binary files a/apps/nextjs/public/content/games/realms-eternum/screenshots/4.png and /dev/null differ diff --git a/apps/nextjs/src/app/(app)/page.tsx b/apps/nextjs/src/app/(app)/page.tsx index 32b3f913..9453cb93 100644 --- a/apps/nextjs/src/app/(app)/page.tsx +++ b/apps/nextjs/src/app/(app)/page.tsx @@ -15,13 +15,20 @@ import { PageLayout } from "../_components/PageLayout"; import { Partners } from "../_components/Partners"; import { BlogGrid } from "./blogs/BlogGrid"; import CollectionsList from "./collection/CollectionsList"; -import { EventGrid } from "./events/EventGrid"; + +//import { EventGrid } from "./events/EventGrid"; export default async function Home() { const games = await reader().collections.games.all(); const carouselItems = games .filter((a) => a.slug === "realms-eternum") - .concat(games.filter((a) => (a.slug !== "realms-eternum" && (a.entry.status === "beta" || a.entry.status === "mainnet")))) + .concat( + games.filter( + (a) => + a.slug !== "realms-eternum" && + (a.entry.status === "beta" || a.entry.status === "mainnet"), + ), + ) .map((game) => ({ alt: game.entry.title, src: `/content/games/${game.slug}/${game.entry.coverImage}`, @@ -37,7 +44,7 @@ export default async function Home() { {carouselItems.map((item, index) => ( -
+
{item.alt}
-

{item.title}

-

{item.description}

- +

+ {item.title} +

+

+ {item.description} +

+
@@ -61,7 +74,9 @@ export default async function Home() {
-

All Games

+

+ All Games +

{games.map((game, index) => ( @@ -69,16 +84,18 @@ export default async function Home() {
-

News

+

+ News +

-
+ {/*

Events

-
+
*/} -
+

Featured Collections diff --git a/apps/nextjs/src/app/_components/SideMenu.tsx b/apps/nextjs/src/app/_components/SideMenu.tsx index 9709aaff..7574c3d3 100644 --- a/apps/nextjs/src/app/_components/SideMenu.tsx +++ b/apps/nextjs/src/app/_components/SideMenu.tsx @@ -13,11 +13,10 @@ import Gamepad from "@/icons/gamepad.svg"; import LordsIcon from "@/icons/lords.svg"; import RWLogo from "@/icons/rw-logo.svg"; import SideHeaderImg from "@/icons/side-header.svg"; -import { Github, Newspaper, Twitter, User } from "lucide-react"; -import { cn } from "@realms-world/utils"; - import { Button } from "@realms-world/ui/components/ui/button"; import { ScrollArea } from "@realms-world/ui/components/ui/scroll-area"; +import { cn } from "@realms-world/utils"; +import { Github, Newspaper, Twitter, User } from "lucide-react"; import { useUIStore } from "../../providers/UIStoreProvider"; @@ -38,11 +37,11 @@ const Sidebar = () => { href: "/collection", icon: , }, - { + /* { name: "Events", href: "/events", icon: , - }, + },*/ { name: "Blog", href: "/blogs",