18 Commits

Author SHA1 Message Date
044c399be1 Merge version_2 into main
Merge version_2 into main
2026-04-11 17:02:03 +00:00
ca2e9e3167 Update src/app/page.tsx 2026-04-11 17:02:00 +00:00
394013a13c Merge version_2 into main
Merge version_2 into main
2026-04-11 17:01:27 +00:00
6339ec23e9 Update src/app/page.tsx 2026-04-11 17:01:21 +00:00
9d9bdc9bea Update theme colors 2026-04-11 17:00:32 +00:00
ecae6cb822 Switch to version 1: modified src/app/styles/variables.css 2026-04-11 16:59:36 +00:00
63edb23bf5 Switch to version 2: modified src/app/styles/variables.css 2026-04-11 16:59:32 +00:00
bee0c0a5d5 Merge version_3 into main
Merge version_3 into main
2026-04-11 16:58:28 +00:00
402513afaa Update theme colors 2026-04-11 16:58:25 +00:00
238dd764cc Merge version_2 into main
Merge version_2 into main
2026-04-11 16:57:57 +00:00
8e32cc11c6 Update theme colors 2026-04-11 16:57:54 +00:00
6db45ce6f0 Switch to version 1: modified src/app/styles/variables.css 2026-04-11 16:57:21 +00:00
16909aac94 Switch to version 2: modified src/app/styles/variables.css 2026-04-11 16:57:17 +00:00
e600f59eda Switch to version 1: modified src/app/styles/variables.css 2026-04-11 16:57:00 +00:00
f9cf3f73ac Merge version_2 into main
Merge version_2 into main
2026-04-11 16:56:58 +00:00
474508d790 Update theme colors 2026-04-11 16:56:55 +00:00
94f5e50794 Merge version_1 into main
Merge version_1 into main
2026-04-11 16:56:37 +00:00
a2f1b82fc5 Merge version_1 into main
Merge version_1 into main
2026-04-11 16:38:30 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -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>

View File

@@ -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;