Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-25 20:08:42 +00:00

View File

@@ -31,23 +31,16 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "home"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Caribbean Cafe"
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
@@ -57,13 +50,9 @@ export default function LandingPage() {
description="Authentic Cuban and Caribbean flavors in the heart of New Brunswick. Join us for generous, home-style lunch specials you'll love."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Order Now",
href: "#contact",
},
text: "Order Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-from-afar-bowl-with-food-potatoes-mushrooms-wooden-bowl-top-left-table_140725-118686.jpg"
imageAlt="Authentic Cuban food showcase"
@@ -75,9 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Taste of Cuba"
description={[
"Caribbean Cafe brings the vibrant soul of Cuban cuisine to New Brunswick, NJ. We pride ourselves on authentic recipes passed down through generations, crafting flavorful, generous meals that feel like home.",
"Known for our signature pernil, savory chicken stew, and fresh Cuban sandwiches, we prioritize affordable lunch specials that never sacrifice on flavor or quality.",
]}
"Caribbean Cafe brings the vibrant soul of Cuban cuisine to New Brunswick, NJ. We pride ourselves on authentic recipes passed down through generations, crafting flavorful, generous meals that feel like home.", "Known for our signature pernil, savory chicken stew, and fresh Cuban sandwiches, we prioritize affordable lunch specials that never sacrifice on flavor or quality."]}
/>
</div>
@@ -89,47 +76,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Pernil (Roast Pork)",
price: "$14.50",
imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg",
imageAlt: "Authentic roast pork",
},
id: "p1", name: "Pernil (Roast Pork)", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/beef-rack-cream-butter-sauce-served-with-rice-garnish-green-salad_114579-965.jpg", imageAlt: "Authentic roast pork"},
{
id: "p2",
name: "Garlic Shrimp Mofongo",
price: "$18.95",
imageSrc: "http://img.b2bpic.net/free-photo/fried-pawns-with-green-herbs-inside-red-pan_114579-3313.jpg",
imageAlt: "Mofongo dish",
},
id: "p2", name: "Garlic Shrimp Mofongo", price: "$18.95", imageSrc: "http://img.b2bpic.net/free-photo/fried-pawns-with-green-herbs-inside-red-pan_114579-3313.jpg", imageAlt: "Mofongo dish"},
{
id: "p3",
name: "Steak and Yellow Rice",
price: "$16.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sweet-pastries-sliced-with-cottage-cheese-dark-background-cookie-biscuit-sugar-sweet-cake_140725-80846.jpg",
imageAlt: "Classic steak rice",
},
id: "p3", name: "Steak and Yellow Rice", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sweet-pastries-sliced-with-cottage-cheese-dark-background-cookie-biscuit-sugar-sweet-cake_140725-80846.jpg", imageAlt: "Classic steak rice"},
{
id: "p4",
name: "Cuban Sandwich",
price: "$10.50",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg",
imageAlt: "Pressed cuban sandwich",
},
id: "p4", name: "Cuban Sandwich", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-homemade-colombian-hamburger-table_181624-32903.jpg", imageAlt: "Pressed cuban sandwich"},
{
id: "p5",
name: "Traditional Chicken Stew",
price: "$13.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113680.jpg",
imageAlt: "Chicken stew",
},
id: "p5", name: "Traditional Chicken Stew", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113680.jpg", imageAlt: "Chicken stew"},
{
id: "p6",
name: "Fried Plantains",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplant-inside-black-plate-along-with-fresh-red-tomatoes-olive-oil-dark-floor_140725-13287.jpg",
imageAlt: "Fried sweet plantains",
},
id: "p6", name: "Fried Plantains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplant-inside-black-plate-along-with-fresh-red-tomatoes-olive-oil-dark-floor_140725-13287.jpg", imageAlt: "Fried sweet plantains"},
]}
title="Lunch Favorites"
description="Indulge in our most requested traditional dishes, prepared daily with fresh ingredients."
@@ -143,40 +100,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarah_j",
testimonial: "Best pernil in New Brunswick. Reminds me of my abuela's cooking!",
imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg",
},
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Best pernil in New Brunswick. Reminds me of my abuela's cooking!", imageSrc: "http://img.b2bpic.net/free-photo/older-friends-eating-restaurant_23-2149316782.jpg"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "Generous portions and great prices. My weekly lunch staple.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg",
},
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Generous portions and great prices. My weekly lunch staple.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-surfing-net-laptop-while-eating-healthy-food-lunch-break_637285-8684.jpg"},
{
id: "3",
name: "Emily Rodriguez",
handle: "@erod",
testimonial: "The Cuban sandwich is exactly how it should be. Fresh and pressed perfectly.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-fast-food_23-2150347937.jpg",
},
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "The Cuban sandwich is exactly how it should be. Fresh and pressed perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-fast-food_23-2150347937.jpg"},
{
id: "4",
name: "David Kim",
handle: "@dkim",
testimonial: "Quick service, delicious food. Perfect for a busy work lunch.",
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-woman-with-glasses-near-baked-chicken_23-2147948359.jpg",
},
id: "4", name: "David Kim", handle: "@dkim", testimonial: "Quick service, delicious food. Perfect for a busy work lunch.", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-woman-with-glasses-near-baked-chicken_23-2147948359.jpg"},
{
id: "5",
name: "Maria Lopez",
handle: "@mlopez",
testimonial: "Authentic, flavorful, and so affordable. Can't recommend enough.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-kitchen-holding-tomato-smartphone-buys-fresh_1258-193592.jpg",
},
id: "5", name: "Maria Lopez", handle: "@mlopez", testimonial: "Authentic, flavorful, and so affordable. Can't recommend enough.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-woman-kitchen-holding-tomato-smartphone-buys-fresh_1258-193592.jpg"},
]}
title="Customer Stories"
description="See why our neighbors in New Brunswick make us their go-to for authentic lunch."
@@ -188,14 +120,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Rutgers Community",
"New Brunswick Local Foodie",
"Downtown Business Association",
"NJ Dining Guide",
"Central Jersey Eats",
"Caribbean Food Appreciation Group",
"Daily New Brunswick News",
]}
"Rutgers Community", "New Brunswick Local Foodie", "Downtown Business Association", "NJ Dining Guide", "Central Jersey Eats", "Caribbean Food Appreciation Group", "Daily New Brunswick News"]}
title="Trusted by the Local Community"
description="Proudly serving the New Brunswick area for over a decade with authentic Caribbean flavors."
/>
@@ -207,20 +132,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "We do not accept reservations. We offer quick, casual dining suitable for lunch or dinner walk-ins.",
},
id: "f1", title: "Do you accept reservations?", content: "We do not accept reservations. We offer quick, casual dining suitable for lunch or dinner walk-ins."},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, we offer both pickup and delivery options for your convenience.",
},
id: "f2", title: "Do you offer delivery?", content: "Yes, we offer both pickup and delivery options for your convenience."},
{
id: "f3",
title: "What are your operating hours?",
content: "We are open Monday-Friday from 8:30 AM to 7:30 PM, and Saturday from 9:00 AM to 6:30 PM. We are closed on Sundays.",
},
id: "f3", title: "What are your operating hours?", content: "We are open Monday-Friday from 8:30 AM to 7:30 PM, and Saturday from 9:00 AM to 6:30 PM. We are closed on Sundays."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-woman-cutting-fresh-ingredients-make-gourmet-dish_482257-41289.jpg"
mediaAnimation="slide-up"
@@ -232,10 +148,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Visit Us Today"
description="Located at 85 Bayard St, New Brunswick, NJ 08901. Questions or catering inquiries? Reach us at (732) 846-2620."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-senior-people-chatting-bistro_23-2149356869.jpg"
@@ -250,41 +166,27 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Directions",
href: "#contact",
},
label: "Directions", href: "#contact"},
{
label: "Call Us",
href: "tel:7328462620",
},
label: "Call Us", href: "tel:7328462620"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}