Skip to content

Commit 2b1173c

Browse files
RohanRohan
authored andcommitted
first commit lelo gareeb ka
1 parent 3bc8916 commit 2b1173c

File tree

3 files changed

+116
-0
lines changed

3 files changed

+116
-0
lines changed

package-lock.json

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@mui/styled-engine-sc": "^5.11.11",
2222
"@mui/x-date-pickers": "^5.0.19",
2323
"@next/font": "13.1.6",
24+
"@splinetool/react-spline": "^2.2.6",
2425
"axios": "^1.3.4",
2526
"eslint": "8.34.0",
2627
"eslint-config-next": "13.1.6",

src/pages/landing.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import Spline from "@splinetool/react-spline";
2+
3+
export default function App() {
4+
return (
5+
<div className="">
6+
<div className="fixed top-0 z-[-1] h-screen w-screen overflow-hidden">
7+
<Spline scene="https://prod.spline.design/R7u20LxCiHGFBQGE/scene.splinecode" />
8+
</div>
9+
10+
<div
11+
className="z-10 font-extrabold text-transparent text-8xl bg-clip-text bg-gradient-to-r from-[#362DB5] to-[#A047B0]"
12+
>
13+
lorejbafba jhaifbaiufgba jafb afaoi
14+
</div>
15+
</div>
16+
);
17+
}

0 commit comments

Comments
 (0)