diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4fe1891..b3f3d5c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -4,13 +4,9 @@ import { useState } from "react"; import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import { ArrowLeft, Lock } from "lucide-react"; +import { ArrowLeft } from "lucide-react"; export default function MenuPage() { - const [password, setPassword] = useState(""); - const [isAuthenticated, setIsAuthenticated] = useState(false); - const [error, setError] = useState(""); - const navItems = [ { name: "Home", id: "home" }, { name: "Menu", id: "signature-dishes" }, @@ -20,20 +16,6 @@ export default function MenuPage() { { name: "Locations", id: "footer" }, ]; - const handlePasswordSubmit = (e: React.FormEvent) => { - e.preventDefault(); - // Replace with your actual password - const correctPassword = "caribbean2025"; - - if (password === correctPassword) { - setIsAuthenticated(true); - setError(""); - } else { - setError("Incorrect password. Please try again."); - setPassword(""); - } - }; - 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"}, @@ -126,281 +108,222 @@ export default function MenuPage() { brandName="Caribbean Flair" navItems={navItems} button={{ - text: "Order Now", href: "/order" - }} + text: "Order Now", href: "/order"}} /> {/* Main Content */}
- Enter the password to view our complete menu with all available dishes and specials. -
- - - -- For password assistance, please contact us -
-+ Discover all of our authentic Caribbean dishes, crafted with love and served fresh off the grill. +
- Discover all of our authentic Caribbean dishes, crafted with love and served fresh off the grill. -
-Experience the visual journey of our premium Caribbean cuisine
Experience the visual journey of our premium Caribbean cuisine
+ {/* Image Gallery Grid */} +{menuImages[0].description}
{menuImages[0].description}
-{item.description}
-{menuImages[4].description}
+{item.description}
{menuImages[4].description}
+Marinated in authentic Caribbean spices, grilled to perfection. Served with rice & peas, festival dumplings, and tropical slaw.
+$15.95
+Fresh shrimp in our signature curry sauce with Caribbean seasonings. Includes rice & peas, festival dumplings, and tropical slaw.
+$16.95
+Tender goat meat cooked in rich curry sauce with traditional island spices. Served with rice & peas and festival dumplings.
+$17.95
+Fresh fish prepared Jamaican style with pickled vegetables. Authentic island flavors in every bite.
+$18.95
+Succulent jerk pork with our signature island spice blend. Includes all classic sides for the full Caribbean experience.
+$16.95
+A sampling of our finest - jerk chicken, curry shrimp, and conch fritters with all the trimmings.
+$24.95
+Marinated in authentic Caribbean spices, grilled to perfection. Served with rice & peas, festival dumplings, and tropical slaw.
-$15.95
-Fresh shrimp in our signature curry sauce with Caribbean seasonings. Includes rice & peas, festival dumplings, and tropical slaw.
-$16.95
-Tender goat meat cooked in rich curry sauce with traditional island spices. Served with rice & peas and festival dumplings.
-$17.95
-Fresh fish prepared Jamaican style with pickled vegetables. Authentic island flavors in every bite.
-$18.95
-Succulent jerk pork with our signature island spice blend. Includes all classic sides for the full Caribbean experience.
-$16.95
-A sampling of our finest - jerk chicken, curry shrimp, and conch fritters with all the trimmings.
-$24.95
-6 pieces of golden, crispy conch fritters. Served with house-made dipping sauce.
+$12.95
6 pieces of golden, crispy conch fritters. Served with house-made dipping sauce.
-$12.95
-Crispy, golden fried dumplings. A Caribbean classic that pairs perfectly with any main dish.
-$4.95
-Smooth, rich, and soul-warming. The perfect comfort food complement to our island mains.
-$5.95
-Traditional Caribbean rice and peas. Fresh, aromatic, and perfectly seasoned.
-$4.95
-Fresh, crisp coleslaw with a tropical twist. Light and refreshing alongside any dish.
-$3.95
-Fresh seasonal vegetables with island seasonings and a hint of Caribbean flair.
-$5.95
-Crispy, golden fried dumplings. A Caribbean classic that pairs perfectly with any main dish.
+$4.95
Refreshing traditional Caribbean ginger beer. Perfectly spiced and ice-cold.
-$2.95
-Mango, passion fruit, or guava. Fresh squeezed island flavors in every sip.
-$3.95
-Traditional Caribbean sorrel punch. Tart, sweet, and refreshingly authentic.
-$3.95
-Selection of cold drinks to complement your Caribbean meal.
-$2.50
-Smooth, rich, and soul-warming. The perfect comfort food complement to our island mains.
+$5.95
+Traditional Caribbean rice and peas. Fresh, aromatic, and perfectly seasoned.
+$4.95
+Fresh, crisp coleslaw with a tropical twist. Light and refreshing alongside any dish.
+$3.95
+Fresh seasonal vegetables with island seasonings and a hint of Caribbean flair.
+$5.95
Call us at (239) 785-0423 or visit our location for fresh Caribbean flavors made to order.
-Refreshing traditional Caribbean ginger beer. Perfectly spiced and ice-cold.
+$2.95
+Mango, passion fruit, or guava. Fresh squeezed island flavors in every sip.
+$3.95
+Traditional Caribbean sorrel punch. Tart, sweet, and refreshingly authentic.
+$3.95
+Selection of cold drinks to complement your Caribbean meal.
+$2.50
Call us at (239) 785-0423 or visit our location for fresh Caribbean flavors made to order.
+