From 20d5cfe2824688112c2e80f66cbef3417bfb2db1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 01:19:48 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 335 +++++++++++++++++++++++++++++++----------- 1 file changed, 248 insertions(+), 87 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1675e49..4fe1891 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -34,6 +34,19 @@ export default function MenuPage() { } }; + const menuImages = [ + { + id: "menu-1", title: "Signature Jerk Platter", description: "Fresh grilled jerk seasoned meats with our authentic Caribbean spice blend", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773883141480-85jt966z.jpg"}, + { + id: "menu-2", title: "Island Curry Fusion", description: "Rich, aromatic curry with tender meats and traditional Caribbean flavors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773883141480-yyr4lilk.jpg"}, + { + id: "menu-3", title: "Escovitch Seafood", description: "Fresh fish with pickled vegetables and authentic island preparation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773883141481-5qpq55fx.jpg"}, + { + id: "menu-4", title: "Conch Fritters", description: "Golden, crispy conch fritters with house-made dipping sauce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773883141481-8okohg7v.jpg"}, + { + id: "menu-5", title: "Festival Sides", description: "Festival dumplings, rice & peas, mac & cheese, and tropical slaw", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afn0reuidgadYlHif4J2xHlmq8/uploaded-1773883141481-tk7p5ayr.jpg"}, + ]; + return ( {/* Navigation Bar */} @@ -72,13 +126,13 @@ export default function MenuPage() { brandName="Caribbean Flair" navItems={navItems} button={{ - text: "See Full Menu", href: "/menu" + text: "Order Now", href: "/order" }} /> {/* Main Content */} -
+
{!isAuthenticated ? ( // Password Protected View
@@ -133,109 +187,216 @@ export default function MenuPage() {
) : ( - // Full Menu View -
-
- - - Back to Home - + // Full Menu View with Gallery +
+ {/* Hero Section */} +
+
+
+ + + Back to Home + +
+ +

+ Our Complete Menu +

+

+ Discover all of our authentic Caribbean dishes, crafted with love and served fresh off the grill. +

+
-

- Full Menu -

-

- Discover all of our authentic Caribbean dishes, crafted with love and served fresh off the grill. -

+ {/* Menu Gallery Section */} +
+
+
+

Featured Dishes

+

Experience the visual journey of our premium Caribbean cuisine

+
- {/* Menu Sections */} -
- {/* Main Dishes */} -
-

Main Dishes

-
-
-

Jerk Chicken Platter

-

Marinated in authentic Caribbean spices, grilled to perfection. Served with rice & peas, festival dumplings, and tropical slaw.

-

$15.95

+ {/* Image Gallery Grid */} +
+ {/* Large feature image - spans 2x2 on desktop */} +
+ {menuImages[0].title} +
+

{menuImages[0].title}

+

{menuImages[0].description}

+
-
-

Curry Shrimp Platter

-

Fresh shrimp in our signature curry sauce with Caribbean seasonings. Includes rice & peas, festival dumplings, and tropical slaw.

-

$16.95

-
-
-

Curry Goat

-

Tender goat meat cooked in rich curry sauce with traditional island spices. Served with rice & peas and festival dumplings.

-

$17.95

-
-
-

Escovitch Fish

-

Fresh fish prepared Jamaican style with pickled vegetables. Authentic island flavors in every bite.

-

$16.95

+ + {/* Right side grid - 3 items */} + {menuImages.slice(1, 4).map((item, idx) => ( +
+ {item.title} +
+

{item.title}

+

{item.description}

+
+
+ ))} +
+ + {/* Last item - full width */} +
+ {menuImages[4].title} +
+

{menuImages[4].title}

+

{menuImages[4].description}

+
- {/* Sides & Appetizers */} -
-

Sides & Appetizers

-
-
-

Conch Fritters Combo

-

6 pieces of golden, crispy conch fritters. Served with house-made dipping sauce.

-

$12.95

-
-
-

Festival Dumplings

-

Crispy, golden fried dumplings. A Caribbean classic that pairs perfectly with any main dish.

-

$4.95

-
-
-

Creamy Island Mac & Cheese

-

Smooth, rich, and soul-warming. The perfect comfort food complement to our island mains.

-

$5.95

-
-
-

Tropical Slaw

-

Fresh, crisp coleslaw with a tropical twist. Light and refreshing alongside any dish.

-

$3.95

+ {/* Menu Details Section */} +
+
+

Complete Menu Options

+ + {/* Main Dishes */} +
+

Main Dishes

+
+
+

Jerk Chicken Platter

+

Marinated in authentic Caribbean spices, grilled to perfection. Served with rice & peas, festival dumplings, and tropical slaw.

+

$15.95

+
+
+

Curry Shrimp Platter

+

Fresh shrimp in our signature curry sauce with Caribbean seasonings. Includes rice & peas, festival dumplings, and tropical slaw.

+

$16.95

+
+
+

Curry Goat

+

Tender goat meat cooked in rich curry sauce with traditional island spices. Served with rice & peas and festival dumplings.

+

$17.95

+
+
+

Escovitch Fish

+

Fresh fish prepared Jamaican style with pickled vegetables. Authentic island flavors in every bite.

+

$18.95

+
+
+

Jerk Pork Platter

+

Succulent jerk pork with our signature island spice blend. Includes all classic sides for the full Caribbean experience.

+

$16.95

+
+
+

Island Combo Platter

+

A sampling of our finest - jerk chicken, curry shrimp, and conch fritters with all the trimmings.

+

$24.95

+
-
- {/* Beverages */} -
-

Beverages

-
-
-

Island Ginger Beer

-

Refreshing traditional Caribbean ginger beer. Perfectly spiced and ice-cold.

-

$2.95

+ {/* Sides & Appetizers */} +
+

Sides & Appetizers

+
+
+

Conch Fritters Combo

+

6 pieces of golden, crispy conch fritters. Served with house-made dipping sauce.

+

$12.95

+
+
+

Festival Dumplings

+

Crispy, golden fried dumplings. A Caribbean classic that pairs perfectly with any main dish.

+

$4.95

+
+
+

Creamy Island Mac & Cheese

+

Smooth, rich, and soul-warming. The perfect comfort food complement to our island mains.

+

$5.95

+
+
+

Rice & Peas

+

Traditional Caribbean rice and peas. Fresh, aromatic, and perfectly seasoned.

+

$4.95

+
+
+

Tropical Slaw

+

Fresh, crisp coleslaw with a tropical twist. Light and refreshing alongside any dish.

+

$3.95

+
+
+

Vegetable Medley

+

Fresh seasonal vegetables with island seasonings and a hint of Caribbean flair.

+

$5.95

+
-
-

Fresh Tropical Juice

-

Mango, passion fruit, or guava. Fresh squeezed island flavors in every sip.

-

$3.95

+
+ + {/* Beverages */} +
+

Beverages

+
+
+

Island Ginger Beer

+

Refreshing traditional Caribbean ginger beer. Perfectly spiced and ice-cold.

+

$2.95

+
+
+

Fresh Tropical Juice

+

Mango, passion fruit, or guava. Fresh squeezed island flavors in every sip.

+

$3.95

+
+
+

Sorrel Punch

+

Traditional Caribbean sorrel punch. Tart, sweet, and refreshingly authentic.

+

$3.95

+
+
+

Cold Beverages

+

Selection of cold drinks to complement your Caribbean meal.

+

$2.50

+
{/* Call to Action */} -
-

Ready to Order?

-

Call us at (239) 785-0423 or visit our location for fresh Caribbean flavors made to order.

- - Call Now - +
+
+

Ready to Experience Caribbean Flair?

+

Call us at (239) 785-0423 or visit our location for fresh Caribbean flavors made to order.

+
+ + Call Now + + + Order Online + +
+
)}