|
| 1 | +import React from 'react'; |
| 2 | +import { Link } from 'react-router-dom'; |
| 3 | +import { motion } from 'framer-motion'; |
| 4 | +import { |
| 5 | + ArrowRightIcon, |
| 6 | + BugIcon, |
| 7 | + SparkleIcon, |
| 8 | + LayoutIcon, |
| 9 | + ArrowLeftIcon |
| 10 | +} from '@phosphor-icons/react'; |
| 11 | +import Seo from '../components/Seo'; |
| 12 | +import GenerativeArt from '../components/GenerativeArt'; |
| 13 | +import LuxeArt from '../components/LuxeArt'; |
| 14 | + |
| 15 | +const DesignSelectionPage = () => { |
| 16 | + return ( |
| 17 | + <div className="min-h-screen bg-[#F5F5F0] text-[#1A1A1A] font-sans selection:bg-[#C0B298] selection:text-black flex flex-col"> |
| 18 | + <Seo |
| 19 | + title="Design System | Fezcodex" |
| 20 | + description="Choose your design exploration: Brutalist Brufez or Refined Fezluxe." |
| 21 | + /> |
| 22 | + |
| 23 | + <div className="max-w-[1400px] mx-auto px-6 md:px-12 py-24 flex-1 flex flex-col"> |
| 24 | + |
| 25 | + <header className="mb-24 pt-12 border-b border-black/10 pb-12 text-center md:text-left"> |
| 26 | + <Link to="/" className="inline-flex items-center gap-2 mb-8 font-outfit text-xs uppercase tracking-widest text-[#1A1A1A]/40 hover:text-[#8D4004] transition-colors"> |
| 27 | + <ArrowLeftIcon /> Back to Root |
| 28 | + </Link> |
| 29 | + <h1 className="font-playfairDisplay text-7xl md:text-9xl text-[#1A1A1A] mb-6"> |
| 30 | + Aesthetics |
| 31 | + </h1> |
| 32 | + <p className="font-outfit text-sm text-[#1A1A1A]/60 max-w-lg leading-relaxed"> |
| 33 | + Explore the visual foundations of Fezcodex. Choose between raw systemic brutalism or refined architectural elegance. |
| 34 | + </p> |
| 35 | + </header> |
| 36 | + |
| 37 | + <div className="grid grid-cols-1 md:grid-cols-2 gap-12 lg:gap-24 flex-1"> |
| 38 | + |
| 39 | + {/* BRUFEZ CARD */} |
| 40 | + <Link to="/design/brufez" className="group block relative"> |
| 41 | + <motion.div |
| 42 | + whileHover={{ y: -10 }} |
| 43 | + className="h-full bg-[#050505] border border-white/5 p-12 flex flex-col justify-between rounded-sm overflow-hidden shadow-2xl transition-all duration-500" |
| 44 | + > |
| 45 | + <div className="absolute inset-0 opacity-[0.05] pointer-events-none group-hover:opacity-[0.1] transition-opacity"> |
| 46 | + <GenerativeArt seed="brufez" className="w-full h-full grayscale" /> |
| 47 | + </div> |
| 48 | + |
| 49 | + <div className="space-y-8 relative z-10"> |
| 50 | + <div className="w-16 h-16 flex items-center justify-center bg-white/5 border border-white/10 text-[#10B981] rounded-sm group-hover:bg-[#10B981] group-hover:text-black transition-colors"> |
| 51 | + <BugIcon size={32} weight="fill" /> |
| 52 | + </div> |
| 53 | + <div className="space-y-4"> |
| 54 | + <h2 className="text-5xl font-black text-white uppercase tracking-tighter leading-none"> |
| 55 | + Brufez |
| 56 | + </h2> |
| 57 | + <p className="font-mono text-xs text-gray-500 uppercase tracking-widest leading-relaxed"> |
| 58 | + Systemic transparency. Celebrated structural logic, 1PX borders, and high-frequency contrast. |
| 59 | + </p> |
| 60 | + </div> |
| 61 | + </div> |
| 62 | + |
| 63 | + <div className="mt-12 pt-8 border-t border-white/10 flex justify-between items-center relative z-10"> |
| 64 | + <span className="font-mono text-[10px] uppercase tracking-[0.3em] text-gray-600 group-hover:text-white transition-colors"> |
| 65 | + Launch_Spec |
| 66 | + </span> |
| 67 | + <ArrowRightIcon className="text-gray-600 group-hover:text-[#10B981] group-hover:translate-x-2 transition-all" size={24} /> |
| 68 | + </div> |
| 69 | + </motion.div> |
| 70 | + </Link> |
| 71 | + |
| 72 | + {/* FEZLUXE CARD */} |
| 73 | + <Link to="/design/fezluxe" className="group block relative"> |
| 74 | + <motion.div |
| 75 | + whileHover={{ y: -10 }} |
| 76 | + className="h-full bg-white border border-black/5 p-12 flex flex-col justify-between rounded-sm overflow-hidden shadow-xl transition-all duration-500" |
| 77 | + > |
| 78 | + <div className="absolute inset-0 opacity-[0.03] pointer-events-none group-hover:opacity-[0.08] transition-opacity"> |
| 79 | + <LuxeArt seed="fezluxe" className="w-full h-full mix-blend-multiply" /> |
| 80 | + </div> |
| 81 | + |
| 82 | + <div className="space-y-8 relative z-10"> |
| 83 | + <div className="w-16 h-16 flex items-center justify-center bg-[#F5F5F0] text-[#8D4004] rounded-full shadow-sm group-hover:bg-[#1A1A1A] group-hover:text-white transition-all duration-500"> |
| 84 | + <SparkleIcon size={32} weight="light" /> |
| 85 | + </div> |
| 86 | + <div className="space-y-4"> |
| 87 | + <h2 className="text-5xl font-playfairDisplay italic text-[#1A1A1A] leading-none"> |
| 88 | + Fezluxe |
| 89 | + </h2> |
| 90 | + <p className="font-outfit text-sm text-black/40 italic leading-relaxed"> |
| 91 | + Architectural elegance. Generous white space, soft depth, and sophisticated typographic hierarchy. |
| 92 | + </p> |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + |
| 96 | + <div className="mt-12 pt-8 border-t border-black/5 flex justify-between items-center relative z-10"> |
| 97 | + <span className="font-outfit text-[10px] uppercase tracking-[0.3em] text-black/30 group-hover:text-[#8D4004] transition-colors"> |
| 98 | + Explore Archive |
| 99 | + </span> |
| 100 | + <ArrowRightIcon className="text-black/20 group-hover:text-[#8D4004] group-hover:translate-x-2 transition-all" size={24} /> |
| 101 | + </div> |
| 102 | + </motion.div> |
| 103 | + </Link> |
| 104 | + |
| 105 | + </div> |
| 106 | + |
| 107 | + <footer className="mt-24 pt-12 border-t border-black/10 flex flex-col md:flex-row justify-between items-center gap-6 text-black/30 font-outfit text-[10px] uppercase tracking-[0.3em]"> |
| 108 | + <div className="flex items-center gap-2"> |
| 109 | + <LayoutIcon size={14} /> |
| 110 | + <span>Dual Theme Protocol Alpha</span> |
| 111 | + </div> |
| 112 | + <span>Fezcodex Studio — 2026</span> |
| 113 | + </footer> |
| 114 | + |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + ); |
| 118 | +}; |
| 119 | + |
| 120 | +export default DesignSelectionPage; |
0 commit comments