11 Commits

Author SHA1 Message Date
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
601076bb31 Update src/app/page.tsx 2026-05-24 22:59:03 +00:00
e22c83e453 Merge version_2 into main
Merge version_2 into main
2026-05-24 22:56:52 +00:00
2 changed files with 8 additions and 4 deletions

View File

@@ -38,6 +38,10 @@ export default function LandingPage() {
name: "Experience", id: "experience"},
{
name: "Menu", id: "menu"},
{
name: "Gallery", id: "gallery"},
{
name: "Reservations", id: "reservations"},
{
name: "Contact", id: "contact"},
]}
@@ -124,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" },

View File

@@ -11,8 +11,8 @@
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--card: #000000;
--foreground: #ffffff;
--primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
--secondary-cta: #c1121f;