diff --git a/client/data/showcase.ts b/client/data/showcase.ts index f1c62085..a06f5e9f 100644 --- a/client/data/showcase.ts +++ b/client/data/showcase.ts @@ -18,77 +18,96 @@ export const SHOWCASE: ShowcaseProject[] = [ { id: "aethex-dev-connect", title: "AeThex | Dev-Connect", - role: "Founder / Lead Engineer", + role: "AeThex Studio", timeframe: "Jul 2025 – Present", description: - "Connecting the Roblox creator community with profiles, collaborations, and opportunities. Built by the aethex.dev team.", + "Connecting the Roblox creator community with profiles, collaboration tools, and opportunity matching — built and maintained by the AeThex Studio team.", tags: ["AeThex", "Community", "Roblox", "Web"], }, { id: "aethex-exchange", title: "AeThex | Exchange", - role: "Product Lead", + role: "AeThex Studio", timeframe: "Jul 2025 – Present", - description: "Buy, Sell, and Trade digital goods and services within the AeThex ecosystem.", + description: + "Studio-run marketplace for buying, selling, and trading digital goods and services across the AeThex ecosystem.", tags: ["AeThex", "Marketplace", "Commerce"], }, { id: "rodeo-roundup", title: "Rodeo RoundUp", - role: "Product / Engineering", + role: "AeThex Studio", timeframe: "Jul 2025 – Present", description: - "A centralized app for discovering and tracking rodeos near you, with events, locations, and reminders.", + "A studio-built app for discovering and tracking rodeos nearby with structured event data, maps, and alerts.", tags: ["Mobile", "Events", "Maps"], }, { id: "hells-highway", title: "Hell's Highway: A Wrong Turn", - role: "Game Designer / Engineer", + role: "AeThex Studio", timeframe: "Apr 2025 – Present", description: - "Haul cargo across a hostile wasteland while battling road pirates in high‑octane vehicular combat.", + "A studio IP: haul cargo across a hostile wasteland and battle road pirates in high‑octane vehicular combat.", tags: ["Game", "Combat", "Vehicles"], }, { id: "aethex-gameforge", title: "AeThex | GameForge", - role: "Toolkit Engineer", + role: "AeThex Labs", timeframe: "Jan 2025 – Present", - description: "Game development toolkit and pipeline utilities for rapid prototyping and shipping.", + description: + "Our internal game development toolkit and build pipeline utilities for rapid prototyping and shipping.", tags: ["AeThex", "Toolkit", "DevTools"], }, { id: "lone-star-bar", title: "Lone Star Bar", - role: "Game Developer", + role: "AeThex Studio", timeframe: "Mar 2024 – Present", - description: "17+ social game on Roblox featuring social mechanics and immersive spaces.", + description: + "A 17+ social game on Roblox from AeThex Studio, focusing on immersive spaces and social mechanics.", tags: ["Roblox", "Social", "Game"], + links: [ + { + label: "Roblox", + href: "https://www.roblox.com/game-details-web-subsite/games/16734634422/Lone-Star-Bar", + }, + ], }, { id: "crooked-are-we", title: "Crooked Are We", - role: "Producer / Engineer", + role: "AeThex Studio", timeframe: "Nov 2022 – Present", - description: "A narrative‑driven initiative associated with AeThex.", + description: "A narrative‑driven initiative produced by AeThex Studio.", tags: ["AeThex", "Narrative", "Production"], + links: [ + { label: "Show project", href: "https://aethex.co/crooked-are-we" }, + ], }, { id: "all-in-one-inspire-2025", title: "ALL IN ONE {INSPIRE 2025}", - role: "Director", + role: "AeThex Studio", timeframe: "Aug 2025", description: - "Directed a team of 4 to build and release a polished prototype game in 86 hours for INSPIRE 2025.", + "Our team directed and shipped a polished prototype game in 86 hours for INSPIRE 2025.", tags: ["Game Jam", "Leadership", "Prototype"], }, { id: "the-prototypes-control", title: "The Prototypes Control", - role: "Contributor", + role: "AeThex Studio", timeframe: "2025", - description: "Roblox DevRel Challenge 2025 entry focused on rapid prototyping and control schemes.", + description: + "Roblox DevRel Challenge 2025 entry by AeThex Studio focused on rapid prototyping and control schemes.", tags: ["Roblox", "Prototype", "Challenge"], + links: [ + { + label: "Roblox", + href: "https://www.roblox.com/game-details-web-subsite/games/71588594039558/The-Prototypes-Control", + }, + ], }, ];