import React from 'react'; import { Link } from 'react-router-dom'; import { motion } from 'framer-motion'; import { ArrowRightIcon, BugIcon, SparkleIcon, LayoutIcon, ArrowLeftIcon, } from '@phosphor-icons/react'; import Seo from '../components/Seo'; import GenerativeArt from '../components/GenerativeArt'; import LuxeArt from '../components/LuxeArt'; const DesignSelectionPage = () => { return (
Back to Root

Aesthetics

Explore the visual foundations of Fezcodex. Choose between raw systemic brutalism or refined architectural elegance.

{/* BRUFEZ CARD */}

Brufez

Systemic transparency. Celebrated structural logic, 1PX borders, and high-frequency contrast.

Launch_Spec
{/* FEZLUXE CARD */}

Fezluxe

Architectural elegance. Generous white space, soft depth, and sophisticated typographic hierarchy.

Explore Archive
); }; export default DesignSelectionPage;