fix: remove vineyard references - property has no vineyard
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import './globals.css';
|
|||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: 'La Huasca',
|
title: 'La Huasca',
|
||||||
description: 'Hotel, restaurant, and vineyard in the Honduran highlands',
|
description: 'Hotel and restaurant in the Honduran highlands',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ export default function RoomsPage() {
|
|||||||
<main style={{ padding: '2rem', maxWidth: '80rem', margin: '0 auto', minHeight: '60vh' }}>
|
<main style={{ padding: '2rem', maxWidth: '80rem', margin: '0 auto', minHeight: '60vh' }}>
|
||||||
<h1 style={{ fontSize: 'clamp(32px, 5vw, 48px)', fontWeight: 400, fontStyle: 'italic', color: navy, margin: '0 0 0.5rem' }}>Rooms & Suites</h1>
|
<h1 style={{ fontSize: 'clamp(32px, 5vw, 48px)', fontWeight: 400, fontStyle: 'italic', color: navy, margin: '0 0 0.5rem' }}>Rooms & Suites</h1>
|
||||||
<p style={{ color: '#555', marginBottom: '2rem', maxWidth: '50ch' }}>
|
<p style={{ color: '#555', marginBottom: '2rem', maxWidth: '50ch' }}>
|
||||||
Comfortable stays with views of the vineyard and cloud forest.
|
Comfortable stays with views of the cloud forest.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{loading && (
|
{loading && (
|
||||||
|
|||||||
Reference in New Issue
Block a user