380 lines
22 KiB
HTML
380 lines
22 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Modern Landing Page</title>
|
|
<script type="module" defer src="/datastar/datastar.js"></script>
|
|
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
|
|
<script src="unocss/unocss.js"></script>
|
|
<link rel="stylesheet" href="unocss/tailwind_reset.css" />
|
|
<style>
|
|
[un-cloak] {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body class="bg-gray-50 font-sans" un-cloak>
|
|
<!-- Navigation -->
|
|
<nav class="bg-white shadow-lg fixed w-full top-0 z-50">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="flex justify-between h-16">
|
|
<div class="flex items-center">
|
|
<div class="flex-shrink-0">
|
|
<h1 class="text-2xl font-bold text-cyan-600">YourBrand</h1>
|
|
</div>
|
|
</div>
|
|
<div class="hidden md:flex items-center space-x-8">
|
|
<a href="#home"
|
|
class="text-gray-700 hover:text-cyan-600 px-3 py-2 text-sm font-medium transition-colors">Home</a>
|
|
<a href="#about"
|
|
class="text-gray-700 hover:text-cyan-600 px-3 py-2 text-sm font-medium transition-colors">About</a>
|
|
<a href="#services"
|
|
class="text-gray-700 hover:text-cyan-600 px-3 py-2 text-sm font-medium transition-colors">Services</a>
|
|
<a href="#contact"
|
|
class="text-gray-700 hover:text-cyan-600 px-3 py-2 text-sm font-medium transition-colors">Contact</a>
|
|
<button
|
|
class="bg-cyan-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-cyan-700 transition-colors">Get
|
|
Started</button>
|
|
</div>
|
|
<!-- Mobile menu button -->
|
|
<div class="md:hidden flex items-center">
|
|
<button class="text-gray-700 hover:text-cyan-600 focus:outline-none">
|
|
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M4 6h16M4 12h16M4 18h16" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<!-- Hero Section -->
|
|
<section id="home" class="pt-16 bg-gradient-to-br from-cyan-50 via-white to-purple-50">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
|
|
<div class="text-center">
|
|
<h1 class="text-4xl md:text-6xl font-bold text-gray-900 mb-6">
|
|
Build Something
|
|
<span class="text-cyan-600">Amazing</span>
|
|
</h1>
|
|
<p class="text-xl text-gray-600 mb-8 max-w-3xl mx-auto">
|
|
We help businesses create exceptional digital experiences that drive growth and engage customers
|
|
like never before.
|
|
</p>
|
|
<div class="space-x-4">
|
|
<button
|
|
class="bg-cyan-600 text-white px-8 py-3 rounded-lg text-lg font-semibold hover:bg-cyan-700 transform hover:scale-105 transition-all shadow-lg">
|
|
Get Started Today
|
|
</button>
|
|
<button
|
|
class="border-2 border-cyan-600 text-cyan-600 px-8 py-3 rounded-lg text-lg font-semibold hover:bg-cyan-50 transition-colors">
|
|
Learn More
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Features Section -->
|
|
<section class="py-20 bg-white">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="text-center mb-16">
|
|
|
|
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Why Choose Us</h2>
|
|
<div
|
|
style="display:flex;flex-direction:column;background-color:oklch(25.3267% 0.015896 252.417568);height:10rem;justify-content:center;align-items:center;font-family:ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';">
|
|
<span id="feed" data-on-load="@get('/stream')"></span>
|
|
</div>
|
|
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
|
|
We deliver exceptional results through innovation, expertise, and dedication to your success.
|
|
</p>
|
|
</div>
|
|
<div class="grid md:grid-cols-3 gap-8">
|
|
<div class="text-center p-6 rounded-xl hover:shadow-lg transition-shadow">
|
|
<div class="bg-cyan-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
<svg class="w-8 h-8 text-cyan-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M13 10V3L4 14h7v7l9-11h-7z"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">Lightning Fast</h3>
|
|
<p class="text-gray-600">Optimized performance that delivers results in milliseconds, not minutes.
|
|
</p>
|
|
</div>
|
|
<div class="text-center p-6 rounded-xl hover:shadow-lg transition-shadow">
|
|
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
<svg class="w-8 h-8 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">Reliable</h3>
|
|
<p class="text-gray-600">99.9% uptime guarantee with enterprise-grade security and support.</p>
|
|
</div>
|
|
<div class="text-center p-6 rounded-xl hover:shadow-lg transition-shadow">
|
|
<div class="bg-indigo-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
|
|
<svg class="w-8 h-8 text-indigo-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z">
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">User Focused!!</h3>
|
|
<p class="text-gray-600">Designed with your users in mind for the best possible experience.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About Section -->
|
|
<section id="about" class="py-20 bg-gray-50">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="grid lg:grid-cols-2 gap-12 items-center">
|
|
<div>
|
|
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-6">About Our Company</h2>
|
|
<p class="text-lg text-gray-600 mb-6">
|
|
With over a decade of experience in digital innovation, we've helped hundreds of companies
|
|
transform their ideas into successful digital products.
|
|
</p>
|
|
<p class="text-lg text-gray-600 mb-8">
|
|
Our team of experts combines creativity with technical excellence to deliver solutions that not
|
|
only meet your needs but exceed your expectations.
|
|
</p>
|
|
<div class="space-y-4">
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-2 h-2 rounded-full mr-3"></div>
|
|
<span class="text-gray-700">10+ Years of Experience</span>
|
|
</div>
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-2 h-2 rounded-full mr-3"></div>
|
|
<span class="text-gray-700">500+ Successful Projects</span>
|
|
</div>
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-2 h-2 rounded-full mr-3"></div>
|
|
<span class="text-gray-700">24/7 Customer Support</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="bg-gradient-to-br from-cyan-400 to-purple-500 rounded-2xl h-96 flex items-center justify-center">
|
|
<div class="text-white text-center">
|
|
<div class="text-6xl mb-4">🚀</div>
|
|
<p class="text-xl font-semibold">Innovation at Its Best</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Services Section -->
|
|
<section id="services" class="py-20 bg-white">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="text-center mb-16">
|
|
<h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Our Services</h2>
|
|
<p class="text-xl text-gray-600 max-w-2xl mx-auto">
|
|
Comprehensive solutions tailored to meet your unique business needs and drive growth.
|
|
</p>
|
|
</div>
|
|
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
|
|
<div class="bg-white border border-gray-200 rounded-xl p-6 hover:shadow-xl transition-shadow">
|
|
<div class="bg-blue-50 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
|
<svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">Web Development</h3>
|
|
<p class="text-gray-600">Custom web applications built with modern technologies and best practices.
|
|
</p>
|
|
</div>
|
|
<div class="bg-white border border-gray-200 rounded-xl p-6 hover:shadow-xl transition-shadow">
|
|
<div class="bg-green-50 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
|
<svg class="w-6 h-6 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"></path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">Mobile Apps</h3>
|
|
<p class="text-gray-600">Native and cross-platform mobile applications for iOS and Android.</p>
|
|
</div>
|
|
<div class="bg-white border border-gray-200 rounded-xl p-6 hover:shadow-xl transition-shadow">
|
|
<div class="bg-indigo-50 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
|
<svg class="w-6 h-6 text-indigo-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M7 21a4 4 0 01-4-4V5a2 2 0 012-2h4a2 2 0 012 2v12a4 4 0 01-4 4zM21 5a2 2 0 00-2-2h-4a2 2 0 00-2 2v12a4 4 0 004 4h4a2 2 0 002-2V5z">
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
<h3 class="text-xl font-semibold text-gray-900 mb-2">UI/UX Design</h3>
|
|
<p class="text-gray-600">Beautiful, intuitive designs that enhance user experience and engagement.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contact Section -->
|
|
<section id="contact" class="py-20 bg-gray-900 text-white">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="text-center mb-16">
|
|
<h2 class="text-3xl md:text-4xl font-bold mb-4">Get In Touch</h2>
|
|
<p class="text-xl text-gray-300 max-w-2xl mx-auto">
|
|
Ready to start your next project? We'd love to hear from you and discuss how we can help.
|
|
</p>
|
|
</div>
|
|
<div class="grid md:grid-cols-2 gap-12">
|
|
<div>
|
|
<h3 class="text-2xl font-semibold mb-6">Contact Information</h3>
|
|
<div class="space-y-4">
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-10 h-10 rounded-full flex items-center justify-center mr-4">
|
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M3 8l7.89 4.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z">
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<p class="font-semibold">Email</p>
|
|
<p class="text-gray-300">hello@yourbrand.com</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-10 h-10 rounded-full flex items-center justify-center mr-4">
|
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z">
|
|
</path>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<p class="font-semibold">Phone</p>
|
|
<p class="text-gray-300">+1 (555) 123-4567</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center">
|
|
<div class="bg-cyan-600 w-10 h-10 rounded-full flex items-center justify-center mr-4">
|
|
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z">
|
|
</path>
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
|
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<p class="font-semibold">Address</p>
|
|
<p class="text-gray-300">123 Business St, City, State 12345</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<form class="space-y-6">
|
|
<div>
|
|
<input type="text" placeholder="Your Name"
|
|
class="w-full px-4 py-3 bg-gray-800 text-white rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500">
|
|
</div>
|
|
<div>
|
|
<input type="email" placeholder="Your Email"
|
|
class="w-full px-4 py-3 bg-gray-800 text-white rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500">
|
|
</div>
|
|
<div>
|
|
<textarea rows="4" placeholder="Your Message"
|
|
class="w-full px-4 py-3 bg-gray-800 text-white rounded-lg focus:outline-none focus:ring-2 focus:ring-cyan-500"></textarea>
|
|
</div>
|
|
<button
|
|
class="w-full bg-cyan-600 text-white py-3 rounded-lg font-semibold hover:bg-cyan-700 transition-colors">
|
|
Send Message
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="bg-black text-white py-12">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="grid md:grid-cols-4 gap-8">
|
|
<div>
|
|
<h3 class="text-xl font-bold text-cyan-400 mb-4">YourBrand</h3>
|
|
<p class="text-gray-400">Building amazing digital experiences that make a difference.</p>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Services</h4>
|
|
<ul class="space-y-2 text-gray-400">
|
|
<li><a href="#" class="hover:text-white transition-colors">Web Development</a></li>
|
|
<li><a href="#" class="hover:text-white transition-colors">Mobile Apps</a></li>
|
|
<li><a href="#" class="hover:text-white transition-colors">UI/UX Design</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Company</h4>
|
|
<ul class="space-y-2 text-gray-400">
|
|
<li><a href="#" class="hover:text-white transition-colors">About Us</a></li>
|
|
<li><a href="#" class="hover:text-white transition-colors">Our Team</a></li>
|
|
<li><a href="#" class="hover:text-white transition-colors">Careers</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4 class="font-semibold mb-4">Follow Us</h4>
|
|
<div class="flex space-x-4">
|
|
<a href="#" class="text-gray-400 hover:text-white transition-colors">
|
|
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
|
|
<path
|
|
d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z" />
|
|
</svg>
|
|
</a>
|
|
<a href="#" class="text-gray-400 hover:text-white transition-colors">
|
|
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
|
|
<path
|
|
d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z" />
|
|
</svg>
|
|
</a>
|
|
<a href="#" class="text-gray-400 hover:text-white transition-colors">
|
|
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24">
|
|
<path
|
|
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
|
|
</svg>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
|
|
<p>© 2025 YourBrand. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
// Smooth scrolling for navigation links
|
|
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|
anchor.addEventListener('click', function (e) {
|
|
e.preventDefault();
|
|
const target = document.querySelector(this.getAttribute('href'));
|
|
if (target) {
|
|
target.scrollIntoView({
|
|
behavior: 'smooth',
|
|
block: 'start'
|
|
});
|
|
}
|
|
});
|
|
});
|
|
|
|
// Add some interactivity to buttons
|
|
document.querySelectorAll('button').forEach(button => {
|
|
button.addEventListener('mouseenter', function () {
|
|
this.style.transform = 'scale(1.05)';
|
|
});
|
|
button.addEventListener('mouseleave', function () {
|
|
this.style.transform = 'scale(1)';
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |