"use client"; import Image from "next/image"; import Link from "next/link"; import { motion } from "framer-motion"; export default function Home() { return ( <> {/* HERO */}
{/* Background video */} {/* Dark overlay for text readability */}
{/* Vignette / radial fade to deepen the edges */}
{/* Grain / noise overlay via CSS gradient */}
Highland Games Studio HIGHLAND GAMES
STUDIO
Where summits become worlds. EXPLORE OUR GAMES MEET THE STUDIO
{/* Scroll indicator - positioned relative to the section */} SCROLL
{/* STUDIO INTRO */}

— THE STUDIO

Worlds beyond
the summit.

We build worlds where every horizon hides a story. Hand-crafted games made to be lived in, not just played through. Each one a different summit, a different climb.

LEARN MORE →
{/* FEATURED GAME */}

— IN DEVELOPMENT

OUR FIRST WORLD

Game placeholder

SURVIVAL · CRAFTING · EXPLORATION

PROJECT ONE

Inspired by Raft and Aloft. Build, explore, and survive across shifting horizons. A new survival adventure, currently in early development.

LEARN MORE
{/* DEVBLOG TEASER */}

— DEVBLOG

FOLLOW THE JOURNEY

Behind-the-scenes updates, design decisions, and milestones from the studio. Every step of the climb, documented.

READ THE DEVBLOG
); }