-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
231 lines (214 loc) · 10.5 KB
/
Copy pathindex.html
File metadata and controls
231 lines (214 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>X-TECH - Convert Traffic Into Sales</title>
</head>
<body class="min-h-screen bg-radial from-purple-900 via-pink-800 to-purple-900 bg-cover bg-center bg-no-repeat">
<!-- Main Container with 960px max width -->
<div class="max-w-[960px] mx-auto bg-white shadow-2xl mt-0 lg:mt-4">
<!-- Header -->
<header class="bg-white px-4 sm:px-8 py-4 flex justify-between items-center">
<div class="flex items-center space-x-1 sm:space-x-2">
<img src="images/logo.png" alt="X-TECH" class="w-6 h-6 sm:w-8 sm:h-8" />
<span class="text-lg sm:text-xl mr-0 font-bold text-gray-800">X-TECH</span>
<span class="text-lg sm:text-xl text-gray-400">LANDING</span>
</div>
<div class="text-right">
<div class="text-sm sm:text-lg text-gray-600 font-bold">
CALL NOW!
<span class="block sm:inline-block text-sm sm:text-lg font-light text-gray-400">1-800-123-4567</span>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="bg-white px-4 sm:px-8 py-8 sm:py-12 text-center">
<h1 class="text-2xl sm:text-3xl font-bold text-gray-800 mb-6 sm:mb-8">The perfect way to convert your traffic into sales.</h1>
<!-- Device Showcase -->
<div class="relative mb-6 sm:mb-8">
<img src="images/large-image.png" alt="Device showcase" class="w-full max-w-sm sm:max-w-lg mx-auto" />
</div>
<!-- CTA Button -->
<div class="mb-8 relative">
<button
class="bg-gradient-to-b from-blue-200 to-blue-400 text-blue-900 px-6 sm:px-8 py-3 rounded-full text-lg sm:text-xl font-bold shadow-lg hover:shadow-xl transition-shadow"
>
GIVE IT A TRY!
<div class="text-xs mt-1 font-normal">Get 30 days access to the fully operational product</div>
</button>
<div
class="absolute md:inline-block right-1/2 translate-x-1/2 lg:right-16 lg:translate-x-0 top-20 lg:top-6 text-blue-600 font-light italic text-lg lg:text-xl whitespace-nowrap"
>
or check out the features
<img src="images/arrow1.png" alt="Arrow" class="hidden sm:inline-block absolute -right-14 top-2 h-16 transform" />
</div>
</div>
</section>
<!-- Features Grid -->
<section class="bg-gray-50 px-4 sm:px-8 py-8 sm:py-12">
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6 sm:gap-8">
<!-- Feature 1 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature1.png" alt="Quick and easy" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">Quick and easy</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
<!-- Feature 2 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature2.png" alt="Less risky" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">Less risky</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
<!-- Feature 3 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature3.png" alt="Support - 24h" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">Support - 24h</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
<!-- Feature 4 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature4.png" alt="Well written help file" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">Well written help file</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
<!-- Feature 5 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature5.png" alt="Import your own photos" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">Import your own photos</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
<!-- Feature 6 -->
<div class="flex items-start space-x-3 sm:space-x-4">
<img src="images/feature6.png" alt="User friendly design" class="w-10 sm:w-12 mt-1" />
<div>
<h3 class="font-bold text-gray-800 mb-2 text-sm sm:text-base">User friendly design</h3>
<p class="text-xs sm:text-sm text-gray-600">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
</div>
</div>
</section>
<!-- Testimonial Section -->
<section class="px-4 sm:px-8 py-8 sm:py-12">
<div class="text-left mb-4 sm:mb-6">
<h2 class="text-xl sm:text-2xl font-light italic text-blue-600 mb-4">See what our customers are saying...</h2>
</div>
<div class="bg-blue-50 rounded-lg p-4 sm:p-6 shadow-md relative">
<p class="text-gray-600 italic mb-4 text-center font-light text-sm sm:text-base">
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at
vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi."
</p>
<div class="text-right">
<span class="text-gray-800 font-semibold text-sm sm:text-base">- Steve Jobs, Apple</span>
</div>
<!-- Arrow -->
<div class="absolute -bottom-4 left-6 sm:left-8">
<div
class="w-0 h-0 border-l-6 border-r-6 border-t-6 sm:border-l-8 sm:border-r-8 sm:border-t-8 border-l-transparent border-r-transparent border-t-blue-100"
></div>
</div>
</div>
<div class="text-center mt-6 sm:mt-8 relative">
<span
class="absolute left-1/2 -translate-x-1/2 lg:left-33 lg:translate-x-0 -top-8 lg:top-6 lg:mr-4 lg:inline-block lg:align-middle text-blue-600 font-light italic text-lg lg:text-xl mt-4 lg:mt-0"
>...don't wait and</span
>
<div class="relative inline-block mt-6 lg:mt-0 lg:align-middle">
<img src="images/arrow2.png" alt="Arrow" class="hidden lg:block absolute -left-60 -top-3 h-16 transform" />
<button
class="bg-gradient-to-b from-blue-200 to-blue-400 text-blue-900 px-6 sm:px-8 py-3 rounded-full text-lg sm:text-xl font-bold shadow-lg hover:shadow-xl transition-shadow"
>
GIVE IT A TRY!
<div class="text-xs mt-1 font-normal">Get 30 days access to the fully operational product</div>
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-500 text-white">
<div class="grid grid-cols-1 sm:grid-cols-3 md:grid-cols-4 gap-6 sm:gap-8 px-4 sm:px-8 py-6 sm:py-8">
<!-- Contact -->
<div class="sm:col-span-2">
<h3 class="font-bold mb-3 sm:mb-4 text-sm sm:text-base">Contact</h3>
<div class="flex flex-col sm:flex-row gap-3 sm:gap-4">
<p class="text-xs sm:text-sm text-gray-300 flex-1">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
<img src="images/map.png" alt="Map" class="w-full sm:w-40 sm:h-20 object-cover rounded" />
</div>
</div>
<!-- Design Details -->
<div>
<h3 class="font-bold mb-3 sm:mb-4 text-sm sm:text-base">Design details</h3>
<p class="text-xs sm:text-sm text-gray-300">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</p>
</div>
<!-- Stay Connected -->
<div class="sm:col-span-3 md:col-span-1">
<h3 class="font-bold mb-3 sm:mb-4 text-sm sm:text-base">Stay connected</h3>
<div class="flex space-x-2 sm:space-x-3">
<div class="w-7 h-7 sm:w-8 sm:h-8 bg-gray-600 rounded flex items-center justify-center">
<span class="text-xs">f</span>
</div>
<div class="w-7 h-7 sm:w-8 sm:h-8 bg-gray-600 rounded flex items-center justify-center">
<span class="text-xs">t</span>
</div>
<div class="w-7 h-7 sm:w-8 sm:h-8 bg-gray-600 rounded flex items-center justify-center">
<span class="text-xs">in</span>
</div>
<div class="w-7 h-7 sm:w-8 sm:h-8 bg-gray-600 rounded flex items-center justify-center">
<span class="text-xs">@</span>
</div>
<div class="w-7 h-7 sm:w-8 sm:h-8 bg-gray-600 rounded flex items-center justify-center">
<span class="text-xs">rss</span>
</div>
</div>
</div>
</div>
</footer>
<!-- Copyright -->
<div class="grid grid-cols-2 bg-gray-800 text-gray-400 text-center text-xs sm:text-sm py-2 sm:whitespace-nowrap">
<div class="text-left ml-4 text-xs">Copyright © 2025 X-TECH LANDING. All rights reserved.</div>
<div class="flex justify-end space-x-4 text-xs mr-4">
<a href="#" class="hover:text-gray-300 underline">Privacy Policy</a>
<span>|</span>
<a href="#" class="hover:text-gray-300 underline">Regulations</a>
</div>
</div>
</div>
</body>
</html>