-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<template> | ||
<div class="mx-auto max-w-2xl py-32 sm:py-48 lg:py-56"> | ||
<div class="hidden sm:mb-8 sm:flex sm:justify-center"> | ||
<div | ||
class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-600 ring-1 ring-gray-900/10 hover:ring-gray-900/20" | ||
> | ||
Announcing our next round of funding. | ||
<a href="#" class="font-semibold text-indigo-600" | ||
><span class="absolute inset-0" aria-hidden="true" />Read more | ||
<span aria-hidden="true">→</span></a | ||
> | ||
</div> | ||
</div> | ||
<div class="text-center"> | ||
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl"> | ||
Data to enrich your online business | ||
</h1> | ||
<p class="mt-6 text-lg leading-8 text-gray-600"> | ||
Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. | ||
Elit sunt amet fugiat veniam occaecat fugiat aliqua. | ||
</p> | ||
<div class="mt-10 flex items-center justify-center gap-x-6"> | ||
<a | ||
href="#" | ||
class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600" | ||
>Get started</a | ||
> | ||
<a href="#" class="text-sm font-semibold leading-6 text-gray-900" | ||
>Learn more <span aria-hidden="true">→</span></a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script setup lang="ts"></script> | ||
|
||
<style scoped></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters