Skip to content

Commit

Permalink
feat: cta.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand committed Sep 28, 2023
1 parent 4036031 commit 2d2256d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export function CopyrightInfo() {
</div>
</div>

<div className="flex flex-col gap-28 md:flex-row">
<div className="flex flex-col gap-16 md:flex-row md:gap-28">
<div className="flex flex-col gap-5">
<div className="Platform w-40 text-base font-semibold text-black">
Platform
Expand Down
11 changes: 7 additions & 4 deletions src/components/LandingHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ export default function LandingHero() {
height={isMobile ? "50vh" : "60rem"}
isMobile={!!isMobile}
/>
{/*CTA*/}

{/*Hero Heading*/}
<h1 className="left-10 top-28 z-10 w-fit p-0 text-left text-4xl text-white mix-blend-exclusion md:absolute md:left-20 md:top-64 md:text-7xl">
TrustAuthX Light <br />
for Business, <br />
Delight for Devs.
</h1>
<div className="left-20 top-[32rem] z-10 flex items-center gap-20 text-left text-white md:absolute">

{/*CTA*/}
<div className="left-20 top-[32rem] z-10 mt-6 flex flex-col-reverse items-center gap-10 text-left text-white md:absolute md:mt-0 md:flex-row md:gap-20">
<button className="z-10 flex items-center gap-3 rounded-full border-2 border-[#F35815] px-5 py-3 mix-blend-exclusion">
Let’s Get Started for Free{" "}
<svg
Expand Down Expand Up @@ -53,13 +56,13 @@ export default function LandingHero() {
</svg>
<p className="flex flex-col items-start">
<span className="text-xl text-[#9EFE00]">Watch Demo</span>
<span className="text-sm">2 min</span>
<span className="text-sm text-black md:text-white">2 min</span>
</p>
</button>
</div>

{/*Low code*/}
<div className="-mt-[25rem] mb-[6.7rem] md:relative">
<div className="relative md:-mt-[25rem] md:mb-[6.7rem]">
<Image src={appDemo} alt="Preview of TrustAuthX app" />
<div className="mt-10 p-4 md:absolute md:bottom-[1rem] md:right-[10rem] md:text-white">
<svg
Expand Down

0 comments on commit 2d2256d

Please sign in to comment.