Merge version_1_1781566362989 into main #1

Merged
bender merged 2 commits from version_1_1781566362989 into main 2026-06-15 23:34:05 +00:00

View File

@@ -18,13 +18,9 @@ export default function HomePage() {
title="Alma Negra: Authentic Mexican Soul"
description="Experience vibrant flavors and refined Mexican culinary traditions at 494 4th Ave, Brooklyn."
primaryButton={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
secondaryButton={{
text: "View Menu",
href: "#products",
}}
text: "View Menu", href: "#products"}}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg"
/>
</SectionErrorBoundary>
@@ -35,9 +31,7 @@ export default function HomePage() {
<AboutText
title="Welcome to Alma Negra, where tradition meets modern Brooklyn flair."
primaryButton={{
text: "Our Story",
href: "#",
}}
text: "Our Story", href: "#"}}
/>
</SectionErrorBoundary>
</div>
@@ -50,25 +44,13 @@ export default function HomePage() {
description="A refined atmosphere crafted for authentic Mexican dining."
features={[
{
title: "Traditional Recipes",
description: "Authentic flavors using heritage techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-recipe_23-2147640330.jpg",
},
title: "Traditional Recipes", description: "Authentic flavors using heritage techniques.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-mexican-recipe_23-2147640330.jpg"},
{
title: "Craft Cocktails",
description: "Expertly curated tequila and mezcal spirits.",
imageSrc: "http://img.b2bpic.net/free-photo/small-tiny-glasses-variety-drinks-bar-stand_114579-1870.jpg",
},
title: "Craft Cocktails", description: "Expertly curated tequila and mezcal spirits.", imageSrc: "http://img.b2bpic.net/free-photo/small-tiny-glasses-variety-drinks-bar-stand_114579-1870.jpg"},
{
title: "Vibrant Atmosphere",
description: "Modern Brooklyn design with warm lighting.",
imageSrc: "http://img.b2bpic.net/free-photo/desk-empty-office_23-2147668765.jpg",
},
title: "Vibrant Atmosphere", description: "Modern Brooklyn design with warm lighting.", imageSrc: "http://img.b2bpic.net/free-photo/desk-empty-office_23-2147668765.jpg"},
{
title: "Farm-to-Table",
description: "Locally sourced, high-quality ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/various-fresh-organic-vegetables-blue-wooden-surface_23-2147956566.jpg",
},
title: "Farm-to-Table", description: "Locally sourced, high-quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/various-fresh-organic-vegetables-blue-wooden-surface_23-2147956566.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -82,47 +64,19 @@ export default function HomePage() {
description="Discover our signature dishes and handcrafted cocktails."
items={[
{
title: "Tacos al Pastor",
description: "Succulent pork with pineapple and salsa.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-plate_23-2148764371.jpg",
},
title: "Tacos al Pastor", description: "Succulent pork with pineapple and salsa.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-tacos-plate_23-2148764371.jpg"},
{
title: "Guacamole & Totopos",
description: "Fresh avocado mash with homemade chips.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/three-fish-tacos-with-cabbage-lime-dark-plate_84443-94440.jpg",
},
title: "Guacamole & Totopos", description: "Fresh avocado mash with homemade chips.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/three-fish-tacos-with-cabbage-lime-dark-plate_84443-94440.jpg"},
{
title: "Chiles en Nogada",
description: "Poblano peppers with walnut-based cream.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg",
},
title: "Chiles en Nogada", description: "Poblano peppers with walnut-based cream.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg"},
{
title: "Chicken Mole",
description: "Slow-cooked chicken in rich mole sauce.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mangal-salad-served-with-chopped-vegetables_114579-2895.jpg",
},
title: "Chicken Mole", description: "Slow-cooked chicken in rich mole sauce.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mangal-salad-served-with-chopped-vegetables_114579-2895.jpg"},
{
title: "Dessert Churros",
description: "Crispy cinnamon dough with chocolate dip.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-sugar-cubes_23-2148379606.jpg",
},
title: "Dessert Churros", description: "Crispy cinnamon dough with chocolate dip.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-view-churros-sugar-cubes_23-2148379606.jpg"},
{
title: "Agave Margarita",
description: "Premium tequila with fresh lime and agave.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-drink-book-front-view_23-2148340074.jpg",
},
title: "Agave Margarita", description: "Premium tequila with fresh lime and agave.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fresh-drink-book-front-view_23-2148340074.jpg"},
{
title: "Signature Quesadilla",
description: "Handmade tortilla with gourmet cheese blend.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-taco-ingredients_23-2148629329.jpg",
},
title: "Signature Quesadilla", description: "Handmade tortilla with gourmet cheese blend.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-taco-ingredients_23-2148629329.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -133,19 +87,14 @@ export default function HomePage() {
<MetricsSimpleCards
tag="In Numbers"
title="A Beloved Brooklyn Spot"
description="Our commitment to quality service and authentic flavors."
metrics={[
{
value: "4.6",
description: "Google Rating",
},
value: "4.6", description: "Google Rating"},
{
value: "364+",
description: "Customer Reviews",
},
value: "364+", description: "Customer Reviews"},
{
value: "100%",
description: "Authentic Spirit",
},
value: "100%", description: "Authentic Spirit"},
]}
/>
</SectionErrorBoundary>
@@ -159,25 +108,15 @@ export default function HomePage() {
author="Maria Rodriguez"
avatars={[
{
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg",
},
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-gingerbread-blurred-background-with-bokeh_169016-24849.jpg"},
{
name: "David M.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg",
},
name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg"},
{
name: "Elena C.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
},
name: "Elena C.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg"},
{
name: "Marcus L.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg",
},
name: "Marcus L.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-businesswoman-drinking-coffee-enjoying-cafe-after-work_637285-248.jpg"},
{
name: "Julia P.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg",
},
name: "Julia P.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25274.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -188,19 +127,14 @@ export default function HomePage() {
<FaqSimple
tag="Support"
title="Frequently Asked Questions"
description="Find answers to common questions about your visit."
items={[
{
question: "What are your opening hours?",
answer: "We are open Tuesday to Sunday from 5:00 PM.",
},
question: "What are your opening hours?", answer: "We are open Tuesday to Sunday from 5:00 PM."},
{
question: "Do you accept reservations?",
answer: "Yes, we highly recommend booking in advance.",
},
question: "Do you accept reservations?", answer: "Yes, we highly recommend booking in advance."},
{
question: "Do you offer delivery?",
answer: "Yes, order via our website or favorite platforms.",
},
question: "Do you offer delivery?", answer: "Yes, order via our website or favorite platforms."},
]}
/>
</SectionErrorBoundary>
@@ -212,13 +146,9 @@ export default function HomePage() {
tag="Visit Us"
text="Reserve your table today at Alma Negra Brooklyn."
primaryButton={{
text: "Book Now",
href: "https://almanegranyc.com",
}}
text: "Book Now", href: "https://almanegranyc.com"}}
secondaryButton={{
text: "Order Online",
href: "https://almanegranyc.com",
}}
text: "Order Online", href: "https://almanegranyc.com"}}
/>
</SectionErrorBoundary>
</div>