Merge pull request #100 from merakiuilabs/revert-94-feat/light-themed-banner-component

Revert "feat: Light Themed Banner Component"
This commit is contained in:
Khatab Wedaa
2025-07-11 18:48:23 +03:00
committed by GitHub

View File

@@ -1,44 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meraki UI Components</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<section class="bg-gray-50">
<div class="mx-auto max-w-screen-xl px-4 py-32 lg:flex lg:h-screen lg:items-center">
<div class="mx-auto max-w-xl text-center">
<h1 class="text-3xl font-extrabold sm:text-5xl">
Understand User Flow.
<strong class="font-extrabold text-gray-700 sm:block"> Increase Conversion. </strong>
</h1>
<p class="mt-4 sm:text-xl/relaxed">
Meraki UI is a collection of responsive Tailwind CSS components that enhance the user experience of
your
website. with support for RTL languages, and a sleek Dark Mode.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-4">
<a class="block w-full rounded bg-gray-600 px-12 py-3 text-sm font-medium text-white shadow hover:bg-gray-700 focus:outline-none focus:ring active:bg-gray-700 sm:w-auto"
href="#">
Get Started
</a>
<a class="block w-full rounded px-12 py-3 text-sm font-medium text-gray-600 shadow border border-gray-400 hover:text-gray-700 focus:outline-none focus:ring active:text-gray-500 sm:w-auto"
href="#">
Learn More
</a>
</div>
</div>
</div>
</section>
</body>
</html>