Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-28 08:22:01 +00:00

View File

@@ -29,58 +29,33 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Menu",
id: "#menu",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Los Cuernos"
button={{
text: "Book Now", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Authentic Mexican Flavors in the Heart of Jersey City"
description="Experience tradition, vibrant energy, and handcrafted cocktails. From our famous street tacos to our legendary margaritas, discover why we are a hidden gem."
kpis={[
{
value: "100+",
label: "Happy Guests Weekly",
},
{
value: "4.8",
label: "Star Rating Avg",
},
{
value: "5+",
label: "Years of Tradition",
},
{ value: "100+", label: "Happy Guests Weekly" },
{ value: "4.8", label: "Star Rating Avg" },
{ value: "5+", label: "Years of Tradition" },
]}
enableKpiAnimation={true}
buttons={[
{
text: "Reserve Now",
href: "#contact",
},
{
text: "View Menu",
href: "#menu",
},
{ text: "Reserve Now", href: "#contact" },
{ text: "View Menu", href: "#menu" },
]}
imageSrc="http://img.b2bpic.net/free-photo/indian-foods-yellow-chicken-curry-with-rice-dip-restaurant_1428-182.jpg"
mediaAnimation="slide-up"
@@ -94,18 +69,9 @@ export default function LandingPage() {
title="A Taste of Mexico, Homegrown"
description="At Los Cuernos, we believe in the art of authentic Mexican cuisine. Our space is designed to be your neighborhood retreat—vibrant, warm, and professional. Whether it's our upstairs dining room or waterfront views, every detail is crafted for your enjoyment."
bulletPoints={[
{
title: "Traditional Recipes",
description: "Authentic flavors inspired by generations of Mexican culinary heritage.",
},
{
title: "Handcrafted Drinks",
description: "Expertly mixed margaritas and local craft beer selections.",
},
{
title: "Vibrant Ambiance",
description: "Cozy upstairs dining, live music, and unforgettable waterfront sunset views.",
},
{ title: "Traditional Recipes", description: "Authentic flavors inspired by generations of Mexican culinary heritage." },
{ title: "Handcrafted Drinks", description: "Expertly mixed margaritas and local craft beer selections." },
{ title: "Vibrant Ambiance", description: "Cozy upstairs dining, live music, and unforgettable waterfront sunset views." },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-mexican-party-decoration_23-2149317299.jpg"
mediaAnimation="slide-up"
@@ -119,24 +85,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Spicy Margarita",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cocktail-with-slice-lemon_141793-4596.jpg",
},
{
id: "p2",
name: "Fish Tacos Platter",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg",
},
{
id: "p3",
name: "Tres Leches Cake",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg",
},
{ id: "p1", name: "Spicy Margarita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cocktail-with-slice-lemon_141793-4596.jpg" },
{ id: "p2", name: "Fish Tacos Platter", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg" },
{ id: "p3", name: "Tres Leches Cake", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg" },
]}
title="Signature Favorites"
description="From our Antojitos to our Entrees, every plate is prepared with passion and fresh ingredients."
@@ -149,41 +100,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Kelvin Silva",
role: "Local Guide",
testimonial: "Truly impressive food. Authentic Mexican taste that reminds me of back home.",
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg?_wi=1",
},
{
id: "t2",
name: "Josefina Lopez",
role: "Diner",
testimonial: "Beautiful place! Tacos are delicious and the staff has a great vibe.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2148899013.jpg",
},
{
id: "t3",
name: "Teacher Roseno",
role: "Patron",
testimonial: "A hidden gem! The upstairs dining is wonderful and the margaritas are perfectly priced.",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg",
},
{
id: "t4",
name: "Jeremiah Good",
role: "Local Guide",
testimonial: "Has all the flair, flavor, and service without overwhelming your wallet.",
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg",
},
{
id: "t5",
name: "Maria Garcia",
role: "Regular Patron",
testimonial: "The best salsa verde in Jersey City. A must-visit if you love authentic heat!",
imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg?_wi=2",
},
{ id: "t1", name: "Kelvin Silva", role: "Local Guide", testimonial: "Truly impressive food. Authentic Mexican taste that reminds me of back home.", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg" },
{ id: "t2", name: "Josefina Lopez", role: "Diner", testimonial: "Beautiful place! Tacos are delicious and the staff has a great vibe.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-glass_23-2148899013.jpg" },
{ id: "t3", name: "Teacher Roseno", role: "Patron", testimonial: "A hidden gem! The upstairs dining is wonderful and the margaritas are perfectly priced.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg" },
{ id: "t4", name: "Jeremiah Good", role: "Local Guide", testimonial: "Has all the flair, flavor, and service without overwhelming your wallet.", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg" },
{ id: "t5", name: "Maria Garcia", role: "Regular Patron", testimonial: "The best salsa verde in Jersey City. A must-visit if you love authentic heat!", imageSrc: "http://img.b2bpic.net/free-photo/man-putting-ring-woman-finger-table-with-dishes_23-2148024581.jpg" },
]}
title="Words from Our Guests"
description="We are honored to be your favorite Jersey City spot. Here is what our community says."
@@ -194,21 +115,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you take reservations?",
content: "Yes, we highly recommend making a reservation, especially for weekend dinner slots.",
},
{
id: "f2",
title: "Are you vegetarian friendly?",
content: "We offer a variety of options. Please ask your server about vegetable bean sides and other meat-free alternatives.",
},
{
id: "f3",
title: "When is happy hour?",
content: "Happy hour runs from 4-7 PM weekdays and all day Sunday.",
},
{ id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend making a reservation, especially for weekend dinner slots." },
{ id: "f2", title: "Are you vegetarian friendly?", content: "We offer a variety of options. Please ask your server about vegetable bean sides and other meat-free alternatives." },
{ id: "f3", title: "When is happy hour?", content: "Happy hour runs from 4-7 PM weekdays and all day Sunday." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about dining at Los Cuernos."
@@ -220,8 +129,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Visit Us"
title="Join Us Tonight"
description="Book a table or sign up for our newsletter to receive special event updates and happy hour alerts."
@@ -234,42 +142,21 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Los Cuernos",
items: [
{
label: "Contact Us",
href: "#contact",
},
{
label: "Our Menu",
href: "#menu",
},
title: "Los Cuernos", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Our Menu", href: "#menu" },
],
},
{
title: "Hours",
items: [
{
label: "Mon-Fri: 11am-10pm",
href: "#",
},
{
label: "Sat-Sun: 10am-11pm",
href: "#",
},
title: "Hours", items: [
{ label: "Mon-Fri: 11am-10pm", href: "#" },
{ label: "Sat-Sun: 10am-11pm", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
},
]}