Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Naturstein Lorenz - Steinmetzarbeiten mit Präzision</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script> | |
| tailwind.config = { | |
| theme: { | |
| extend: { | |
| colors: { | |
| stone: { | |
| 50: '#fafaf9', | |
| 100: '#f5f5f4', | |
| 200: '#e7e5e4', | |
| 300: '#d6d3d1', | |
| 400: '#a8a29e', | |
| 500: '#78716c', | |
| 600: '#57534e', | |
| 700: '#44403c', | |
| 800: '#292524', | |
| 900: '#1c1917', | |
| } | |
| } | |
| } | |
| } | |
| } | |
| </script> | |
| <style> | |
| .hero-bg { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://static.photos/stone/1200x630/1'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .feature-icon { | |
| width: 24px; | |
| height: 24px; | |
| margin-right: 12px; | |
| color: #78716c; | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-stone-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-stone-900 text-white py-4 px-6 shadow-lg"> | |
| <div class="container mx-auto flex justify-between items-center"> | |
| <div class="text-2xl font-bold">Naturstein Lorenz</div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#" class="hover:text-stone-300">Home</a> | |
| <a href="#" class="hover:text-stone-300">Leistungen</a> | |
| <a href="#" class="hover:text-stone-300">Projekte</a> | |
| <a href="#" class="hover:text-stone-300">Kontakt</a> | |
| </div> | |
| <button class="md:hidden"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-bg text-white py-32 px-6"> | |
| <div class="container mx-auto text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Steinmetzarbeiten mit Präzision</h1> | |
| <p class="text-xl md:text-2xl mb-8">Traditionelles Handwerk für Alt- und Neubauten</p> | |
| <button class="bg-stone-600 hover:bg-stone-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300"> | |
| Kontakt aufnehmen | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section class="py-16 px-6 bg-white"> | |
| <div class="container mx-auto"> | |
| <h2 class="text-3xl font-bold text-center mb-12 text-stone-800">Mein Leistungsspektrum</h2> | |
| <!-- Service 1 --> | |
| <div class="mb-16"> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-stone-200 p-3 rounded-full mr-4"> | |
| <i data-feather="home" class="text-stone-600"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-stone-700">Restaurierung historischer Bauwerke</h3> | |
| </div> | |
| <p class="text-stone-600 mb-6">Historische Bauwerke sind wertvolles Kulturerbe und erfordern handwerkliches Können sowie Wissen über Materialien und Bauweisen.</p> | |
| <div class="grid md:grid-cols-3 gap-6"> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Bestandsaufnahme & Schadensanalyse</h4> | |
| <p class="text-stone-600">Detaillierte Untersuchung des Zustands</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Konservierung & Restaurierung</h4> | |
| <p class="text-stone-600">Fachgerechte Erhaltung der Substanz</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Rekonstruktion historischer Elemente</h4> | |
| <p class="text-stone-600">Originalgetreue Nachbildung verlorener Teile</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service 2 --> | |
| <div class="mb-16"> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-stone-200 p-3 rounded-full mr-4"> | |
| <i data-feather="tool" class="text-stone-600"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-stone-700">Steinmetzarbeiten für Alt- und Neubauten</h3> | |
| </div> | |
| <p class="text-stone-600 mb-6">Ob Altbau oder Neubau – Steinmetzarbeiten sind essenziell für die Schönheit und Beständigkeit eines Gebäudes.</p> | |
| <div class="grid md:grid-cols-4 gap-6"> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Altbausanierung</h4> | |
| <p class="text-stone-600">Restaurierung historischer Steinbauten</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Neubauten</h4> | |
| <p class="text-stone-600">Individuelle Gestaltung von Natursteinfassaden</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Terrazzoböden</h4> | |
| <p class="text-stone-600">Elegante und langlebige Bodenbeläge</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <img src="https://s.w.org/images/core/emoji/16.0.1/svg/2714.svg" class="feature-icon"> | |
| <div> | |
| <h4 class="font-bold text-stone-700">Mauerwerksarbeiten</h4> | |
| <p class="text-stone-600">Fachgerechte Ausbesserung und Neubau</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Service 3 --> | |
| <div> | |
| <div class="flex items-center mb-6"> | |
| <div class="bg-stone-200 p-3 rounded-full mr-4"> | |
| <i data-feather="shield" class="text-stone-600"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-stone-700">Reinigung- und Schutzmassnahmen</h3> | |
| </div> | |
| <p class="text-stone-600 mb-6">Die fachgerechte Reinigung und der Schutz von Steinoberflächen sind entscheidend für die Erhaltung der Schönheit und Haltbarkeit von Bauwerken.</p> | |
| <div class="flex"> | |
| <div class="bg-stone-100 p-6 rounded-lg"> | |
| <h4 class="font-bold text-stone-700 mb-2">Niederdruckstrahlen</h4> | |
| <p class="text-stone-600">Schonende Reinigung für empfindliche Oberflächen</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="py-16 px-6 bg-stone-200"> | |
| <div class="container mx-auto text-center"> | |
| <h2 class="text-3xl font-bold mb-6 text-stone-800">Bereit für Ihr Projekt?</h2> | |
| <p class="text-xl text-stone-600 mb-8">Kontaktieren Sie mich für eine unverbindliche Beratung</p> | |
| <button class="bg-stone-700 hover:bg-stone-800 text-white font-bold py-3 px-6 rounded-lg transition duration-300"> | |
| Jetzt anfragen | |
| </button> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-stone-900 text-white py-8 px-6"> | |
| <div class="container mx-auto"> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Naturstein Lorenz</h3> | |
| <p>Traditionelles Steinmetzhandwerk mit moderner Präzision</p> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Kontakt</h3> | |
| <p><i data-feather="mail" class="inline mr-2"></i> info@natursteinlorenz.ch</p> | |
| <p><i data-feather="phone" class="inline mr-2"></i> +41 123 456 789</p> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-4">Öffnungszeiten</h3> | |
| <p>Mo-Fr: 8:00 - 17:00</p> | |
| <p>Sa: Nach Vereinbarung</p> | |
| </div> | |
| </div> | |
| <div class="border-t border-stone-700 mt-8 pt-8 text-center"> | |
| <p>© 2023 Naturstein Lorenz. Alle Rechte vorbehalten.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |