Landing page for premium-erde.de — a premium soil product website.
├── index.html # Main landing page
├── datenschutz.html # Privacy policy
├── impressum.html # Legal notice
├── send.php # Contact form handler
├── css/
│ └── style.css
├── js/
│ └── main.js
└── assets/ # Images and SVGs
Static HTML/CSS/JS site with a PHP contact form.