Update src/app/page.tsx

This commit is contained in:
2026-05-30 21:00:26 +00:00
parent 51683d4ff5
commit 0249dd335f

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Home, Salad, Sparkles, Truck } from "lucide-react";
import { Award, Home, Salad, Sparkles, Truck, UtensilsCrossed, PartyPopper } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Catering",
id: "#catering",
},
name: "Catering", id: "#catering"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Gallery",
id: "#gallery",
},
name: "Gallery", id: "#gallery"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/creative-barbecue-logo-template-with-details_23-2149010384.jpg"
logoAlt="Number Juan BBQ Mex logo"
@@ -72,68 +58,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Where Authentic Mexican Flavor Meets Legendary BBQ."
description="Experience the fiery fusion of traditional Mexican recipes and slow-smoked barbecue. Get ready for a taste explosion thats authentically Juan!"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-lz5j43cr.jpg",
alt: "Delicious food spread",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-lz5j43cr.jpg", alt: "Delicious food spread"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-bboymsw6.jpg",
alt: "Delicious food spread",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-bboymsw6.jpg", alt: "Delicious food spread"},
{
src: "http://img.b2bpic.net/free-vector/creative-barbecue-logo-template-with-details_23-2149010384.jpg",
alt: "Delicious food spread",
},
src: "http://img.b2bpic.net/free-vector/creative-barbecue-logo-template-with-details_23-2149010384.jpg", alt: "Delicious food spread"},
{
src: "http://img.b2bpic.net/free-photo/delicious-baked-potatoes-cups-with-juice_23-2148301291.jpg",
alt: "Delicious food spread",
},
src: "http://img.b2bpic.net/free-photo/delicious-baked-potatoes-cups-with-juice_23-2148301291.jpg", alt: "Delicious food spread"},
{
src: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024771.jpg",
alt: "Authentic Mexican BBQ plate",
},
src: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024771.jpg", alt: "Authentic Mexican BBQ plate"},
]}
avatarText="Over 50+ 5-star reviews on Google!"
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Order Now",
href: "#contact",
},
text: "Order Now", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Award-Winning BBQ",
icon: Award,
type: "text-icon", text: "Award-Winning BBQ", icon: Award,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-chocolate-shavings_84443-94410.jpg",
alt: "Delicious smoked brisket",
},
type: "image", src: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-chocolate-shavings_84443-94410.jpg", alt: "Delicious smoked brisket"},
{
type: "text",
text: "Fresh Ingredients Daily",
},
type: "text", text: "Fresh Ingredients Daily"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg",
alt: "Flavorful street tacos",
},
type: "image", src: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg", alt: "Flavorful street tacos"},
{
type: "text-icon",
text: "Family Owned & Operated",
icon: Home,
type: "text-icon", text: "Family Owned & Operated", icon: Home,
},
]}
/>
@@ -144,24 +103,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Our Story: The Heart Behind ",
},
type: "text", content: "Our Story: The Heart Behind "},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/creative-barbecue-logo-template-with-details_23-2149010384.jpg",
alt: "Number Juan BBQ Mex Logo",
},
type: "image", src: "http://img.b2bpic.net/free-vector/creative-barbecue-logo-template-with-details_23-2149010384.jpg", alt: "Number Juan BBQ Mex Logo"},
{
type: "text",
content: " Mex",
},
type: "text", content: " Mex"},
]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
/>
</div>
@@ -173,54 +123,36 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Custom Menus",
description: "Work with our chefs to create a personalized menu tailored to your event's theme and guests' preferences.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-potatoes-cups-with-juice_23-2148301291.jpg",
imageAlt: "Catering setup with food",
},
title: "Custom Menus", description: "Work with our chefs to create a personalized menu tailored to your event's theme and guests' preferences.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-baked-potatoes-cups-with-juice_23-2148301291.jpg", imageAlt: "Catering setup with food"},
items: [
{
icon: UtensilsCrossed,
text: "Flexible options",
},
text: "Flexible options"},
{
icon: Salad,
text: "Dietary needs",
},
text: "Dietary needs"},
{
icon: Award,
text: "Signature dishes",
},
text: "Signature dishes"},
],
reverse: false,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-lz5j43cr.jpg",
imageAlt: "mexican bbq catering event setup",
reverse: false
},
{
title: "Full-Service Experience",
description: "We handle everything from setup to serving, ensuring a seamless and delicious experience for you and your guests.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg",
imageAlt: "Catering staff serving food",
},
title: "Full-Service Experience", description: "We handle everything from setup to serving, ensuring a seamless and delicious experience for you and your guests.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg", imageAlt: "Catering staff serving food"},
items: [
{
icon: Sparkles,
text: "Professional staff",
},
text: "Professional staff"},
{
icon: PartyPopper,
text: "Event coordination",
},
text: "Event coordination"},
{
icon: Truck,
text: "Timely delivery",
},
text: "Timely delivery"},
],
reverse: true,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-bboymsw6.jpg?_wi=1",
imageAlt: "mexican bbq catering event setup",
reverse: true
},
]}
title="Catering & Events: Bring the Fiesta to You!"
@@ -236,47 +168,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "tacos-1",
name: "Smoked Brisket Tacos",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg",
imageAlt: "Smoked Brisket Tacos",
},
id: "tacos-1", name: "Smoked Brisket Tacos", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-big-unfolded-burrito_23-2148329160.jpg", imageAlt: "Smoked Brisket Tacos"},
{
id: "burrito-1",
name: "Giant Carnitas Burrito",
price: "$14.50",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg",
imageAlt: "Giant Carnitas Burrito",
},
id: "burrito-1", name: "Giant Carnitas Burrito", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-pickles-wrapped-lavash_140725-6372.jpg", imageAlt: "Giant Carnitas Burrito"},
{
id: "platter-1",
name: "BBQ Fiesta Platter",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/brown-meal-beans-vegetables-sliced-vitamine-riched-salted-peppered-inside-glass-brown-wood-desk_140725-14873.jpg",
imageAlt: "BBQ Fiesta Platter",
},
id: "platter-1", name: "BBQ Fiesta Platter", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/brown-meal-beans-vegetables-sliced-vitamine-riched-salted-peppered-inside-glass-brown-wood-desk_140725-14873.jpg", imageAlt: "BBQ Fiesta Platter"},
{
id: "nachos-1",
name: "Loaded BBQ Nachos",
price: "$10.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food_23-2151910291.jpg",
imageAlt: "Loaded BBQ Nachos",
},
id: "nachos-1", name: "Loaded BBQ Nachos", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-fast-food_23-2151910291.jpg", imageAlt: "Loaded BBQ Nachos"},
{
id: "quesadilla-1",
name: "Smoked Chicken Quesadilla",
price: "$11.50",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-meat-vegetable-gutab-qutab-gozleme-wooden-board-with-sumakh-yogurt_114579-305.jpg",
imageAlt: "Smoked Chicken Quesadilla",
},
id: "quesadilla-1", name: "Smoked Chicken Quesadilla", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/traditional-meat-vegetable-gutab-qutab-gozleme-wooden-board-with-sumakh-yogurt_114579-305.jpg", imageAlt: "Smoked Chicken Quesadilla"},
{
id: "enchiladas-1",
name: "Traditional Enchiladas",
price: "$13.00",
imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg",
imageAlt: "Traditional Enchiladas",
},
id: "enchiladas-1", name: "Traditional Enchiladas", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/background-slice-mousse-squash-rice_1232-4014.jpg", imageAlt: "Traditional Enchiladas"},
]}
title="Our Mouthwatering Menu"
description="Explore our delicious fusion of authentic Mexican flavors and slow-smoked BBQ traditions. Every dish is crafted with passion and the freshest ingredients."
@@ -289,65 +191,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Haley Dannenberg",
date: "25 minutes ago",
title: "Amazing Meal & Wonderful Server!",
quote: "Thank you for bringing this to Kearney!! The meal was amazing. The meat was perfect 👌🏻 So much flavor!!! Olga was our server and she was wonderful! I have no doubt this is going to be one of our favorite spots. Aguachile Ribeye tacos and Quesabirria tacos ⭐️⭐️⭐️⭐️⭐️",
tag: "New Review",
avatarSrc: "http://img.b2bpic.net/free-photo/optimism-wallpaper-with-smiley-face_23-2150039330.jpg",
avatarAlt: "Haley Dannenberg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831061.jpg",
imageAlt: "Aguachile Ribeye tacos and Quesabirria tacos",
},
id: "1", name: "Haley Dannenberg", date: "25 minutes ago", title: "Amazing Meal & Wonderful Server!", quote: "Thank you for bringing this to Kearney!! The meal was amazing. The meat was perfect 👌🏻 So much flavor!!! Olga was our server and she was wonderful! I have no doubt this is going to be one of our favorite spots. Aguachile Ribeye tacos and Quesabirria tacos ⭐️⭐️⭐️⭐️⭐️", tag: "New Review", avatarSrc: "http://img.b2bpic.net/free-photo/optimism-wallpaper-with-smiley-face_23-2150039330.jpg", avatarAlt: "Haley Dannenberg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831061.jpg", imageAlt: "Aguachile Ribeye tacos and Quesabirria tacos"},
{
id: "2",
name: "Joseph Holson",
date: "2 hours ago",
title: "Truly Unique Mexican Dining!",
quote: "Finally a truly unique option for Mexican dining. Hostess staff was great. Owners were on the floor helping run orders and take refills. Tacos with asada had great flavor. I'll be seeing this crew again soon.",
tag: "New Review",
avatarSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg",
avatarAlt: "Joseph Holson",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-mexican-beef-stripes-with-vegetables-tortilla_23-2148042465.jpg",
imageAlt: "Tacos with Asada",
},
id: "2", name: "Joseph Holson", date: "2 hours ago", title: "Truly Unique Mexican Dining!", quote: "Finally a truly unique option for Mexican dining. Hostess staff was great. Owners were on the floor helping run orders and take refills. Tacos with asada had great flavor. I'll be seeing this crew again soon.", tag: "New Review", avatarSrc: "http://img.b2bpic.net/free-photo/great-beautiful-young-female-shows-thumbs-up-smiling-looking-camera_651396-3868.jpg", avatarAlt: "Joseph Holson", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-mexican-beef-stripes-with-vegetables-tortilla_23-2148042465.jpg", imageAlt: "Tacos with Asada"},
{
id: "3",
name: "Matthew Moseman",
date: "2 hours ago",
title: "Great Meats, But Check Availability",
quote: "Wanted to order a brisket burrito, they said they were out of brisket. So I went with the 2 meat plate with ribs and sausage. They came back with the smallest rib I've ever seen with almost no meat and substituted one of them with brisket…",
tag: "Local Guide",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg",
avatarAlt: "Matthew Moseman",
imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-sausage-with-salt-glass-beer-table_140725-10923.jpg",
imageAlt: "Ribs and Sausage Plate",
},
id: "3", name: "Matthew Moseman", date: "2 hours ago", title: "Great Meats, But Check Availability", quote: "Wanted to order a brisket burrito, they said they were out of brisket. So I went with the 2 meat plate with ribs and sausage. They came back with the smallest rib I've ever seen with almost no meat and substituted one of them with brisket…", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048070.jpg", avatarAlt: "Matthew Moseman", imageSrc: "http://img.b2bpic.net/free-photo/deep-fried-sausage-with-salt-glass-beer-table_140725-10923.jpg", imageAlt: "Ribs and Sausage Plate"},
{
id: "4",
name: "Sarah P.",
date: "1 day ago",
title: "Best Smoked Elote Ever!",
quote: "I've tried elote at so many places, but Number Juan BBQ Mex has the best smoked elote. The flavor is incredible, and it's perfectly grilled every time. A must-try!",
tag: "Favorite Dish",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg",
avatarAlt: "Sarah P.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cob_23-2148679010.jpg",
imageAlt: "Smoked Elote",
},
id: "4", name: "Sarah P.", date: "1 day ago", title: "Best Smoked Elote Ever!", quote: "I've tried elote at so many places, but Number Juan BBQ Mex has the best smoked elote. The flavor is incredible, and it's perfectly grilled every time. A must-try!", tag: "Favorite Dish", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-dark-skinned-young-female-with-frizzy-hair-eats-something-drinks-smoothie-spends-free-time-with-boyfriend-friend-enjoys-summer-vacations-tropical-country-island_273609-2195.jpg", avatarAlt: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-corn-cob_23-2148679010.jpg", imageAlt: "Smoked Elote"},
{
id: "5",
name: "Juan R.",
date: "2 days ago",
title: "Desserts are a Hidden Gem!",
quote: "Everyone talks about the BBQ and tacos, but you HAVE to try their churros! Perfectly crispy and warm, with the most delicious dipping sauce. A fantastic end to a perfect meal.",
tag: "Sweet Treat",
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg",
avatarAlt: "Juan R.",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-fried-churros-with-chocolate_23-2148379622.jpg",
imageAlt: "Churros",
},
id: "5", name: "Juan R.", date: "2 days ago", title: "Desserts are a Hidden Gem!", quote: "Everyone talks about the BBQ and tacos, but you HAVE to try their churros! Perfectly crispy and warm, with the most delicious dipping sauce. A fantastic end to a perfect meal.", tag: "Sweet Treat", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-hands-preparing-delicious-meal_23-2149661346.jpg", avatarAlt: "Juan R.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-fried-churros-with-chocolate_23-2148379622.jpg", imageAlt: "Churros"},
]}
title="What Our Guests Are Saying"
description="Hear from our happy customers about their unforgettable Number Juan BBQ Mex experience!"
@@ -363,71 +215,17 @@ export default function LandingPage() {
description="A visual feast of our signature dishes, fresh ingredients, and the vibrant atmosphere of Number Juan BBQ Mex."
blogs={[
{
id: "photo-1",
category: "Smoked Meats",
title: "Perfectly Smoked Brisket",
excerpt: "Tender, juicy, and smoked to perfection with our secret blend of Mexican spices.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-cooked-steak-with-garlic-onion-red-chili-pepper-parchment-paper_141793-2255.jpg",
imageAlt: "Perfectly Smoked Brisket",
authorName: "Chef Juan",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fiibg4",
date: "July 20, 2024",
},
id: "photo-1", category: "Smoked Meats", title: "Perfectly Smoked Brisket", excerpt: "Tender, juicy, and smoked to perfection with our secret blend of Mexican spices.", imageSrc: "http://img.b2bpic.net/free-photo/medium-cooked-steak-with-garlic-onion-red-chili-pepper-parchment-paper_141793-2255.jpg", imageAlt: "Perfectly Smoked Brisket", authorName: "Chef Juan", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fiibg4", date: "July 20, 2024"},
{
id: "photo-2",
category: "Tacos",
title: "Street Taco Variety",
excerpt: "A colorful array of our most popular street tacos, made fresh daily.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799583.jpg",
imageAlt: "Street Taco Variety",
authorName: "Chef Juan",
authorAvatar: "http://img.b2bpic.net/free-vector/flat-collection-labels-with-mexican-items_23-2147616885.jpg",
date: "July 21, 2024",
},
id: "photo-2", category: "Tacos", title: "Street Taco Variety", excerpt: "A colorful array of our most popular street tacos, made fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799583.jpg", imageAlt: "Street Taco Variety", authorName: "Chef Juan", authorAvatar: "http://img.b2bpic.net/free-vector/flat-collection-labels-with-mexican-items_23-2147616885.jpg", date: "July 21, 2024"},
{
id: "photo-3",
category: "BBQ Sandwiches",
title: "Flavorful Pulled Pork",
excerpt: "Our signature pulled pork, slow-cooked and piled high on a fresh bun with zesty slaw.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-sloppy-joe-sandwich-wooden-tabletraditional-sloppy-joe39s-sandwich-wooden-table_123827-35749.jpg",
imageAlt: "Flavorful Pulled Pork",
authorName: "Chef Juan",
authorAvatar: "http://img.b2bpic.net/free-vector/assortment-six-cinco-de-mayo-stickers-with-orange-details_23-2147619415.jpg",
date: "July 22, 2024",
},
id: "photo-3", category: "BBQ Sandwiches", title: "Flavorful Pulled Pork", excerpt: "Our signature pulled pork, slow-cooked and piled high on a fresh bun with zesty slaw.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-sloppy-joe-sandwich-wooden-tabletraditional-sloppy-joe39s-sandwich-wooden-table_123827-35749.jpg", imageAlt: "Flavorful Pulled Pork", authorName: "Chef Juan", authorAvatar: "http://img.b2bpic.net/free-vector/assortment-six-cinco-de-mayo-stickers-with-orange-details_23-2147619415.jpg", date: "July 22, 2024"},
{
id: "photo-4",
category: "Ribs",
title: "Glazed BBQ Ribs",
excerpt: "Fall-off-the-bone ribs, glazed with our house-made BBQ sauce with a Mexican kick.",
imageSrc: "http://img.b2bpic.net/free-photo/rib-barbecue_74190-2771.jpg",
imageAlt: "Glazed BBQ Ribs",
authorName: "Chef Juan",
authorAvatar: "http://img.b2bpic.net/free-vector/mexican-bar-logo-design_23-2150683116.jpg",
date: "July 23, 2024",
},
id: "photo-4", category: "Ribs", title: "Glazed BBQ Ribs", excerpt: "Fall-off-the-bone ribs, glazed with our house-made BBQ sauce with a Mexican kick.", imageSrc: "http://img.b2bpic.net/free-photo/rib-barbecue_74190-2771.jpg", imageAlt: "Glazed BBQ Ribs", authorName: "Chef Juan", authorAvatar: "http://img.b2bpic.net/free-vector/mexican-bar-logo-design_23-2150683116.jpg", date: "July 23, 2024"},
{
id: "photo-5",
category: "Appetizers",
title: "Fresh Guacamole & Chips",
excerpt: "Homemade guacamole, smashed fresh daily, served with crispy tortilla chips.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7077.jpg",
imageAlt: "Fresh Guacamole & Chips",
authorName: "Chef Juan",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zfdk66",
date: "July 24, 2024",
},
id: "photo-5", category: "Appetizers", title: "Fresh Guacamole & Chips", excerpt: "Homemade guacamole, smashed fresh daily, served with crispy tortilla chips.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7077.jpg", imageAlt: "Fresh Guacamole & Chips", authorName: "Chef Juan", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zfdk66", date: "July 24, 2024"},
{
id: "photo-6",
category: "Sauces",
title: "Our Signature Salsas",
excerpt: "A vibrant collection of our authentic Mexican salsas, from mild to fiery hot.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-with-sauses-bowls-brown-wooden_176474-1213.jpg",
imageAlt: "Our Signature Salsas",
authorName: "Chef Juan",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96klaz",
date: "July 25, 2024",
},
id: "photo-6", category: "Sauces", title: "Our Signature Salsas", excerpt: "A vibrant collection of our authentic Mexican salsas, from mild to fiery hot.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chips-with-sauses-bowls-brown-wooden_176474-1213.jpg", imageAlt: "Our Signature Salsas", authorName: "Chef Juan", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=96klaz", date: "July 25, 2024"},
]}
/>
</div>
@@ -437,14 +235,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Foodie Reviewers",
"Taste Magazine",
"Local Eats Blog",
"Kearney News",
"Dining Guides",
"Local Food Critic",
"Community Favorite",
]}
"Foodie Reviewers", "Taste Magazine", "Local Eats Blog", "Kearney News", "Dining Guides", "Local Food Critic", "Community Favorite"]}
title="Featured In & Loved By"
description="We're proud to be recognized by local critics, food enthusiasts, and our amazing community."
/>
@@ -454,12 +245,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us or Order Online!"
title="Experience Number Juan BBQ Mex"
description="We can't wait to serve you! Find us, check our hours, or place an online order for pickup or delivery."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-bboymsw6.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EJw88d2xPkRoBwMft6kzqQVEL5/uploaded-1780174634110-bboymsw6.jpg"
imageAlt="Number Juan BBQ Mex interior"
mediaAnimation="none"
mediaPosition="left"
@@ -475,62 +265,37 @@ export default function LandingPage() {
logoText="Number Juan BBQ Mex"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Catering",
href: "#catering",
},
label: "Catering", href: "#catering"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Location",
href: "#contact",
},
label: "Location", href: "#contact"},
{
label: "Order Online",
href: "#contact",
},
label: "Order Online", href: "#contact"},
{
label: "Give Us a Call",
href: "tel:+13082243073",
},
label: "Give Us a Call", href: "tel:+13082243073"},
{
label: "Email Us",
href: "mailto:info@numberjuanbbq.com",
},
label: "Email Us", href: "mailto:info@numberjuanbbq.com"},
],
},
{
title: "Social",
items: [
title: "Social", items: [
{
label: "Facebook",
href: "https://facebook.com/numberjuanbbqmex",
},
label: "Facebook", href: "https://facebook.com/numberjuanbbqmex"},
{
label: "Instagram",
href: "https://instagram.com/numberjuanbbqmex",
},
label: "Instagram", href: "https://instagram.com/numberjuanbbqmex"},
{
label: "TikTok",
href: "https://tiktok.com/@numberjuanbbqmex",
},
label: "TikTok", href: "https://tiktok.com/@numberjuanbbqmex"},
],
},
]}