Skip to content

Commit

Permalink
news 7 backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Icegreeen committed Jun 29, 2024
1 parent c3dc567 commit 68609cc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions projects/components/hero.tsx → projects/_components/hero.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<div className="relative items-center w-full gap-12 p-8 mx-auto lg:inline-flex mt-24 max-w-7xl rounded-3xl">


export default function L() {
return (
<div>
<div className="relative items-center w-full gap-12 p-8 mx-auto lg:inline-flex mt-24 max-w-7xl rounded-3xl">
<div className="max-w-xl mx-auto text-center">
<div>
<span className="inline-flex items-center">
Expand Down Expand Up @@ -64,4 +69,7 @@
black:
https://brightlight.lexingtonthemes.com/assets/dashboardDouble.svg
*/}
</div>
</div>
</div>
)
}

0 comments on commit 68609cc

Please sign in to comment.