import React from 'react'; import { motion } from 'framer-motion'; import { ExternalLink, ArrowUpRight, MousePointerClick } from 'lucide-react'; // Optimized constants to prevent object recreation on renders const HARDWARE_ACCELERATION_STYLE = { transform: 'translateZ(0)', willChange: 'transform, opacity' } as const; const HARDWARE_ACCELERATION_TRANSFORM_STYLE = { transform: 'translateZ(0)', willChange: 'transform' } as const; const projects = [ { title: 'Play Or Draw', category: 'Web Development', year: '2023', description: 'The Marketplace for Players. A fully-fledged custom-made marketplace designed with a smoother user experience at its core and lower fees to support the trading card game community.', technologies: ['Next.js', 'Backend (Express)', 'Shopify API'], metrics: ['Advanced Stripe integrations', 'Custom Built Marketplace', 'Crystal Commerce Partnership'], image: 'https://images.pexels.com/photos/3184291/pexels-photo-3184291.jpeg?auto=compress&cs=tinysrgb&w=800', ratio: 'aspect-[1.618/1]' // Golden ratio }, { title: 'Website Portfolio Showcase', category: 'Web Development & Design', year: '2024', description: 'Creative Showcase. Our comprehensive portfolio featuring innovative web designs, interactive experiences, and modern development approaches that demonstrate our expertise across various industries.', technologies: ['React', 'Framer Motion', 'Modern CSS', 'Responsive Design'], metrics: ['Custom design', 'Mobile friendly', 'Fits any budget'], image: '/assets/sitesportfolioscreengrab.png', ratio: 'aspect-[1.618/1]' // Golden ratio - same as live previews }, { title: 'DesignRF', category: 'Web Development, RF Design', year: '2021', description: 'Streamlined RF Design. A cost-effective solution for RF engineers to create heatmap-overlayed floor plans for bidding projects, estimating costs, and more.', technologies: ['Frontend (Svelte)', 'Backend (Flask)'], metrics: ['7x faster than competitors', '10x cheaper than competitors', '$1M+ in SAAS costs saved to date'], image: 'https://images.pexels.com/photos/3184339/pexels-photo-3184339.jpeg?auto=compress&cs=tinysrgb&w=800', ratio: 'aspect-[1.618/1]' } ]; const Portfolio = () => { return (
{/* Asymmetric background elements */}

Our
Work

Amazing projects we've worked on. Each represents a unique challenge solved through innovative thinking and meticulous execution.

{projects.map((project, index) => (
{project.title === 'Play Or Draw' ? ( // Play Or Draw - iframe preview