Eckhardt12 commited on
Commit
76d8c37
·
verified ·
1 Parent(s): 1c33d20

bilder einarbeiten

Browse files
Files changed (1) hide show
  1. index.html +18 -10
index.html CHANGED
@@ -26,16 +26,18 @@
26
  </style>
27
  </head>
28
  <body class="font-sans antialiased text-gray-800">
29
- <!-- Hero Section -->
30
- <section class="hero-gradient text-white py-20">
31
- <div class="container mx-auto px-6 text-center">
 
 
 
32
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Webdesign, das verkauft – nicht nur gut aussieht</h1>
33
  <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Deine Website ist mehr als eine digitale Visitenkarte – sie ist dein wichtigster Vertriebsmitarbeiter.</p>
34
  <a href="#contact" class="bg-white text-blue-600 font-bold px-8 py-4 rounded-full hover:bg-gray-100 transition inline-block cta-pulse">Jetzt Gespräch vereinbaren</a>
35
  </div>
36
  </section>
37
-
38
- <!-- Trust Indicators -->
39
  <div class="bg-gray-50 py-8">
40
  <div class="container mx-auto px-6">
41
  <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
@@ -54,7 +56,6 @@
54
  </div>
55
  </div>
56
  </div>
57
-
58
  <!-- Selling Websites Section -->
59
  <section id="services" class="py-16 bg-white">
60
  <div class="container mx-auto px-6">
@@ -64,6 +65,7 @@
64
  <div class="text-blue-500 mb-4">
65
  <i data-feather="eye" class="w-10 h-10"></i>
66
  </div>
 
67
  <h3 class="text-xl font-bold mb-3">Professioneller Erster Eindruck</h3>
68
  <p class="text-gray-600">Wir gestalten Websites, die sofort Vertrauen aufbauen und professionell wirken - vom ersten Klick an.</p>
69
  </div>
@@ -71,6 +73,7 @@
71
  <div class="text-blue-500 mb-4">
72
  <i data-feather="trending-up" class="w-10 h-10"></i>
73
  </div>
 
74
  <h3 class="text-xl font-bold mb-3">Konversionsoptimiert</h3>
75
  <p class="text-gray-600">Jedes Element ist darauf ausgelegt, Besucher zu Kunden zu machen - klar, fokussiert und überzeugend.</p>
76
  </div>
@@ -78,19 +81,22 @@
78
  <div class="text-blue-500 mb-4">
79
  <i data-feather="shield" class="w-10 h-10"></i>
80
  </div>
 
81
  <h3 class="text-xl font-bold mb-3">Technisch einwandfrei</h3>
82
  <p class="text-gray-600">Schnelle Ladezeiten, perfekte Mobiloptimierung und DSGVO-Konformität als Standard.</p>
83
  </div>
84
  </div>
85
  </div>
86
  </section>
87
-
88
  <!-- Why Section -->
89
  <section id="about" class="py-16 bg-gray-50">
90
  <div class="container mx-auto px-6">
91
  <h2 class="text-3xl font-bold text-center mb-12">Warum unsere Webseiten funktionieren</h2>
 
 
 
92
  <div class="max-w-4xl mx-auto">
93
- <div class="grid md:grid-cols-2 gap-8 mb-8">
94
  <div class="bg-white p-6 rounded-lg shadow-sm">
95
  <h3 class="font-bold text-xl mb-3 flex items-center">
96
  <i data-feather="smartphone" class="text-blue-500 mr-2"></i>
@@ -144,13 +150,15 @@
144
  </div>
145
  </div>
146
  </section>
147
-
148
  <!-- For Whom Section -->
149
  <section class="py-16 bg-gray-50">
150
  <div class="container mx-auto px-6">
151
  <h2 class="text-3xl font-bold text-center mb-12">Für wen ist das?</h2>
 
 
 
152
  <div class="max-w-3xl mx-auto text-center">
153
- <p class="text-xl mb-8">Ideal für Selbstständige, Start-ups und kleine Unternehmen, die online Kunden gewinnen wollen – ohne unnötigen Ballast.</p>
154
  <p class="text-lg font-medium">Wenn du Ergebnisse statt Spielereien willst, bist du hier richtig.</p>
155
  </div>
156
  </div>
 
26
  </style>
27
  </head>
28
  <body class="font-sans antialiased text-gray-800">
29
+ <!-- Hero Section -->
30
+ <section class="hero-gradient text-white py-20 relative overflow-hidden">
31
+ <div class="absolute inset-0">
32
+ <img src="http://static.photos/technology/1920x1080/10" alt="Modernes Webdesign" class="w-full h-full object-cover opacity-20">
33
+ </div>
34
+ <div class="container mx-auto px-6 text-center relative z-10">
35
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Webdesign, das verkauft – nicht nur gut aussieht</h1>
36
  <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Deine Website ist mehr als eine digitale Visitenkarte – sie ist dein wichtigster Vertriebsmitarbeiter.</p>
37
  <a href="#contact" class="bg-white text-blue-600 font-bold px-8 py-4 rounded-full hover:bg-gray-100 transition inline-block cta-pulse">Jetzt Gespräch vereinbaren</a>
38
  </div>
39
  </section>
40
+ <!-- Trust Indicators -->
 
41
  <div class="bg-gray-50 py-8">
42
  <div class="container mx-auto px-6">
43
  <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
 
56
  </div>
57
  </div>
58
  </div>
 
59
  <!-- Selling Websites Section -->
60
  <section id="services" class="py-16 bg-white">
61
  <div class="container mx-auto px-6">
 
65
  <div class="text-blue-500 mb-4">
66
  <i data-feather="eye" class="w-10 h-10"></i>
67
  </div>
68
+ <img src="http://static.photos/office/640x360/1" alt="Professionelles Webdesign" class="w-full h-48 object-cover rounded-lg mb-4">
69
  <h3 class="text-xl font-bold mb-3">Professioneller Erster Eindruck</h3>
70
  <p class="text-gray-600">Wir gestalten Websites, die sofort Vertrauen aufbauen und professionell wirken - vom ersten Klick an.</p>
71
  </div>
 
73
  <div class="text-blue-500 mb-4">
74
  <i data-feather="trending-up" class="w-10 h-10"></i>
75
  </div>
76
+ <img src="http://static.photos/finance/640x360/2" alt="Konversionsoptimierung" class="w-full h-48 object-cover rounded-lg mb-4">
77
  <h3 class="text-xl font-bold mb-3">Konversionsoptimiert</h3>
78
  <p class="text-gray-600">Jedes Element ist darauf ausgelegt, Besucher zu Kunden zu machen - klar, fokussiert und überzeugend.</p>
79
  </div>
 
81
  <div class="text-blue-500 mb-4">
82
  <i data-feather="shield" class="w-10 h-10"></i>
83
  </div>
84
+ <img src="http://static.photos/technology/640x360/3" alt="Technische Umsetzung" class="w-full h-48 object-cover rounded-lg mb-4">
85
  <h3 class="text-xl font-bold mb-3">Technisch einwandfrei</h3>
86
  <p class="text-gray-600">Schnelle Ladezeiten, perfekte Mobiloptimierung und DSGVO-Konformität als Standard.</p>
87
  </div>
88
  </div>
89
  </div>
90
  </section>
 
91
  <!-- Why Section -->
92
  <section id="about" class="py-16 bg-gray-50">
93
  <div class="container mx-auto px-6">
94
  <h2 class="text-3xl font-bold text-center mb-12">Warum unsere Webseiten funktionieren</h2>
95
+ <div class="flex justify-center mb-12">
96
+ <img src="http://static.photos/workspace/1024x576/4" alt="Webdesign Arbeitsplatz" class="rounded-lg shadow-md w-full max-w-3xl">
97
+ </div>
98
  <div class="max-w-4xl mx-auto">
99
+ <div class="grid md:grid-cols-2 gap-8 mb-8">
100
  <div class="bg-white p-6 rounded-lg shadow-sm">
101
  <h3 class="font-bold text-xl mb-3 flex items-center">
102
  <i data-feather="smartphone" class="text-blue-500 mr-2"></i>
 
150
  </div>
151
  </div>
152
  </section>
 
153
  <!-- For Whom Section -->
154
  <section class="py-16 bg-gray-50">
155
  <div class="container mx-auto px-6">
156
  <h2 class="text-3xl font-bold text-center mb-12">Für wen ist das?</h2>
157
+ <div class="flex justify-center mb-8">
158
+ <img src="http://static.photos/people/640x360/5" alt="Zielgruppe" class="rounded-lg shadow-md">
159
+ </div>
160
  <div class="max-w-3xl mx-auto text-center">
161
+ <p class="text-xl mb-8">Ideal für Selbstständige, Start-ups und kleine Unternehmen, die online Kunden gewinnen wollen – ohne unnötigen Ballast.</p>
162
  <p class="text-lg font-medium">Wenn du Ergebnisse statt Spielereien willst, bist du hier richtig.</p>
163
  </div>
164
  </div>