3 Commits

Author SHA1 Message Date
3fd3d575aa Update src/app/styles/variables.css 2026-05-18 23:05:50 +00:00
303243f5c0 Update src/app/page.tsx 2026-05-18 23:05:49 +00:00
a543733c0d Merge version_2 into main
Merge version_2 into main
2026-05-18 23:01:43 +00:00
2 changed files with 16 additions and 12 deletions

View File

@@ -81,12 +81,16 @@ export default function LandingPage() {
products={[
{ id: "1", name: "Jerk Chicken", price: "$18.95", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fried-wings-tray_23-2147717034.jpg" },
{ id: "2", name: "Curry Goat", price: "$22.50", imageSrc: "http://img.b2bpic.net/free-photo/kebab-pomegranate-sauce-table_140725-4776.jpg" },
{ id: "3", name: "Jamaican Patty (Beef/Veg)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/bakery-assortment-top-view_23-2148810786.jpg" },
{ id: "4", name: "Fried Plantains", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-fried-plantains_23-2148810786.jpg" },
{ id: "5", name: "Ackee & Saltfish (Breakfast)", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-breakfast-dish_23-2148810786.jpg" },
{ id: "6", name: "Sorrel Punch", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-burlap-with-flowers-high-quality-photo_114579-67856.jpg" },
{ id: "3", name: "Oxtail Stew", price: "$24.00", imageSrc: "http://img.b2bpic.net/free-photo/oxtail-stew-dish_23-2148810786.jpg" },
{ id: "4", name: "Jamaican Patty (Beef/Veg)", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/bakery-assortment-top-view_23-2148810786.jpg" },
{ id: "5", name: "Fried Plantains", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-fried-plantains_23-2148810786.jpg" },
{ id: "6", name: "Ackee & Saltfish (Breakfast)", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-breakfast-dish_23-2148810786.jpg" },
{ id: "7", name: "Rice & Peas", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/rice-peas-dish_23-2148810786.jpg" },
{ id: "8", name: "Catering: Jerk Tray", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-tray_23-2148810786.jpg" },
{ id: "8", name: "Festival (Fried Dumpling)", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/fried-dumpling-fest_23-2148810786.jpg" },
{ id: "9", name: "Sorrel Punch", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-red-juice-burlap-with-flowers-high-quality-photo_114579-67856.jpg" },
{ id: "10", name: "Spicy Jerk Sauce", price: "Extra", imageSrc: "http://img.b2bpic.net/free-photo/hot-sauce-bottle_23-2148810786.jpg" },
{ id: "11", name: "Catering: Jerk Tray", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-tray_23-2148810786.jpg" },
{ id: "12", name: "Private Events", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/event-space-setup_23-2148810786.jpg" },
]}
title="Our Full Menu"
description="Discover our authentic selection of island favorites, from breakfast staples to catering platters."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000a18;
--card: #051226;
--foreground: #f5f4ef;
--primary-cta: #FF7B05;
--background: #fbfbf8;
--card: #f0ede6;
--foreground: #2f2a24;
--primary-cta: #c68a62;
--primary-cta-text: #f5f4ef;
--secondary-cta: #15479c;
--secondary-cta: #e8e3d6;
--secondary-cta-text: #ffffff;
--accent: #c4c4c4;
--background-accent: #1c2a3f;
--accent: #2f2a24;
--background-accent: #efe6dc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);