diff --git a/app/studio/page.tsx b/app/studio/page.tsx index 28173f1..b0accbb 100644 --- a/app/studio/page.tsx +++ b/app/studio/page.tsx @@ -7,6 +7,24 @@ export const metadata: Metadata = { "Highland Games Studio is a two-person 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", @@ -25,6 +43,7 @@ const team = [ export default function StudioPage() { return (
— THE STUDIO @@ -42,80 +61,79 @@ export default function StudioPage() {
- 01 -
-- Every system, asset and line of dialogue is touched by hand. No - shortcuts on what matters. -
-- 02 -
-- We love the genre. The tension between scarcity and discovery is at - the core of every game we make. -
-- 03 -
-- A summit isn't the end of the climb — it's the start of a - new world. We design for that feeling. -
-+ {v.body} +
++ — THE PEOPLE +
+{m.role}
-+
{m.bio}