scroll removed
This commit is contained in:
parent
354f0aeaf5
commit
e1c8c1ac23
@ -177,7 +177,7 @@ h4 {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.main-container {
|
.main-container {
|
||||||
padding: 80px 48px;
|
padding: 40px 48px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -191,14 +191,14 @@ h4 {
|
|||||||
|
|
||||||
.hero-section {
|
.hero-section {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 80px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.locations-grid {
|
.locations-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
gap: 48px;
|
gap: 48px;
|
||||||
margin-top: 60px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 860px) {
|
@media (min-width: 860px) {
|
||||||
@ -209,7 +209,7 @@ h4 {
|
|||||||
|
|
||||||
.card-image-container {
|
.card-image-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 440px;
|
height: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -274,9 +274,9 @@ h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-copyright {
|
.footer-copyright {
|
||||||
margin-top: 120px;
|
margin-top: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 60px 0;
|
padding: 40px 0 0;
|
||||||
border-top: 1px solid rgba(210, 136, 57, 0.1);
|
border-top: 1px solid rgba(210, 136, 57, 0.1);
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
|||||||
@ -106,11 +106,11 @@ export default function Home() {
|
|||||||
<div style={{ height: '1px', width: '60px', background: 'linear-gradient(to left, transparent, var(--color-gold))' }} />
|
<div style={{ height: '1px', width: '60px', background: 'linear-gradient(to left, transparent, var(--color-gold))' }} />
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|
||||||
<motion.div
|
{/* <motion.div
|
||||||
initial={{ opacity: 0, y: 30 }}
|
initial={{ opacity: 0, y: 30 }}
|
||||||
animate={{ opacity: 1, y: 0 }}
|
animate={{ opacity: 1, y: 0 }}
|
||||||
transition={{ duration: 1, delay: 0.4 }}
|
transition={{ duration: 1, delay: 0.4 }}
|
||||||
style={{ marginBottom: '32px', display: 'flex', justifyContent: 'center' }}
|
style={{ display: 'flex', justifyContent: 'center' }}
|
||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
src="/images/logo.png"
|
src="/images/logo.png"
|
||||||
@ -120,16 +120,16 @@ export default function Home() {
|
|||||||
style={{ objectFit: 'contain', filter: 'drop-shadow(0 0 20px rgba(210, 136, 57, 0.3))' }}
|
style={{ objectFit: 'contain', filter: 'drop-shadow(0 0 20px rgba(210, 136, 57, 0.3))' }}
|
||||||
priority
|
priority
|
||||||
/>
|
/>
|
||||||
</motion.div>
|
</motion.div> */}
|
||||||
|
|
||||||
<motion.h1
|
<motion.h1
|
||||||
variants={container}
|
variants={container}
|
||||||
initial="hidden"
|
initial="hidden"
|
||||||
animate="visible"
|
animate="visible"
|
||||||
style={{
|
style={{
|
||||||
fontSize: 'clamp(3.5rem, 15vw, 10rem)',
|
fontSize: 'clamp(3.5rem, 15vw, 4rem)',
|
||||||
lineHeight: 1.2,
|
lineHeight: 1.2,
|
||||||
marginBottom: '32px',
|
// marginBottom: '32px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
gap: '0.02em',
|
gap: '0.02em',
|
||||||
@ -149,7 +149,7 @@ export default function Home() {
|
|||||||
style={{
|
style={{
|
||||||
color: 'var(--color-paragraph)',
|
color: 'var(--color-paragraph)',
|
||||||
fontSize: 'clamp(1rem, 2.5vw, 1.35rem)',
|
fontSize: 'clamp(1rem, 2.5vw, 1.35rem)',
|
||||||
maxWidth: '700px',
|
maxWidth: '840px',
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
fontWeight: 300,
|
fontWeight: 300,
|
||||||
lineHeight: 1.8,
|
lineHeight: 1.8,
|
||||||
@ -193,13 +193,17 @@ export default function Home() {
|
|||||||
style={{
|
style={{
|
||||||
backgroundColor: 'rgba(0,0,0,0.6)',
|
backgroundColor: 'rgba(0,0,0,0.6)',
|
||||||
backdropFilter: 'blur(12px)',
|
backdropFilter: 'blur(12px)',
|
||||||
padding: '14px',
|
width: '52px',
|
||||||
|
height: '52px',
|
||||||
|
display: 'flex',
|
||||||
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
border: '1px solid rgba(210, 136, 57, 0.4)',
|
border: '1px solid rgba(210, 136, 57, 0.4)',
|
||||||
boxShadow: '0 0 20px rgba(0,0,0,0.4)'
|
boxShadow: '0 0 20px rgba(0,0,0,0.4)'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ExternalLink size={20} style={{ color: 'var(--color-gold)' }} />
|
<ExternalLink size={24} style={{ color: 'var(--color-gold)', flexShrink: 0 }} />
|
||||||
</motion.div>
|
</motion.div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -210,18 +214,22 @@ export default function Home() {
|
|||||||
right: '48px',
|
right: '48px',
|
||||||
zIndex: 20,
|
zIndex: 20,
|
||||||
}}>
|
}}>
|
||||||
<h2 style={{ fontSize: 'clamp(2.5rem, 5vw, 3.5rem)', fontWeight: 700, marginBottom: '20px', color: '#fff', textShadow: '0 2px 10px rgba(0,0,0,0.5)' }}>
|
<h2 style={{ fontSize: 'clamp(2.5rem, 5vw, 2.5rem)', fontWeight: 700, marginBottom: '20px', color: '#fff', textShadow: '0 2px 10px rgba(0,0,0,0.5)' }}>
|
||||||
{loc.name}
|
{loc.name}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div style={{ display: 'flex', alignItems: 'center', gap: '10px', color: 'rgba(255,255,255,0.7)', fontSize: '0.9rem', fontFamily: 'var(--font-accent)' }}>
|
<div style={{ display: 'flex', alignItems: 'center', gap: '10px', color: 'rgba(255,255,255,0.7)', fontSize: '0.9rem', fontFamily: 'var(--font-accent)' }}>
|
||||||
<MapPin size={16} style={{ color: 'var(--color-gold)' }} />
|
<MapPin size={20} style={{ color: 'var(--color-gold)', flexShrink: 0 }} />
|
||||||
<span style={{ fontWeight: 400, letterSpacing: '0.05em' }}>{loc.address}</span>
|
<span style={{ fontWeight: 400, letterSpacing: '0.05em' }}>{loc.address}</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="explore-btn" style={{ marginTop: '20px' }}>
|
||||||
|
<span>Visit Restaurant</span>
|
||||||
|
<ArrowRight size={22} style={{ flexShrink: 0 }} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="card-content">
|
{/* <div className="card-content">
|
||||||
<p style={{ fontSize: '1.05rem', color: 'rgba(245, 230, 211, 0.7)', marginBottom: '40px', fontWeight: 300, lineHeight: 1.8 }}>
|
<p style={{ fontSize: '1.05rem', color: 'rgba(245, 230, 211, 0.7)', marginBottom: '40px', fontWeight: 300, lineHeight: 1.8 }}>
|
||||||
{loc.description}
|
{loc.description}
|
||||||
</p>
|
</p>
|
||||||
@ -229,7 +237,7 @@ export default function Home() {
|
|||||||
<span>Visit Restaurant</span>
|
<span>Visit Restaurant</span>
|
||||||
<ArrowRight size={18} />
|
<ArrowRight size={18} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> */}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
))}
|
))}
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user