5 Commits

Author SHA1 Message Date
154957d8c1 Update src/app/page.tsx 2026-05-01 10:14:02 +00:00
de4ee1f111 Update src/app/page.tsx 2026-05-01 10:09:20 +00:00
903f1807d5 Update theme colors 2026-05-01 10:00:49 +00:00
cc2c99c79f Update theme colors 2026-05-01 10:00:29 +00:00
383c4b7625 Update theme colors 2026-05-01 09:59:31 +00:00
2 changed files with 21 additions and 20 deletions

View File

@@ -114,29 +114,30 @@ export default function LandingPage() {
{
id: "1",
brand: "Snacks",
name: "Appellation Oysters",
name: "Lobster Pasta
",
price: "7",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320492.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777551649576-6acmb59s.jpg",
},
{
id: "2",
brand: "Snacks",
name: "Charcuterie Selection",
name: " This is a Grilled Steak Dish",
price: "22",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/raw-oysters-with-lemon-ice_93675-129778.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777629933368-fnp1ljr1.jpg",
},
{
id: "3",
brand: "Woodfire",
name: "Spatchcock",
name: "",
price: "55",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-oysters-ready-eat-still-life_23-2150202963.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777629966182-x9rqfbv8.jpg",
},
{
id: "4",
@@ -145,25 +146,25 @@ export default function LandingPage() {
price: "66",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-charcuterie-board-with-assorted-meats-cheeses_84443-85771.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777630045268-3ws2ohdn.jpg",
},
{
id: "5",
brand: "Vegetables",
name: "Wood Roasted Leeks",
name: " Seared scallops served in the shell",
price: "26",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplant-rolls-cooked-dish-with-baked-potatoes-seasonings-dark-background-meal-potato-cooking-dish_140725-96415.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777630085950-9rienmph.jpg",
},
{
id: "6",
brand: "Desserts",
name: "Olive Oil Ice Cream",
name: " Tuna Tartare 🐟",
price: "26",
rating: 5,
reviewCount: "42",
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-caviar-with-some-fried-ribs_140725-3749.jpg",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D4lw1HFGD0Q42Q6kSkpwkb5fa3/uploaded-1777630127962-pu9kul5r.jpg",
},
]}
title="Our Menu"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);