export default function SmokinTechLandingPage() { return (
{/* Background Image */}
{/* Overlay */}
{/* Decorative Gradient */}
{/* Navigation */}

Smokin Tech

喫煙技術

{/* Hero */}
{/* Main Emblem */}
喫煙技術

Smokin Tech

喫煙技術

Modern infrastructure, self-hosted platforms, automation, dashboards, and high-performance systems crafted with precision and a bold Japanese-inspired aesthetic.

{/* Features */}
{[ { title: 'Self Hosted', text: 'Reliable infrastructure, containers, monitoring, and automation built for performance.', }, { title: 'Development', text: 'Custom dashboards, APIs, tools, and modern web applications engineered cleanly.', }, { title: 'Design & Culture', text: 'A fusion of modern technology and Japanese-inspired visual identity.', }, ].map((item) => (

{item.title}

{item.text}

))}
{/* Footer */}
); }