Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Mar 9, 2024
1 parent 77d114f commit 1442c73
Showing 1 changed file with 9 additions and 56 deletions.
65 changes: 9 additions & 56 deletions src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
<body>
<div>
<div class="flex bg-gray-900 px-6 py-2.5 sm:px-3.5">
<p class="text-sm leading-6 text-white text-center mx-auto">
<p class="text-lg leading-6 text-white text-center mx-auto">
<a href="https://buy.stripe.com/5kA6qnguE7CQ3qU7st" class="text-white hover:text-yellow-500"
>
🚀🚀 To celebrate our Launch, use code <b class="font-black">bear</b> for 25% off Incognito Bear at checkout.🚀🚀</a
🚀🚀 Use code <b class="font-black">bear</b> for 25% off Incognito Bear at checkout.🚀🚀</a
>
</p>
</div>
Expand Down Expand Up @@ -654,58 +654,14 @@ <h4 class="flex-none text-lg font-semibold leading-6 text-black">
</div>
</div>

<div class="bg-gray-900">
<div class="bg-gray-900" id="privacy">
<div class="mx-auto max-w-7xl px-6 py-24 sm:py-32 lg:py-40 lg:px-8">
<div class="mx-auto max-w-4xl divide-y divide-white/10">
<h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
Frequently asked questions
</h2>
<dl class="mt-10 space-y-6 divide-y divide-white/10">
<div class="pt-6">
<dt>
<button
type="button"
class="flex w-full items-start justify-between text-left text-white"
aria-controls="faq-0"
aria-expanded="false"
>
<span class="text-lg font-bold leading-7"
>Why do you need to know my email?</span
>
<span class="ml-6 flex h-7 items-center">
<svg
class="h-6 w-6"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewbox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
aria-hidden="true"
>
<path stroke-linecap="round" stroke-linejoin="round" d="M18 12H6" />
</svg>

<svg
class="hidden h-6 w-6"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewbox="0 0 24 24"
stroke-width="1.5"
stroke="currentColor"
aria-hidden="true"
>
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6v12m6-6H6" />
</svg>
</span>
</button>
</dt>
<dd class="mt-2 pr-12" id="faq-1">
<p class="300 text-lg leading-7 text-white">
We need to know your email, so we can check if you have paid for the product. If
you have paid, it will activate the product.
</p>
</dd>
</div>


<div class="pt-6">
<dt>
Expand Down Expand Up @@ -763,7 +719,7 @@ <h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
aria-expanded="false"
>
<span class="text-lg font-bold leading-7"
>Why do we need access to your history?</span
>Why do we need Access to your history?</span
>
<span class="ml-6 flex h-7 items-center">
<svg
Expand Down Expand Up @@ -855,7 +811,7 @@ <h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
aria-controls="faq-0"
aria-expanded="false"
>
<span class="text-lg font-bold leading-7">I need more help</span>
<span class="text-lg font-bold leading-7">Need more help?</span>
<span class="ml-6 flex h-7 items-center">
<svg
class="h-6 w-6"
Expand Down Expand Up @@ -898,7 +854,7 @@ <h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
aria-controls="faq-0"
aria-expanded="false"
>
<span class="text-lg font-bold leading-7">How do I login?</span>
<span class="text-lg font-bold leading-7">How do use my Subscription Key?</span>
<span class="ml-6 flex h-7 items-center">
<svg
class="h-6 w-6"
Expand Down Expand Up @@ -928,10 +884,7 @@ <h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
</dt>
<dd class="mt-2 pr-12" id="faq-6">
<p class="300 text-lg leading-7 text-white">
You can login by clicking on the login button on the top left corner of the in
the Incognito Bear app. It will use the app that you are logged into browser as.
If this matches the email you signed up with, you will get all access to all the
features.
After you sign up, we'll send a subscription key to your email. Please enter this key into the settings modal to activate your account.
</p>
</dd>
</div>
Expand Down Expand Up @@ -1056,7 +1009,7 @@ <h2 class="text-2xl font-bold leading-10 tracking-tight text-white">
</div>
<div class="mt-8 md:order-1 md:mt-0">
<p class="text-center text-lg font-bold leading-5 text-white">
&copy; 2023 Coffee & Fun LLC. All rights reserved.
&copy; 2024 Coffee & Fun LLC. All rights reserved.
</p>
</div>
</div>
Expand Down

0 comments on commit 1442c73

Please sign in to comment.