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 */}
THYNKA
{/* Brand text content */}
THYNKA
Pequeños hábitos. Grandes resultados.
{/* Abstract geometric waves */}
);
}