14 Commits

Author SHA1 Message Date
69128a9c7e Update theme colors 2026-05-28 01:07:42 +00:00
1ee690a695 Update theme colors 2026-05-28 01:06:59 +00:00
40553c1846 Update theme colors 2026-05-28 01:06:54 +00:00
dd1b3797b8 Update theme colors 2026-05-28 01:06:46 +00:00
3531a2faff Update src/app/page.tsx 2026-05-28 01:00:21 +00:00
266f61683b Update src/app/page.tsx 2026-05-28 00:59:26 +00:00
4f3278a747 Update src/app/page.tsx 2026-05-28 00:59:00 +00:00
204c1d2d49 Update theme colors 2026-05-28 00:52:51 +00:00
147c9a6fca Update theme colors 2026-05-28 00:52:42 +00:00
953978a006 Update theme colors 2026-05-28 00:52:34 +00:00
d312f5e6d0 Update theme colors 2026-05-28 00:52:26 +00:00
60f78af5d8 Update theme colors 2026-05-28 00:52:22 +00:00
29781b5551 Update theme colors 2026-05-28 00:52:17 +00:00
4d3200f621 Update theme colors 2026-05-28 00:52:09 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Make a Reservation", href: "https://umahibachisushi.com"},
text: "Call for a reservation ", href: "https://umahibachisushi.com"},
{
text: "View Menu", href: "https://umahibachisushi.com"},
]}
@@ -98,7 +98,7 @@ export default function LandingPage() {
title="A Legacy of Freshness and Entertainment"
buttons={[
{
text: "Learn More", href: "#experience"},
text: "", href: "#experience"},
]}
/>
</div>
@@ -175,7 +175,7 @@ export default function LandingPage() {
{
id: "q2", title: "Are you open on weekends?", content: "Yes! We are open 7 days a week, with extended hours on Friday and Saturday until 10:30 PM."},
{
id: "q3", title: "Is takeout available?", content: "Absolutely. You can order takeout online or by phone."},
id: "q3", title: "Is takeout available?", content: "Absolutely. You can order takeout by phone."},
]}
title="Plan Your Visit"
description="Everything you need to know about dining at Uma Hibachi."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #fffefe;
--background: #db3d3d;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
--primary-cta-text: #000000;
--secondary-cta: #c1121f;
--secondary-cta-text: #ffffff;
--accent: #d4af37;
--background-accent: #1a1a1a;
--background-accent: #ffffff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);