3 Commits

Author SHA1 Message Date
ca2e9e3167 Update src/app/page.tsx 2026-04-11 17:02:00 +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
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;