Skip to content

Commit

Permalink
add blur+vignette to hero bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c authored Dec 19, 2024
1 parent 7f792e9 commit 3aaf06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ModelViewer = dynamic(() => import('../ModelViewer'), { ssr: false });

const tipitytopity = ()=> {
return (
<div className="flex flex-col mb-8 md:flex-row items-center justify-center gap-4 pr-0 md:pr-12 w-full mx-auto mt-[10vh] md:mt-0 bg-[url('https://cloud-clj0ujnpv-hack-club-bot.vercel.app/0image.png')] border-b-4 bg-no-repeat bg-center bg-cover sm:h-[120vh] md:h-[95vh]">
<div className="flex flex-col mb-8 md:flex-row items-center justify-center gap-4 pr-0 md:pr-12 w-full mx-auto mt-[10vh] md:mt-0 bg-[url('https://cloud-10og03gkh-hack-club-bot.vercel.app/0background.png')] border-b-4 bg-no-repeat bg-center bg-cover sm:h-[120vh] md:h-[95vh]">
{typeof window !== 'undefined' && <ModelViewer />}
{/*
<Image
Expand Down Expand Up @@ -40,4 +40,4 @@ const ModelViewer = dynamic(() => import('../ModelViewer'), { ssr: false });
)
}

export default tipitytopity;
export default tipitytopity;

0 comments on commit 3aaf06e

Please sign in to comment.