Skip to content

Commit

Permalink
Merge pull request #20 from nezz0746/feat/landing-bg
Browse files Browse the repository at this point in the history
update landing background
  • Loading branch information
nezz0746 authored Nov 29, 2023
2 parents 91ebbb0 + 32f29bc commit f09be73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Link from 'next/link'
import Image from 'next/image'
import { ConnectButton } from '@instate/kit'
import { githubLink, notionDocLink, telegramLink } from '@/services/links'
import midLanscape from '@/public/mid-landscape.png'

const Page = () => {
const linkTo = (url: string) => {
Expand All @@ -28,10 +27,7 @@ const Page = () => {
<div className="relative flex-grow flex flex-row gap-4 md:mb-4">
<div className="w-full md:w-1/2">
{/* INSTATE PROTOCOL */}
<div className="w-full h-full p-4 flex flex-col relative justify-center overflow-hidden shadow-xl items-center bg-base-100 rounded-lg" style={{
backgroundImage: `url(${midLanscape.src})`,
backgroundSize: 'cover',
}}>
<div className="w-full h-full p-4 flex flex-col relative justify-center overflow-hidden shadow-xl items-center bg-base-100 bg-[url('/mid-landscape.jpg')] bg-cover rounded-lg">
<div className='w-full absolute top-0 h-full bg-slate-900 bg-opacity-40' />
<div className="flex flex-col text-white gap-10 z-10">
<h1 className="text-4xl md:text-6xl font-sans-display font-bold">
Expand Down
Binary file added apps/web/public/mid-landscape.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f09be73

Please sign in to comment.