|
@@ -87,7 +87,7 @@
|
|
|
<a href="#services" class="px-6 py-3 bg-magenta-600 text-white rounded-md hover:bg-magenta-700 transition-colors transform hover-lift" aos aos-animation="fade-up" aos-delay="200">
|
|
<a href="#services" class="px-6 py-3 bg-magenta-600 text-white rounded-md hover:bg-magenta-700 transition-colors transform hover-lift" aos aos-animation="fade-up" aos-delay="200">
|
|
|
Unsere Leistungen
|
|
Unsere Leistungen
|
|
|
</a>
|
|
</a>
|
|
|
- <a href="#contact" class="px-6 py-3 border border-magenta-600 text-magenta-600 rounded-md hover:bg-indigo-50 hover:text-magenta-800 transition-colors transform hover-lift" aos aos-animation="fade-up" aos-delay="300">
|
|
|
|
|
|
|
+ <a href="#contact" class="px-6 py-3 border border-magenta-600 text-magenta-600 rounded-md hover:bg-magenta-50 hover:text-magenta-800 transition-colors transform hover-lift" aos aos-animation="fade-up" aos-delay="300">
|
|
|
Jetzt kontaktieren
|
|
Jetzt kontaktieren
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
@@ -268,19 +268,19 @@
|
|
|
<form id="contactForm" class="space-y-6 bg-white p-6 rounded-xl shadow-sm">
|
|
<form id="contactForm" class="space-y-6 bg-white p-6 rounded-xl shadow-sm">
|
|
|
<div>
|
|
<div>
|
|
|
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
|
|
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
|
|
|
- <input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-indigo-500 sm:text-lg">
|
|
|
|
|
|
|
+ <input type="text" id="name" name="name" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-magenta-500 sm:text-lg">
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">E-Mail</label>
|
|
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">E-Mail</label>
|
|
|
- <input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-indigo-500 sm:text-lg">
|
|
|
|
|
|
|
+ <input type="email" id="email" name="email" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-magenta-500 sm:text-lg">
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Unternehmen</label>
|
|
<label for="company" class="block text-sm font-medium text-gray-700 mb-1">Unternehmen</label>
|
|
|
- <input type="text" id="company" name="company" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-indigo-500 sm:text-lg">
|
|
|
|
|
|
|
+ <input type="text" id="company" name="company" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-magenta-500 sm:text-lg">
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Nachricht</label>
|
|
<label for="message" class="block text-sm font-medium text-gray-700 mb-1">Nachricht</label>
|
|
|
- <textarea id="message" name="message" rows="5" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-indigo-500 sm:text-lg"></textarea>
|
|
|
|
|
|
|
+ <textarea id="message" name="message" rows="5" required class="w-full px-4 py-3 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-magenta-500 focus:border-magenta-500 sm:text-lg"></textarea>
|
|
|
</div>
|
|
</div>
|
|
|
<button type="submit" class="w-full px-6 py-3 bg-magenta-600 text-white rounded-md hover:bg-magenta-700 transition-colors transform hover-lift sm:py-4">
|
|
<button type="submit" class="w-full px-6 py-3 bg-magenta-600 text-white rounded-md hover:bg-magenta-700 transition-colors transform hover-lift sm:py-4">
|
|
|
Nachricht senden
|
|
Nachricht senden
|