diff --git a/app/blob/page.jsx b/app/blob/page.jsx index 1bd11a4e..c6e8307e 100644 --- a/app/blob/page.jsx +++ b/app/blob/page.jsx @@ -25,9 +25,9 @@ export default function Page() { <>
-

Next + React Three Fiber

-

Next 3D Starter

-

A minimalist starter for React, React-three-fiber and Threejs.

+

Inmersive experience

+

Check our rooms

+

diff --git a/app/global.css b/app/global.css index 174ed1ed..dc5050bb 100644 --- a/app/global.css +++ b/app/global.css @@ -8,7 +8,9 @@ } html, - body, + body { + background: linear-gradient(to bottom, pink, rgb(247, 153, 220)); + } #root { width: 100%; height: 100%; diff --git a/app/layout.jsx b/app/layout.jsx index b121862d..f60ac55a 100644 --- a/app/layout.jsx +++ b/app/layout.jsx @@ -2,8 +2,8 @@ import { Layout } from '@/components/dom/Layout' import '@/global.css' export const metadata = { - title: 'Next.js + Three.js', - description: 'A minimal starter for Nextjs + React-three-fiber and Threejs.', + title: 'PSEUDO estudio', + description: 'WebGL project', } export default function RootLayout({ children }) { diff --git a/app/page.jsx b/app/page.jsx index a26a93b7..038e7129 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -29,9 +29,9 @@ export default function Page() {
{/* jumbo */}
-

Next + React Three Fiber

-

Next 3D Starter

-

A minimalist starter for React, React-three-fiber and Threejs.

+

Todo es PSEUDO

+

PSEUDO estudio

+

tecnologías 3D e inmersivas aplicadas al desarrollo web

@@ -54,7 +54,7 @@ export default function Page() { - +
diff --git a/package.json b/package.json index 6907035d..5578e532 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "react-three-next", + "name": "pseudo-app", "version": "2.0.0", "authors": [ - "Renaud ROHLINGER " + "Chema Vicente" ], "license": "MIT", "private": true,