Skip to content

Commit

Permalink
feat(home): make subtle glow more intense as well as tagline text gra…
Browse files Browse the repository at this point in the history
…dient
  • Loading branch information
LilaRest committed May 15, 2023
1 parent 325bbe9 commit 3876fda
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
Binary file added public/assets/glow-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { type NextPage } from "next";

const Page: NextPage = () => (
<>
<section className="hero relative flex min-h-screen -mt-[92px] flex-col justify-center items-center bg-[url('/assets/glow.png')] bg-cover bg-center bg-fixed">
<section className="hero relative flex min-h-screen -mt-[92px] flex-col justify-center items-center bg-[url('/assets/glow-light.png')] bg-cover bg-center bg-fixed backdrop-filter backdrop-contrast-100">
<h2 className="text-center font-heading text-7xl font-bold text-slate-700">
Invest stablecoins into
<br />
<span className=" text-indigo-300 text-transparent bg-clip-text bg-gradient-to-tr from-indigo-300 to-indigo-400">
<span className=" text-indigo-300 text-transparent bg-clip-text bg-gradient-to-tr from-indigo-300 to-indigo-500">
real world assets
</span>
.
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const RootLayout: NextPage<Props> = ({ children }) => {
<title>Ledgity - DeFi Protocol</title>
<meta
name="description"
content="DeFi Protocol where you can lend USDC and start earning yield. Ledgity's stable yield comes from the best risk adjusted return opportunities from DeFi, CeFi and Real World Assets."
content="Invest stablecoins into real world assets and earn up to 7% APY. Access low-risk & stable yield offered by real world assets directly from your wallet."
/>
<link rel="icon" href="/assets/favicon/32x32.png" />
</Head>
Expand Down

0 comments on commit 3876fda

Please sign in to comment.