Eckhardt12 commited on
Commit
dd4c8d2
·
verified ·
1 Parent(s): 220f250

đŸ§± 1. Webdesign & WordPress

Browse files

SEO-Fokus: Webdesign Aachen, WordPress Agentur, professionelle Website fĂŒr KMU, Website die verkauft

✅ Elementor-Blockstruktur
H1

Webdesign, das verkauft – nicht nur gut aussieht

H2

Websites, die Vertrauen schaffen und Kunden gewinnen

<p> Deine Website ist mehr als eine digitale Visitenkarte – sie ist dein wichtigster Vertriebsmitarbeiter. Wir entwickeln Webseiten, die nicht nur schön aussehen, sondern verkaufen. Mit klarer Struktur, professioneller Gestaltung und gezielter NutzerfĂŒhrung bringen wir Besucher dazu, Kontakt aufzunehmen. </p>
H2

Warum unsere Webseiten funktionieren

<ul> <li><strong>Mobil optimiert:</strong> FĂŒr perfekte Darstellung auf jedem GerĂ€t.</li> <li><strong>DSGVO-konform:</strong> Rechtssicher und auf dem neuesten Stand.</li> <li><strong>Struktur mit System:</strong> Klare Navigation, schnelle Ladezeiten und intuitives Design.</li> </ul> <p> Wir setzen auf WordPress, weil es dir FlexibilitĂ€t, Performance und volle Kontrolle bietet. Du bekommst ein System, das du selbst pflegen kannst – mit technischer Basis, die Google liebt. </p>
H2

Was du bekommst

<ul> <li>Modernes, schnelles WordPress-Webdesign</li> <li>Ein Design, das deine Marke stÀrkt</li> <li>SEO-optimierte Seitenstruktur</li> <li>Technisch saubere Umsetzung (responsive, sicher, zukunftsfÀhig)</li> </ul>
H2

FĂŒr wen ist das?

<p> Ideal fĂŒr SelbststĂ€ndige, Start-ups und kleine Unternehmen, die online Kunden gewinnen wollen – ohne unnötigen Ballast. Wenn du Ergebnisse statt Spielereien willst, bist du hier richtig. </p>
CTA
<div class="cta-box"> <strong>Mach den ersten Schritt zu deiner verkaufsstarken Website.</strong><br> <a href="#kontaktformular" class="btn btn-primary">Jetzt kostenloses ErstgesprÀch anfragen</a> </div>

Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +243 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Pixelperfect Persuaders
3
- emoji: 👁
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: PixelPerfect Persuaders 🚀
3
+ colorFrom: purple
4
+ colorTo: pink
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,244 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="de">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>PixelPerfect Persuaders | Webdesign Aachen</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://unpkg.com/feather-icons"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <style>
11
+ .hero-gradient {
12
+ background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
13
+ }
14
+ .feature-card:hover {
15
+ transform: translateY(-5px);
16
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
17
+ }
18
+ .cta-pulse {
19
+ animation: pulse 2s infinite;
20
+ }
21
+ @keyframes pulse {
22
+ 0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7); }
23
+ 70% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
24
+ 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
25
+ }
26
+ </style>
27
+ </head>
28
+ <body class="font-sans antialiased text-gray-800">
29
+ <!-- Navigation -->
30
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
31
+ <div class="container mx-auto px-6 py-3">
32
+ <div class="flex justify-between items-center">
33
+ <div class="flex items-center space-x-4">
34
+ <i data-feather="layout" class="text-blue-600 w-8 h-8"></i>
35
+ <span class="text-xl font-bold text-gray-800">PixelPerfect</span>
36
+ </div>
37
+ <div class="hidden md:flex items-center space-x-8">
38
+ <a href="#services" class="text-gray-600 hover:text-blue-600 transition">Leistungen</a>
39
+ <a href="#about" class="text-gray-600 hover:text-blue-600 transition">Über uns</a>
40
+ <a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition">Kontakt</a>
41
+ </div>
42
+ <button class="md:hidden focus:outline-none">
43
+ <i data-feather="menu" class="w-6 h-6"></i>
44
+ </button>
45
+ </div>
46
+ </div>
47
+ </nav>
48
+
49
+ <!-- Hero Section -->
50
+ <section class="hero-gradient text-white py-20">
51
+ <div class="container mx-auto px-6 text-center">
52
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Webdesign, das verkauft – nicht nur gut aussieht</h1>
53
+ <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>
54
+ <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>
55
+ </div>
56
+ </section>
57
+
58
+ <!-- Trust Indicators -->
59
+ <div class="bg-gray-50 py-8">
60
+ <div class="container mx-auto px-6">
61
+ <div class="flex flex-wrap justify-center items-center gap-8 md:gap-16">
62
+ <div class="flex items-center">
63
+ <i data-feather="check-circle" class="text-green-500 mr-2"></i>
64
+ <span>DSGVO-konform</span>
65
+ </div>
66
+ <div class="flex items-center">
67
+ <i data-feather="smartphone" class="text-blue-500 mr-2"></i>
68
+ <span>100% mobiloptimiert</span>
69
+ </div>
70
+ <div class="flex items-center">
71
+ <i data-feather="zap" class="text-yellow-500 mr-2"></i>
72
+ <span>Blitzschnell</span>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </div>
77
+
78
+ <!-- Selling Websites Section -->
79
+ <section id="services" class="py-16 bg-white">
80
+ <div class="container mx-auto px-6">
81
+ <h2 class="text-3xl font-bold text-center mb-12">Websites, die Vertrauen schaffen und Kunden gewinnen</h2>
82
+ <div class="grid md:grid-cols-3 gap-8">
83
+ <div class="feature-card bg-white p-8 rounded-xl shadow-lg border border-gray-100 transition duration-300">
84
+ <div class="text-blue-500 mb-4">
85
+ <i data-feather="eye" class="w-10 h-10"></i>
86
+ </div>
87
+ <h3 class="text-xl font-bold mb-3">Professioneller Erster Eindruck</h3>
88
+ <p class="text-gray-600">Wir gestalten Websites, die sofort Vertrauen aufbauen und professionell wirken - vom ersten Klick an.</p>
89
+ </div>
90
+ <div class="feature-card bg-white p-8 rounded-xl shadow-lg border border-gray-100 transition duration-300">
91
+ <div class="text-blue-500 mb-4">
92
+ <i data-feather="trending-up" class="w-10 h-10"></i>
93
+ </div>
94
+ <h3 class="text-xl font-bold mb-3">Konversionsoptimiert</h3>
95
+ <p class="text-gray-600">Jedes Element ist darauf ausgelegt, Besucher zu Kunden zu machen - klar, fokussiert und ĂŒberzeugend.</p>
96
+ </div>
97
+ <div class="feature-card bg-white p-8 rounded-xl shadow-lg border border-gray-100 transition duration-300">
98
+ <div class="text-blue-500 mb-4">
99
+ <i data-feather="shield" class="w-10 h-10"></i>
100
+ </div>
101
+ <h3 class="text-xl font-bold mb-3">Technisch einwandfrei</h3>
102
+ <p class="text-gray-600">Schnelle Ladezeiten, perfekte Mobiloptimierung und DSGVO-KonformitÀt als Standard.</p>
103
+ </div>
104
+ </div>
105
+ </div>
106
+ </section>
107
+
108
+ <!-- Why Section -->
109
+ <section id="about" class="py-16 bg-gray-50">
110
+ <div class="container mx-auto px-6">
111
+ <h2 class="text-3xl font-bold text-center mb-12">Warum unsere Webseiten funktionieren</h2>
112
+ <div class="max-w-4xl mx-auto">
113
+ <div class="grid md:grid-cols-2 gap-8 mb-8">
114
+ <div class="bg-white p-6 rounded-lg shadow-sm">
115
+ <h3 class="font-bold text-xl mb-3 flex items-center">
116
+ <i data-feather="smartphone" class="text-blue-500 mr-2"></i>
117
+ Mobil optimiert
118
+ </h3>
119
+ <p class="text-gray-600">FĂŒr perfekte Darstellung auf jedem GerĂ€t. Über 60% der Besucher kommen von MobilgerĂ€ten - wir optimieren fĂŒr diese Nutzer.</p>
120
+ </div>
121
+ <div class="bg-white p-6 rounded-lg shadow-sm">
122
+ <h3 class="font-bold text-xl mb-3 flex items-center">
123
+ <i data-feather="lock" class="text-blue-500 mr-2"></i>
124
+ DSGVO-konform
125
+ </h3>
126
+ <p class="text-gray-600">Rechtssicher und auf dem neuesten Stand. Keine Abmahnrisiken, sondern klare, juristisch geprĂŒfte Lösungen.</p>
127
+ </div>
128
+ </div>
129
+ <div class="bg-white p-8 rounded-lg shadow-sm">
130
+ <h3 class="font-bold text-xl mb-4 flex items-center">
131
+ <i data-feather="compass" class="text-blue-500 mr-2"></i>
132
+ Struktur mit System
133
+ </h3>
134
+ <p class="text-gray-600 mb-4">Klare Navigation, schnelle Ladezeiten und intuitives Design. Wir setzen auf WordPress, weil es dir FlexibilitÀt, Performance und volle Kontrolle bietet.</p>
135
+ <p class="text-gray-600">Du bekommst ein System, das du selbst pflegen kannst – mit technischer Basis, die Google liebt. Keine Blackbox, sondern transparente Technologie, die wĂ€chst, wenn dein Business wĂ€chst.</p>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </section>
140
+
141
+ <!-- What You Get Section -->
142
+ <section class="py-16 bg-white">
143
+ <div class="container mx-auto px-6">
144
+ <h2 class="text-3xl font-bold text-center mb-12">Was du bekommst</h2>
145
+ <div class="max-w-3xl mx-auto">
146
+ <ul class="space-y-4">
147
+ <li class="flex items-start">
148
+ <i data-feather="check-circle" class="text-green-500 mt-1 mr-3 flex-shrink-0"></i>
149
+ <span class="text-gray-800"><strong>Modernes, schnelles WordPress-Webdesign</strong> - Keine vorgefertigten Templates, sondern individuell fĂŒr deine Ziele entwickelt</span>
150
+ </li>
151
+ <li class="flex items-start">
152
+ <i data-feather="check-circle" class="text-green-500 mt-1 mr-3 flex-shrink-0"></i>
153
+ <span class="text-gray-800"><strong>Ein Design, das deine Marke stÀrkt</strong> - Visuelle IdentitÀt, die im GedÀchtnis bleibt und Vertrauen schafft</span>
154
+ </li>
155
+ <li class="flex items-start">
156
+ <i data-feather="check-circle" class="text-green-500 mt-1 mr-3 flex-shrink-0"></i>
157
+ <span class="text-gray-800"><strong>SEO-optimierte Seitenstruktur</strong> - Suchmaschinen lieben unsere Websites genau wie deine Kunden</span>
158
+ </li>
159
+ <li class="flex items-start">
160
+ <i data-feather="check-circle" class="text-green-500 mt-1 mr-3 flex-shrink-0"></i>
161
+ <span class="text-gray-800"><strong>Technisch saubere Umsetzung</strong> (responsive, sicher, zukunftsfÀhig) - Code, der performt und sich mit deinem Business entwickelt</span>
162
+ </li>
163
+ </ul>
164
+ </div>
165
+ </div>
166
+ </section>
167
+
168
+ <!-- For Whom Section -->
169
+ <section class="py-16 bg-gray-50">
170
+ <div class="container mx-auto px-6">
171
+ <h2 class="text-3xl font-bold text-center mb-12">FĂŒr wen ist das?</h2>
172
+ <div class="max-w-3xl mx-auto text-center">
173
+ <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>
174
+ <p class="text-lg font-medium">Wenn du Ergebnisse statt Spielereien willst, bist du hier richtig.</p>
175
+ </div>
176
+ </div>
177
+ </section>
178
+
179
+ <!-- CTA Section -->
180
+ <section id="contact" class="py-16 bg-blue-600 text-white">
181
+ <div class="container mx-auto px-6 text-center">
182
+ <div class="max-w-2xl mx-auto">
183
+ <h2 class="text-3xl font-bold mb-6">Mach den ersten Schritt zu deiner verkaufsstarken Website.</h2>
184
+ <p class="text-xl mb-8">Lass uns in einem kostenlosen ErstgesprÀch besprechen, wie wir deine Online-PrÀsenz auf das nÀchste Level heben können.</p>
185
+ <a href="#" class="bg-white text-blue-600 font-bold px-8 py-4 rounded-full hover:bg-gray-100 transition inline-block">Jetzt kostenloses ErstgesprÀch anfragen</a>
186
+ </div>
187
+ </div>
188
+ </section>
189
+
190
+ <!-- Footer -->
191
+ <footer class="bg-gray-900 text-white py-12">
192
+ <div class="container mx-auto px-6">
193
+ <div class="grid md:grid-cols-3 gap-8">
194
+ <div>
195
+ <h3 class="text-xl font-bold mb-4">PixelPerfect Persuaders</h3>
196
+ <p class="text-gray-400">Webdesign, das nicht nur gut aussieht, sondern auch Ergebnisse liefert.</p>
197
+ </div>
198
+ <div>
199
+ <h3 class="text-xl font-bold mb-4">Kontakt</h3>
200
+ <p class="text-gray-400 mb-2">Aachen, Deutschland</p>
201
+ <p class="text-gray-400 mb-2">info@pixelperfect-persuaders.de</p>
202
+ <p class="text-gray-400">+49 123 456 789</p>
203
+ </div>
204
+ <div>
205
+ <h3 class="text-xl font-bold mb-4">Rechtliches</h3>
206
+ <ul class="space-y-2">
207
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Impressum</a></li>
208
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Datenschutz</a></li>
209
+ <li><a href="#" class="text-gray-400 hover:text-white transition">AGB</a></li>
210
+ </ul>
211
+ </div>
212
+ </div>
213
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
214
+ <p>© 2023 PixelPerfect Persuaders. Alle Rechte vorbehalten.</p>
215
+ </div>
216
+ </div>
217
+ </footer>
218
+
219
+ <script>
220
+ feather.replace();
221
+
222
+ // Simple animation for feature cards on scroll
223
+ document.addEventListener('DOMContentLoaded', function() {
224
+ const featureCards = document.querySelectorAll('.feature-card');
225
+
226
+ const observer = new IntersectionObserver((entries) => {
227
+ entries.forEach(entry => {
228
+ if (entry.isIntersecting) {
229
+ entry.target.style.opacity = '1';
230
+ entry.target.style.transform = 'translateY(0)';
231
+ }
232
+ });
233
+ }, { threshold: 0.1 });
234
+
235
+ featureCards.forEach((card, index) => {
236
+ card.style.opacity = '0';
237
+ card.style.transform = 'translateY(20px)';
238
+ card.style.transition = `all 0.3s ease ${index * 0.1}s`;
239
+ observer.observe(card);
240
+ });
241
+ });
242
+ </script>
243
+ </body>
244
  </html>