This project is a small, friendly and interactive demo built with Svelte and Tailwind CSS. It explains why some phones show different small openings depending on the region (mmWave vs sub-6), using images and short text blocks.
What's included
How to run (local)
npm install
npm run dev
Open http://localhost:5173 (Vite default) and you should see the interactive site.
Notes & tips
img/ folder and committed in the repository (offline-friendly).img/ folder. For production they are copied to the build root by Vite (config uses publicDir: 'img'), so reference them in your components as /your-image.ext — for example /telecom.jpg.