import React from 'react' import { useI18n } from '../i18n' import LanguageToggle from './LanguageToggle' const LandingPage = ({ onEnter }) => { const { t } = useI18n() return (
{/* Animated Background Elements - using Tailwind with some custom CSS in styles.css if needed, but for simplicity I will use inline styles to match the backend version precisely */}