Add admin slideshow, horizontal animated calendar, and weather strip
This commit is contained in:
@@ -47,9 +47,7 @@ export default function Footer() {
|
||||
<div>
|
||||
<h3 style={{ color: gold, fontSize: '18px', margin: '0 0 1rem', fontStyle: 'italic' }}>La Huasca</h3>
|
||||
<p style={{ color: 'rgba(245,240,232,0.75)', lineHeight: 1.55, margin: 0 }}>
|
||||
Hotel · Restaurant · Vineyard
|
||||
<br />
|
||||
A quiet corner of the Honduran highlands.
|
||||
A quiet corner of the Ecuadorian Andes.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -60,6 +58,13 @@ export default function Footer() {
|
||||
{config.email && <p style={{ margin: 0 }}><a href={`mailto:${config.email}`} style={{ color: cream, textDecoration: 'none' }}>{config.email}</a></p>}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 style={{ color: gold, fontSize: '14px', letterSpacing: '0.08em', textTransform: 'uppercase', margin: '0 0 1rem' }}>Atmosphere</h4>
|
||||
<p style={{ color: 'rgba(245,240,232,0.75)', lineHeight: 1.55, margin: 0 }}>
|
||||
Hotel · Restaurant · Andean Highlands
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4 style={{ color: gold, fontSize: '14px', letterSpacing: '0.08em', textTransform: 'uppercase', margin: '0 0 1rem' }}>Follow us</h4>
|
||||
<div style={{ display: 'flex', gap: '1rem' }}>
|
||||
|
||||
Reference in New Issue
Block a user