Merge version_2 into main #2
102
src/app/page.tsx
102
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
@@ -28,16 +28,12 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Caribbean Cafe"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
@@ -49,10 +45,8 @@ export default function LandingPage() {
|
||||
logoText="Caribbean Cafe"
|
||||
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: "Order Now", href: "#contact"},
|
||||
{ text: "View Menu", href: "#products" },
|
||||
{ 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"
|
||||
@@ -64,7 +58,8 @@ 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>
|
||||
|
||||
@@ -75,18 +70,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
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: "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: "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: "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: "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: "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: "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" },
|
||||
]}
|
||||
title="Lunch Favorites"
|
||||
description="Indulge in our most requested traditional dishes, prepared daily with fresh ingredients."
|
||||
@@ -99,16 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "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: "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: "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."
|
||||
@@ -120,7 +104,8 @@ 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."
|
||||
/>
|
||||
@@ -131,12 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
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: "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: "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: "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"
|
||||
@@ -150,8 +132,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ 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"
|
||||
@@ -163,32 +144,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Directions", href: "#contact"},
|
||||
{
|
||||
label: "Call Us", href: "tel:7328462620"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Menu", href: "#products" }, { label: "Reviews", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ items: [{ label: "Directions", href: "#contact" }, { label: "Call Us", href: "tel:7328462620" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Caribbean Cafe"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user