10 Commits

Author SHA1 Message Date
4838f702c3 Update theme colors 2026-05-28 01:09:52 +00:00
5596735655 Update theme colors 2026-05-28 01:08:30 +00:00
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
2 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
]} ]}
buttons={[ 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"}, text: "View Menu", href: "https://umahibachisushi.com"},
]} ]}
@@ -98,7 +98,7 @@ export default function LandingPage() {
title="A Legacy of Freshness and Entertainment" title="A Legacy of Freshness and Entertainment"
buttons={[ buttons={[
{ {
text: "Learn More", href: "#experience"}, text: "", href: "#experience"},
]} ]}
/> />
</div> </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: "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" title="Plan Your Visit"
description="Everything you need to know about dining at Uma Hibachi." description="Everything you need to know about dining at Uma Hibachi."

View File

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