24 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
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
dd58b8fd8b Update theme colors 2026-05-28 00:52:02 +00:00
4c6431e5c7 Update theme colors 2026-05-28 00:51:48 +00:00
c169f42882 Update theme colors 2026-05-28 00:51:39 +00:00
3cff8a31e6 Update theme colors 2026-05-28 00:51:34 +00:00
c524dfce2f Update theme colors 2026-05-28 00:51:17 +00:00
534c4de88b Update src/app/page.tsx 2026-05-24 23:13:24 +00:00
187bc98974 Update src/app/page.tsx 2026-05-24 23:04:07 +00:00
8a4d945fe7 Merge version_3 into main
Merge version_3 into main
2026-05-24 22:59:09 +00:00
2 changed files with 12 additions and 10 deletions

View File

@@ -40,6 +40,8 @@ export default function LandingPage() {
name: "Menu", id: "menu"},
{
name: "Gallery", id: "gallery"},
{
name: "Reservations", id: "reservations"},
{
name: "Contact", id: "contact"},
]}
@@ -70,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"},
]}
@@ -96,7 +98,7 @@ export default function LandingPage() {
title="A Legacy of Freshness and Entertainment"
buttons={[
{
text: "Learn More", href: "#experience"},
text: "", href: "#experience"},
]}
/>
</div>
@@ -126,8 +128,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Hibachi Filet Mignon", price: "$34.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" },
{ id: "p2", name: "Salmon Teriyaki", price: "$26.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg" },
{ id: "p1", name: "Hibachi Steak (N.Y. Strip)", price: "$20.95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg?_wi=2" },
{ id: "p2", name: "Salmon Teriyaki", price: "$19.95", imageSrc: "http://img.b2bpic.net/free-photo/salmon-raw-sashimi_1339-3842.jpg" },
{ id: "p3", name: "Spicy Tuna Roll", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/unagi-sushi-rolls-served-white-stone-board-with-kiwi-cocktail_141793-410.jpg" },
{ id: "p4", name: "California Roll", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/hamachi-sushi_74190-5920.jpg?_wi=1" },
{ id: "p5", name: "Shrimp Tempura Roll", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-learning-make-sushi_23-2151202949.jpg" },
@@ -173,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: #1a1a1a;
--foreground: #f5f5f5;
--background: #000000;
--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);