Skip to content

Commit

Permalink
Adding latest copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 12, 2024
1 parent 924d2ed commit a359a8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions includes/home/browser-tab-pages.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<section class="overflow-hidden relative px-6 py-12 md:px-8 lg:pt-32 lg:pb-10">
<div class="mx-auto">
<div class="mx-auto mb-12 text-left md:text-center md:max-w-3xl">
<span class="inline-block mb-4 text-sm font-medium tracking-tighter uppercase text-[#a9fd02]">Premium Authentication Experience</span>
<h2 class="text-2xl font-normal text-white text-balance sm:text-4xl md:text-6xl md:leading-tight font-rota">Plug-and-Play Auth<span class="hidden md:inline">entication</span><span class="hidden sm:inline"> Pages</span> for Your App<span class="hidden md:inline">lication</span></h2>
<div class="mx-auto mb-12 text-left md:text-center md:max-w-5xl">
<span class="inline-block mb-4 text-sm font-medium tracking-tighter uppercase text-[#a9fd02]">Plug-and-Play Auth</span>
<h2 class="text-2xl font-normal text-white text-balance sm:text-4xl md:text-6xl md:leading-tight font-rota">Authentication Simplified for Peace of Mind</h2>
</div>
<div class="flex relative justify-center items-center py-0 w-full">
<div class="overflow-hidden absolute inset-0 z-10 w-full h-full">
Expand Down
2 changes: 1 addition & 1 deletion includes/home/customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="mb-2 text-xl font-bold text-white sm:mb-6 sm:text-3xl md:text-4xl tra
<div class="overflow-hidden relative h-full rounded-2xl border border-zinc-700 bg-zinc-950 radial-background">
<div class="p-8 mx-auto max-w-2xl text-left sm:p-16">
<h2 class="mb-2 text-xl font-bold text-white sm:mb-6 sm:text-3xl md:text-4xl tracking-tighter-xl font-rota">Open Source features for every use-case</h2>
<p class="text-sm text-white text-opacity-60 md:text-base">Open Source and free to use/customize. Let's create the best authentication experience for Laravel.</p>
<p class="text-sm text-white text-opacity-60 md:text-base">Open Source and free to use. Our goal is to create the best authentication experience for Laravel.</p>
</div>
<div class="relative right-0 bottom-0 pr-6 sm:pr-12">
<img class="w-full h-full rounded-tr-lg" src="{ url('/assets/images/github.jpg') }" alt="" />
Expand Down
4 changes: 2 additions & 2 deletions includes/home/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<div class="relative w-full h-px"></div>
<!-- Heading Content -->
<div class="pt-16 mx-auto max-w-5xl text-left lg:pt-24 sm:text-center">
<h1 class="pb-4 mb-2 text-3xl font-medium text-white text-balance font-rota md:leading-tight sm:text-5xl lg:text-7xl"><span class="hidden sm:inline">Customizable, </span>Drop-in Ready <br class="hidden md:block"> Authentication for Laravel</h1>
<h1 class="pb-4 mb-2 text-3xl font-medium text-white text-balance font-rota md:leading-tight sm:text-5xl lg:text-7xl">Customizable Auth Screens for <span class="hidden sm:inline">your</span> Laravel <span class="hidden sm:inline">App</span></h1>
<!-- Seamless & Configurable Authentication for Laravel -->
<p class="mx-auto mb-8 text-sm font-light leading-relaxed text-white opacity-80 text-balance sm:max-w-xl lg:max-w-3xl sm:text-base lg:text-xl lg:mb-12">Easily add Login, Registration, Email Verification, Forgot Password, Social Login, and Two-Factor Auth in a SNAP! Then, easily customize it to fit your brand. </p>
<p class="mx-auto mb-8 text-sm font-light leading-relaxed text-white opacity-80 text-balance sm:max-w-xl lg:max-w-3xl sm:text-base lg:text-xl lg:mb-12">Implement common authentication features with the flip of a switch! Then, easily customize it to fit your brand. </p>

<div class="relative hover:scale-[1.03] ease-out mb-0 duration-300 bg-pink-200 rounded-lg w-full sm:max-w-sm mx-auto [background:linear-gradient(45deg,#090912,theme(colors.black)_50%,#090912)_padding-box,conic-gradient(from_var(--border-angle),theme(colors.slate.900/.48)_80%,_#75a522_86%,_#bcfb4f_90%,_#75a522_94%,_theme(colors.slate.900/.48))_border-box] border border-transparent animate-border">
<div class="relative mx-auto w-full h-auto font-mono text-base font-medium text-left text-white bg-gradient-to-br to-black rounded-lg border shadow-sm duration-300 ease-out sm:inline-block border-zinc-700 radial-background group from-neutral-900">
Expand Down

0 comments on commit a359a8f

Please sign in to comment.