Replace welcome text with slideshow and fix admin image upload
This commit is contained in:
@@ -5,3 +5,4 @@ tmp/
|
|||||||
node_modules/
|
node_modules/
|
||||||
.next/
|
.next/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
*.tsbuildinfo
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "HOSTNAME=0.0.0.0 PORT=3000 node server.js",
|
"start": "next start -H 0.0.0.0 -p 3000",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+1
-2
@@ -59,9 +59,8 @@ export default function HomePage() {
|
|||||||
La Huasca
|
La Huasca
|
||||||
</h1>
|
</h1>
|
||||||
<p style={{ fontSize: '18px', lineHeight: 1.55, color: 'rgba(245,240,232,0.78)', maxWidth: '52ch', margin: '0 0 2rem' }}>
|
<p style={{ fontSize: '18px', lineHeight: 1.55, color: 'rgba(245,240,232,0.78)', maxWidth: '52ch', margin: '0 0 2rem' }}>
|
||||||
Welcome to the TypeScript + Next.js version of La Huasca.
|
Hotel · Restaurant · Andean Highlands
|
||||||
</p>
|
</p>
|
||||||
<MeasuredText text="Hello, Pretext!" />
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<CalendarStrip />
|
<CalendarStrip />
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user