Files
42fd29e6-92e2-4e4f-a6ba-9ee…/src/app/menu/page.tsx
2026-03-03 23:17:25 +00:00

199 lines
9.9 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
import SplitAbout from "@/components/sections/about/SplitAbout";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Flame, ChefHat, Sparkles } from "lucide-react";
export default function MenuPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "About", id: "/about" },
{ name: "Reviews", id: "/reviews" },
{ name: "Visit", id: "/contact" },
];
const footerColumns = [
{
items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
],
},
{
items: [
{ label: "Reviews", href: "/reviews" },
{ label: "Visit & Contact", href: "/contact" },
{ label: "Order Takeout", href: "/contact" },
],
},
{
items: [
{ label: "Call Us", href: "tel:(845)858-8858" },
{ label: "Email", href: "mailto:info@frontstreetcafe.com" },
{ label: "Facebook", href: "https://facebook.com" },
],
},
{
items: [
{ label: "78 Front St #58", href: "#" },
{ label: "Port Jervis, NY 12771", href: "#" },
{ label: "Open Daily Until 8 PM", href: "#" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSizeMediumTitles"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Front Street Café"
navItems={navItems}
button={{
text: "Order Takeout", href: "/contact"}}
/>
</div>
<div id="menu-hero" data-section="menu-hero">
<HeroCentered
title="Our Culinary Journey"
description="Explore the diverse flavors of our international menu, where every dish is crafted with passion and authenticity. From traditional Indian curries to beloved global favorites, discover why Front Street Café is Port Jervis's destination for exceptional dining."
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg", alt: "Signature Chicken Tikka Masala" },
{ src: "http://img.b2bpic.net/free-photo/front-view-pakistan-food-arrangement_23-2148821548.jpg", alt: "Vegetable Korma" },
{ src: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg", alt: "Crispy Samosas" },
]}
avatarText="Menu Favorites"
buttons={[
{ text: "Order Takeout", href: "/contact" },
{ text: "Back to Home", href: "/" },
]}
buttonAnimation="slide-up"
ariaLabel="Front Street Café menu page hero section"
/>
</div>
<div id="appetizers" data-section="appetizers">
<FeatureCardNine
title="Appetizers & Starters"
description="Begin your culinary journey with our expertly crafted appetizers that showcase bold flavors and authentic techniques from around the world."
tag="Small Bites"
tagIcon={Sparkles}
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Crispy Samosas", description: "Golden-fried pastries filled with spiced potatoes and peas, served with tangy tamarind and cooling mint chutneys. A beloved Indian classic.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg?_wi=2" },
},
{
id: 2,
title: "Paneer Tikka", description: "Cubes of cottage cheese marinated in yogurt and spices, grilled to perfection. Creamy inside, charred on the outside—a vegetarian favorite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-pakistan-food-arrangement_23-2148821548.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-pakistan-food-arrangement_23-2148821548.jpg?_wi=2" },
},
{
id: 3,
title: "Chicken Seekh Kebab", description: "Tender minced chicken seasoned with aromatic spices, shaped onto skewers, and grilled until smoky and succulent. Served with fresh lime and onions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=2" },
},
]}
showStepNumbers={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="curries" data-section="curries">
<FeatureCardNine
title="Signature Curries & Mains"
description="Our heart and soul—slow-cooked, aromatic curries bursting with authentic spices and comforting flavors that transport you around the world."
tag="Main Courses"
tagIcon={Flame}
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Chicken Tikka Masala", description: "The classic that defines our kitchen. Tender chicken tikka pieces in a rich, creamy tomato sauce with aromatic spices. A beloved favorite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=4" },
},
{
id: 2,
title: "Vegetable Korma", description: "A mild and fragrant curry featuring fresh seasonal vegetables in a creamy coconut sauce with subtle spices. Perfect for all tastes and vegetarian guests.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-pakistan-food-arrangement_23-2148821548.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-pakistan-food-arrangement_23-2148821548.jpg?_wi=4" },
},
{
id: 3,
title: "Lamb Rogan Josh", description: "Slow-cooked tender lamb in a aromatic tomato-based sauce with warming spices. Complex, deep flavors that develop as you savor each bite.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-pakistani-food-with-sauce_23-2148825165.jpg?_wi=4" },
},
]}
showStepNumbers={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Order Now", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="about-menu" data-section="about-menu">
<SplitAbout
tag="Our Commitment"
tagIcon={ChefHat}
tagAnimation="slide-up"
title="Quality & Authenticity in Every Dish"
description="At Front Street Café, we believe that great food starts with great ingredients and time-honored techniques. Every dish on our menu is prepared fresh to order, with authentic recipes and a passion for excellence."
bulletPoints={[
{ title: "Fresh Ingredients", description: "We source the finest ingredients available, from specialty spices to fresh produce, ensuring every bite is vibrant and flavorful.", icon: ChefHat },
{ title: "Authentic Recipes", description: "Our culinary team honors traditional cooking methods and flavor profiles from India, South Asia, and beyond.", icon: Flame },
{ title: "Made to Order", description: "Nothing is pre-prepared. Every dish is cooked fresh when you order it, ensuring peak flavor and quality.", icon: Sparkles },
{ title: "Dietary Accommodations", description: "Whether you're vegetarian, vegan, or have allergies, our staff will help you find the perfect dish that suits your needs.", icon: ChefHat },
]}
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
imageAlt="Our commitment to quality and authentic cuisine at Front Street Café"
mediaAnimation="slide-up"
imagePosition="left"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Call to Order", href: "tel:(845)858-8858" },
{ text: "Special Requests", href: "/contact" },
]}
buttonAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Front Street Café"
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}