Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first changes #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/blob/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default function Page() {
<>
<div className='mx-auto flex w-full flex-col flex-wrap items-center md:flex-row lg:w-4/5'>
<div className='flex w-full flex-col items-start justify-center p-12 text-center md:w-2/5 md:text-left'>
<p className='w-full uppercase'>Next + React Three Fiber</p>
<h1 className='my-4 text-5xl font-bold leading-tight'>Next 3D Starter</h1>
<p className='mb-8 text-2xl leading-normal'>A minimalist starter for React, React-three-fiber and Threejs.</p>
<p className='w-full uppercase'>Inmersive experience</p>
<h1 className='my-4 text-5xl font-bold leading-tight'>Check our rooms</h1>
<p className='mb-8 text-2xl leading-normal'></p>
</div>
</div>

Expand Down
4 changes: 3 additions & 1 deletion app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
}

html,
body,
body {
background: linear-gradient(to bottom, pink, rgb(247, 153, 220));
}
#root {
width: 100%;
height: 100%;
Expand Down
4 changes: 2 additions & 2 deletions app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down
8 changes: 4 additions & 4 deletions app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export default function Page() {
<div className='mx-auto flex w-full flex-col flex-wrap items-center md:flex-row lg:w-4/5'>
{/* jumbo */}
<div className='flex w-full flex-col items-start justify-center p-12 text-center md:w-2/5 md:text-left'>
<p className='w-full uppercase'>Next + React Three Fiber</p>
<h1 className='my-4 text-5xl font-bold leading-tight'>Next 3D Starter</h1>
<p className='mb-8 text-2xl leading-normal'>A minimalist starter for React, React-three-fiber and Threejs.</p>
<p className='w-full uppercase'>Todo es PSEUDO</p>
<h1 className='my-4 text-5xl font-bold leading-tight'>PSEUDO estudio</h1>
<p className='mb-8 text-2xl leading-normal'>tecnologías 3D e inmersivas aplicadas al desarrollo web</p>
</div>

<div className='w-full text-center md:w-3/5'>
Expand All @@ -54,7 +54,7 @@ export default function Page() {
<View orbit className='relative h-full sm:h-48 sm:w-full'>
<Suspense fallback={null}>
<Dog scale={2} position={[0, -1.6, 0]} rotation={[0.0, -0.3, 0]} />
<Common color={'lightpink'} />
<Common color={'lightyellow'} />
</Suspense>
</View>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-three-next",
"name": "pseudo-app",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
"Chema Vicente"
],
"license": "MIT",
"private": true,
Expand Down