Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 044c399be1 | |||
| ca2e9e3167 | |||
| 394013a13c | |||
| 6339ec23e9 | |||
| 9d9bdc9bea | |||
| ecae6cb822 | |||
| 63edb23bf5 | |||
| bee0c0a5d5 | |||
| 402513afaa | |||
| 238dd764cc | |||
| 8e32cc11c6 | |||
| 6db45ce6f0 | |||
| 16909aac94 | |||
| e600f59eda | |||
| f9cf3f73ac | |||
| 474508d790 | |||
| 94f5e50794 | |||
| a2f1b82fc5 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="NAURA BISTRO"
|
||||
title="Naura Bistro"
|
||||
description="Experience fine dining in an intimate setting. Open now. Rated 4.5 stars by over 400 diners."
|
||||
buttons={[
|
||||
{
|
||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="NAURA BISTRO"
|
||||
logoText="Naura Bistro"
|
||||
copyrightText="© 2026 Naura Bistro. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #eab308;
|
||||
--foreground: #fffffae6;
|
||||
--primary-cta: #fde047;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--secondary-cta-text: #fffffae6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user