From dad13af25fedd8ce59d6ad4a1acf3709bf84eaa3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 23:11:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc1e63c..a8c3efe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,18 +79,18 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} 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: "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: "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" }, + { id: "1", name: "Jerk Chicken", price: "$18.95", imageSrc: "https://lh3.googleusercontent.com/d/1C5PqJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "2", name: "Curry Goat", price: "$22.50", imageSrc: "https://lh3.googleusercontent.com/d/1gC9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "3", name: "Oxtail Stew", price: "$24.00", imageSrc: "https://lh3.googleusercontent.com/d/1hB9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "4", name: "Jamaican Patty (Beef/Veg)", price: "$4.50", imageSrc: "https://lh3.googleusercontent.com/d/1iA9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "5", name: "Fried Plantains", price: "$6.00", imageSrc: "https://lh3.googleusercontent.com/d/1jZ9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "6", name: "Ackee & Saltfish (Breakfast)", price: "$16.00", imageSrc: "https://lh3.googleusercontent.com/d/1kY9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "7", name: "Rice & Peas", price: "$5.00", imageSrc: "https://lh3.googleusercontent.com/d/1lX9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "8", name: "Festival (Fried Dumpling)", price: "$3.50", imageSrc: "https://lh3.googleusercontent.com/d/1mW9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "9", name: "Sorrel Punch", price: "$6.50", imageSrc: "https://lh3.googleusercontent.com/d/1nV9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "10", name: "Spicy Jerk Sauce", price: "Extra", imageSrc: "https://lh3.googleusercontent.com/d/1oU9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "11", name: "Catering: Jerk Tray", price: "$120.00", imageSrc: "https://lh3.googleusercontent.com/d/1pT9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, + { id: "12", name: "Private Events", price: "Inquire", imageSrc: "https://lh3.googleusercontent.com/d/1qS9qJ9z2s1lW8c8I5o6uY8J2Nn8J8J8J" }, ]} title="Our Full Menu" description="Discover our authentic selection of island favorites, from breakfast staples to catering platters." -- 2.49.1 From 8523cb911f3c537586590607daa14f2c54380d9d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 23:11:20 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7df7120..4c4c3d8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbf8; - --card: #f0ede6; - --foreground: #2f2a24; - --primary-cta: #c68a62; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; - --secondary-cta: #e8e3d6; + --secondary-cta: #ecebea; --secondary-cta-text: #ffffff; - --accent: #2f2a24; - --background-accent: #efe6dc; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1