7 Commits

Author SHA1 Message Date
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 5 additions and 3 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"},
]}
@@ -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" },

View File

@@ -12,7 +12,7 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--foreground: #ffffff;
--primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
--secondary-cta: #c1121f;