import { StairsLogo } from ‘./components/StairsLogo’;
import { FloatingParticles } from ‘./components/FloatingParticles’;
import { GlowEffect } from ‘./components/GlowEffect’;

export default function App() {
return (

{/* Background glow effects */}

{/* Floating particles */}

{/* Main content container */}

{/* Stairs logo on the left */}

{/* Brand text content */}

THYNKA

Pequeños hábitos. Grandes resultados.

{/* Abstract geometric waves */}

);
}