Add 1 files
Browse files- index.html +85 -21
index.html
CHANGED
|
@@ -238,6 +238,48 @@
|
|
| 238 |
transform: rotate(-5deg) translateY(-10px);
|
| 239 |
box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
|
| 240 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 241 |
</style>
|
| 242 |
</head>
|
| 243 |
<body class="bg-light text-dark">
|
|
@@ -285,8 +327,7 @@
|
|
| 285 |
</div>
|
| 286 |
<h1 class="text-6xl font-bold mb-6 leading-tight font-display">
|
| 287 |
<span class="shine-text">No More Paper Signs.</span><br>
|
| 288 |
-
<span class="text-4xl">
|
| 289 |
-
<span class="underline decoration-electric/50 decoration-4">"Temporary"</span> <span class="underline decoration-accent/50 decoration-4">"Amateurish"</span> and <span class="underline decoration-red-400/50 decoration-4">"Shady"</span></span>
|
| 290 |
</h1>
|
| 291 |
<p class="text-xl mb-8 opacity-90">We transform storefronts from amateurish to extraordinary with signage solutions that customers notice, remember, and talk about.</p>
|
| 292 |
<div class="flex flex-col sm:flex-row gap-4">
|
|
@@ -414,7 +455,7 @@
|
|
| 414 |
<!-- Step 4 -->
|
| 415 |
<div class="process-visual bg-white p-6 rounded-xl shadow-lg border border-gray-100 hover-3d">
|
| 416 |
<div class="relative h-48 mb-6 overflow-hidden rounded-lg">
|
| 417 |
-
<img src="https://images.unsplash.com/photo-1581093450021-33a577d12c9b?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80" alt="Installation" class="w-full h-full object-cover">
|
| 418 |
<div class="absolute top-4 left-4 bg-primary text-white px-3 py-1 rounded-full text-sm font-bold">Step 4</div>
|
| 419 |
</div>
|
| 420 |
<h3 class="text-2xl font-bold mb-3 font-display">Installation</h3>
|
|
@@ -427,21 +468,44 @@
|
|
| 427 |
</div>
|
| 428 |
|
| 429 |
<!-- Process Visualization -->
|
| 430 |
-
<div class="mt-20
|
| 431 |
<div class="absolute inset-0 opacity-10">
|
| 432 |
<div class="absolute w-40 h-40 rounded-full bg-white top-1/4 left-1/4"></div>
|
| 433 |
<div class="absolute w-60 h-60 rounded-full bg-white bottom-1/4 right-1/4"></div>
|
| 434 |
</div>
|
| 435 |
<div class="relative z-10">
|
| 436 |
-
<
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
<
|
| 444 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 445 |
</div>
|
| 446 |
</div>
|
| 447 |
</div>
|
|
@@ -499,7 +563,7 @@
|
|
| 499 |
</section>
|
| 500 |
|
| 501 |
<!-- CTA Section -->
|
| 502 |
-
<section class="py-20
|
| 503 |
<!-- Floating elements -->
|
| 504 |
<div class="absolute top-0 left-0 w-full h-full">
|
| 505 |
<div class="bubble w-40 h-40 top-1/4 left-1/4"></div>
|
|
@@ -508,29 +572,29 @@
|
|
| 508 |
</div>
|
| 509 |
|
| 510 |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
|
| 511 |
-
<h2 class="text-4xl font-bold mb-6 font-display">Ready to <span class="shine-text">Transform Your Storefront</span>?</h2>
|
| 512 |
-
<p class="text-xl mb-8 opacity-90">Schedule your free consultation and see how professional signage can elevate your business</p>
|
| 513 |
|
| 514 |
<div class="bg-white rounded-xl p-8 shadow-2xl max-w-2xl mx-auto">
|
| 515 |
<form class="grid md:grid-cols-2 gap-6">
|
| 516 |
<div>
|
| 517 |
-
<label for="name" class="block text-left text-
|
| 518 |
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 519 |
</div>
|
| 520 |
<div>
|
| 521 |
-
<label for="business" class="block text-left text-
|
| 522 |
<input type="text" id="business" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 523 |
</div>
|
| 524 |
<div>
|
| 525 |
-
<label for="email" class="block text-left text-
|
| 526 |
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 527 |
</div>
|
| 528 |
<div>
|
| 529 |
-
<label for="phone" class="block text-left text-
|
| 530 |
<input type="tel" id="phone" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 531 |
</div>
|
| 532 |
<div class="md:col-span-2">
|
| 533 |
-
<label for="project" class="block text-left text-
|
| 534 |
<textarea id="project" rows="3" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all"></textarea>
|
| 535 |
</div>
|
| 536 |
<div class="md:col-span-2">
|
|
|
|
| 238 |
transform: rotate(-5deg) translateY(-10px);
|
| 239 |
box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
|
| 240 |
}
|
| 241 |
+
|
| 242 |
+
.fomo-box {
|
| 243 |
+
background: linear-gradient(135deg, #f59e0b, #ef4444);
|
| 244 |
+
color: white;
|
| 245 |
+
border-radius: 12px;
|
| 246 |
+
box-shadow: 0 20px 25px -5px rgba(239, 68, 68, 0.2);
|
| 247 |
+
transition: all 0.3s ease;
|
| 248 |
+
}
|
| 249 |
+
|
| 250 |
+
.fomo-box:hover {
|
| 251 |
+
transform: translateY(-5px);
|
| 252 |
+
box-shadow: 0 25px 50px -12px rgba(239, 68, 68, 0.3);
|
| 253 |
+
}
|
| 254 |
+
|
| 255 |
+
.video-section {
|
| 256 |
+
background: linear-gradient(135deg, #1e3a8a, #3b82f6);
|
| 257 |
+
color: white;
|
| 258 |
+
}
|
| 259 |
+
|
| 260 |
+
.form-gradient {
|
| 261 |
+
background: linear-gradient(135deg, #1e40af, #3b82f6);
|
| 262 |
+
position: relative;
|
| 263 |
+
overflow: hidden;
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
.form-gradient::before {
|
| 267 |
+
content: '';
|
| 268 |
+
position: absolute;
|
| 269 |
+
top: 0;
|
| 270 |
+
left: 0;
|
| 271 |
+
right: 0;
|
| 272 |
+
bottom: 0;
|
| 273 |
+
background: url('https://images.unsplash.com/photo-1556740738-b6a63e27c4df?ixlib=rb-4.0.3&auto=format&fit=crop&w=1170&q=80') no-repeat center center/cover;
|
| 274 |
+
background-attachment: fixed;
|
| 275 |
+
opacity: 0.2;
|
| 276 |
+
z-index: 0;
|
| 277 |
+
}
|
| 278 |
+
|
| 279 |
+
.link-box {
|
| 280 |
+
background: linear-gradient(135deg, #f59e0b, #f97316);
|
| 281 |
+
color: white;
|
| 282 |
+
}
|
| 283 |
</style>
|
| 284 |
</head>
|
| 285 |
<body class="bg-light text-dark">
|
|
|
|
| 327 |
</div>
|
| 328 |
<h1 class="text-6xl font-bold mb-6 leading-tight font-display">
|
| 329 |
<span class="shine-text">No More Paper Signs.</span><br>
|
| 330 |
+
<span class="text-4xl">Premium Signage That Makes Your Business Shine</span>
|
|
|
|
| 331 |
</h1>
|
| 332 |
<p class="text-xl mb-8 opacity-90">We transform storefronts from amateurish to extraordinary with signage solutions that customers notice, remember, and talk about.</p>
|
| 333 |
<div class="flex flex-col sm:flex-row gap-4">
|
|
|
|
| 455 |
<!-- Step 4 -->
|
| 456 |
<div class="process-visual bg-white p-6 rounded-xl shadow-lg border border-gray-100 hover-3d">
|
| 457 |
<div class="relative h-48 mb-6 overflow-hidden rounded-lg">
|
| 458 |
+
<img src="https://images.unsplash.com/photo-1581093450021-33a577d12c9b?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80) no-repeat center center/cover" alt="Installation" class="w-full h-full object-cover">
|
| 459 |
<div class="absolute top-4 left-4 bg-primary text-white px-3 py-1 rounded-full text-sm font-bold">Step 4</div>
|
| 460 |
</div>
|
| 461 |
<h3 class="text-2xl font-bold mb-3 font-display">Installation</h3>
|
|
|
|
| 468 |
</div>
|
| 469 |
|
| 470 |
<!-- Process Visualization -->
|
| 471 |
+
<div class="mt-20 video-section rounded-3xl p-8 relative overflow-hidden">
|
| 472 |
<div class="absolute inset-0 opacity-10">
|
| 473 |
<div class="absolute w-40 h-40 rounded-full bg-white top-1/4 left-1/4"></div>
|
| 474 |
<div class="absolute w-60 h-60 rounded-full bg-white bottom-1/4 right-1/4"></div>
|
| 475 |
</div>
|
| 476 |
<div class="relative z-10">
|
| 477 |
+
<div class="flex flex-col md:flex-row items-center gap-12">
|
| 478 |
+
<div class="md:w-1/2">
|
| 479 |
+
<h3 class="text-3xl font-bold mb-6 font-display">"A print on an A4 stuck to the window screams..."</h3>
|
| 480 |
+
<div class="fomo-box p-6 mb-8">
|
| 481 |
+
<p class="text-xl font-medium mb-4">Did you know? 68% of customers will walk past a business with amateurish signage, assuming the quality inside matches the poor exterior presentation.</p>
|
| 482 |
+
<p class="opacity-90">Your temporary paper signs are costing you more than you think - they're silently turning away potential customers every day.</p>
|
| 483 |
+
</div>
|
| 484 |
+
<p class="text-xl mb-8 opacity-90">Watch how we transform concepts into stunning signage that elevates businesses and attracts more customers.</p>
|
| 485 |
+
<div class="flex flex-col sm:flex-row gap-4">
|
| 486 |
+
<button class="bg-white text-primary hover:bg-gray-100 px-8 py-4 rounded-full font-bold transition transform hover:scale-105 shadow-xl flex items-center btn-hover-grow">
|
| 487 |
+
<i class="fas fa-play-circle mr-3 text-2xl icon-hover"></i> Watch Video
|
| 488 |
+
</button>
|
| 489 |
+
<button class="border-2 border-white text-white hover:bg-white/10 px-8 py-4 rounded-full font-bold transition transform hover:scale-105 flex items-center btn-hover-grow">
|
| 490 |
+
<i class="fas fa-calendar-alt mr-3 icon-hover"></i> Schedule Consultation
|
| 491 |
+
</button>
|
| 492 |
+
</div>
|
| 493 |
+
</div>
|
| 494 |
+
<div class="md:w-1/2">
|
| 495 |
+
<div class="link-box p-8 rounded-xl shadow-2xl hover-3d">
|
| 496 |
+
<h4 class="text-2xl font-bold mb-4 font-display">Limited Time Offer</h4>
|
| 497 |
+
<p class="mb-6">Book your consultation this week and receive:</p>
|
| 498 |
+
<ul class="space-y-3 mb-6">
|
| 499 |
+
<li class="flex items-start"><i class="fas fa-check-circle mr-3 mt-1"></i> <span>Free signage audit ($250 value)</span></li>
|
| 500 |
+
<li class="flex items-start"><i class="fas fa-check-circle mr-3 mt-1"></i> <span>15% discount on your first order</span></li>
|
| 501 |
+
<li class="flex items-start"><i class="fas fa-check-circle mr-3 mt-1"></i> <span>Priority installation scheduling</span></li>
|
| 502 |
+
</ul>
|
| 503 |
+
<button class="w-full bg-white text-orange-500 hover:bg-gray-100 px-6 py-3 rounded-lg font-bold transition transform hover:scale-[1.01] shadow-lg group btn-hover-grow">
|
| 504 |
+
<span class="group-hover:underline">Claim Your Offer Now</span>
|
| 505 |
+
<i class="fas fa-arrow-right ml-2 transition-transform group-hover:translate-x-1"></i>
|
| 506 |
+
</button>
|
| 507 |
+
</div>
|
| 508 |
+
</div>
|
| 509 |
</div>
|
| 510 |
</div>
|
| 511 |
</div>
|
|
|
|
| 563 |
</section>
|
| 564 |
|
| 565 |
<!-- CTA Section -->
|
| 566 |
+
<section class="py-20 form-gradient text-white relative overflow-hidden">
|
| 567 |
<!-- Floating elements -->
|
| 568 |
<div class="absolute top-0 left-0 w-full h-full">
|
| 569 |
<div class="bubble w-40 h-40 top-1/4 left-1/4"></div>
|
|
|
|
| 572 |
</div>
|
| 573 |
|
| 574 |
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
|
| 575 |
+
<h2 class="text-4xl font-bold mb-6 font-display text-black">Ready to <span class="shine-text">Transform Your Storefront</span>?</h2>
|
| 576 |
+
<p class="text-xl mb-8 opacity-90 text-black">Schedule your free consultation and see how professional signage can elevate your business</p>
|
| 577 |
|
| 578 |
<div class="bg-white rounded-xl p-8 shadow-2xl max-w-2xl mx-auto">
|
| 579 |
<form class="grid md:grid-cols-2 gap-6">
|
| 580 |
<div>
|
| 581 |
+
<label for="name" class="block text-left text-black font-medium mb-2">Your Name</label>
|
| 582 |
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 583 |
</div>
|
| 584 |
<div>
|
| 585 |
+
<label for="business" class="block text-left text-black font-medium mb-2">Business Name</label>
|
| 586 |
<input type="text" id="business" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 587 |
</div>
|
| 588 |
<div>
|
| 589 |
+
<label for="email" class="block text-left text-black font-medium mb-2">Email</label>
|
| 590 |
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 591 |
</div>
|
| 592 |
<div>
|
| 593 |
+
<label for="phone" class="block text-left text-black font-medium mb-2">Phone</label>
|
| 594 |
<input type="tel" id="phone" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all">
|
| 595 |
</div>
|
| 596 |
<div class="md:col-span-2">
|
| 597 |
+
<label for="project" class="block text-left text-black font-medium mb-2">Project Details</label>
|
| 598 |
<textarea id="project" rows="3" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:ring-2 focus:ring-primary focus:border-transparent transition-all"></textarea>
|
| 599 |
</div>
|
| 600 |
<div class="md:col-span-2">
|