diff --git a/app/studio/page.tsx b/app/studio/page.tsx index b0accbb..9fd5382 100644 --- a/app/studio/page.tsx +++ b/app/studio/page.tsx @@ -4,38 +4,26 @@ import type { Metadata } from "next"; export const metadata: Metadata = { title: "Studio", description: - "Highland Games Studio is a two-person indie team crafting survival adventures.", + "Highland Games Studio is a small indie team crafting survival adventures.", }; -const values = [ - { - index: "01", - title: "CRAFT", - body: "Every system, asset and line of dialogue is touched by hand. No shortcuts on what matters.", - }, - { - index: "02", - title: "SURVIVE", - body: "We love the genre. The tension between scarcity and discovery is at the core of every game we make.", - }, - { - index: "03", - title: "WONDER", - body: "A summit isn't the end of the climb — it's the start of a new world. We design for that feeling.", - }, -]; - const team = [ { - name: "Founder One", - role: "Co-founder · Programming · Design", + name: "Mathew Simon", + role: "CEO · Developer", bio: "Builds the systems, gameplay loops and tools that bring our worlds to life.", photo: "/image/teams/CEO_Dev.jpg", }, { - name: "Founder Two", - role: "Co-founder · Art · Design", - bio: "Shapes the visual identity, environments and feel of every Highland Games world.", + name: "Kevin Tostivin", + role: "3D Artist · Art Director", + bio: "Shapes the visual identity, environments and overall look of every Highland Games world.", + photo: null, + }, + { + name: "Axel", + role: "3D Animator", + bio: "Brings characters and creatures to life, giving motion and feel to everything on screen.", photo: null, }, ]; @@ -54,35 +42,15 @@ export default function StudioPage() { BIG HORIZONS.
- Highland Games Studio is an independent game studio of two friends - building survival worlds we'd want to lose ourselves in. We - believe small teams can craft big experiences, where every detail is - made by someone who cares. + Highland Games Studio is an independent game studio building survival + worlds we'd want to lose ourselves in. We believe small teams can + craft big experiences, where every detail is made by someone who + cares.
- {/* VALUES */} -- {v.body} -
-— THE PEOPLE @@ -92,7 +60,7 @@ export default function StudioPage() {