diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index ed2987d..9bd3c67 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -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"
/>
@@ -35,9 +31,7 @@ export default function HomePage() {
@@ -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"},
]}
/>
@@ -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"},
]}
/>
@@ -133,19 +87,14 @@ export default function HomePage() {
@@ -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"},
]}
/>
@@ -188,19 +127,14 @@ export default function HomePage() {
@@ -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"}}
/>