Update src/app/menu/page.tsx
This commit is contained in:
@@ -25,27 +25,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="La Unión Restaurant"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "/menu",
|
||||
}}
|
||||
text: "Order Now", href: "/menu"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,105 +47,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "La Unión",
|
||||
name: "La Unión Plate",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg",
|
||||
imageAlt: "La Unión Plate",
|
||||
},
|
||||
id: "1", brand: "La Unión", name: "La Unión Plate", price: "$8.99", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg", imageAlt: "La Unión Plate"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Mexican",
|
||||
name: "Alambre Plate",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/t-bone-steak-with-greens-bell-pepper-tomato-carrot-mushroom-with-green-salad-bowl-top-view_141793-3201.jpg",
|
||||
imageAlt: "Alambre Plate",
|
||||
},
|
||||
id: "2", brand: "Mexican", name: "Alambre Plate", price: "$9.99", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/t-bone-steak-with-greens-bell-pepper-tomato-carrot-mushroom-with-green-salad-bowl-top-view_141793-3201.jpg", imageAlt: "Alambre Plate"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Mexican",
|
||||
name: "Taco Plate",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-mexican-food_23-2147640358.jpg",
|
||||
imageAlt: "Taco Plate",
|
||||
},
|
||||
id: "3", brand: "Mexican", name: "Taco Plate", price: "$8.99", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/classic-mexican-food_23-2147640358.jpg", imageAlt: "Taco Plate"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mexican",
|
||||
name: "Enchilada Plate",
|
||||
price: "$8.99",
|
||||
rating: 4,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg",
|
||||
imageAlt: "Enchilada Plate",
|
||||
},
|
||||
id: "4", brand: "Mexican", name: "Enchilada Plate", price: "$8.99", rating: 4,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg", imageAlt: "Enchilada Plate"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Mexican",
|
||||
name: "Burrito Plate",
|
||||
price: "$8.99",
|
||||
rating: 4,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-chips-plate-with-mexican-tacos-cutting-board-paper_23-2148042535.jpg",
|
||||
imageAlt: "Burrito Plate",
|
||||
},
|
||||
id: "5", brand: "Mexican", name: "Burrito Plate", price: "$8.99", rating: 4,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-chips-plate-with-mexican-tacos-cutting-board-paper_23-2148042535.jpg", imageAlt: "Burrito Plate"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Mexican",
|
||||
name: "Quesabirria Plate",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-20168.jpg",
|
||||
imageAlt: "Quesabirria Plate",
|
||||
},
|
||||
id: "6", brand: "Mexican", name: "Quesabirria Plate", price: "$9.99", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-20168.jpg", imageAlt: "Quesabirria Plate"},
|
||||
{
|
||||
id: "7",
|
||||
brand: "Fusion",
|
||||
name: "Pizza Birria",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-plate_23-2148357163.jpg",
|
||||
imageAlt: "Pizza Birria",
|
||||
},
|
||||
id: "7", brand: "Fusion", name: "Pizza Birria", price: "$12.99", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-slices-plate_23-2148357163.jpg", imageAlt: "Pizza Birria"},
|
||||
{
|
||||
id: "8",
|
||||
brand: "Mexican",
|
||||
name: "Quesaburrito",
|
||||
price: "$10.99",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28010.jpg",
|
||||
imageAlt: "Quesaburrito",
|
||||
},
|
||||
id: "8", brand: "Mexican", name: "Quesaburrito", price: "$10.99", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28010.jpg", imageAlt: "Quesaburrito"},
|
||||
{
|
||||
id: "9",
|
||||
brand: "Fusion",
|
||||
name: "Birria Happy Meal",
|
||||
price: "$10.99",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-right-bottom-side-with-herbs-notepad-side-blackish-background_140725-80552.jpg",
|
||||
imageAlt: "Birria Happy Meal",
|
||||
},
|
||||
id: "9", brand: "Fusion", name: "Birria Happy Meal", price: "$10.99", rating: 4,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-right-bottom-side-with-herbs-notepad-side-blackish-background_140725-80552.jpg", imageAlt: "Birria Happy Meal"},
|
||||
{
|
||||
id: "10",
|
||||
brand: "Classic",
|
||||
name: "Wings",
|
||||
price: "$9.99",
|
||||
rating: 4,
|
||||
reviewCount: "17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29549.jpg",
|
||||
imageAlt: "Chicken Wings",
|
||||
},
|
||||
id: "10", brand: "Classic", name: "Wings", price: "$9.99", rating: 4,
|
||||
reviewCount: "17", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-wooden-table_123827-29549.jpg", imageAlt: "Chicken Wings"},
|
||||
]}
|
||||
title="Signature Plates"
|
||||
description="Experience the heart of our kitchen with these generous and flavorful plates, perfect for a satisfying meal."
|
||||
@@ -170,65 +90,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Mexican",
|
||||
name: "Huevos Rancheros",
|
||||
price: "$10.99",
|
||||
rating: 5,
|
||||
reviewCount: "14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burrito-assortiment_23-2148224138.jpg",
|
||||
imageAlt: "Huevos Rancheros",
|
||||
},
|
||||
id: "1", brand: "Mexican", name: "Huevos Rancheros", price: "$10.99", rating: 5,
|
||||
reviewCount: "14", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burrito-assortiment_23-2148224138.jpg", imageAlt: "Huevos Rancheros"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Mexican",
|
||||
name: "Huevos a la Mexicana",
|
||||
price: "$10.99",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-pisto-manchego-with-tomatoes-zucchini-peppers-onions-eggplant-egg_123827-32369.jpg",
|
||||
imageAlt: "Huevos a la Mexicana",
|
||||
},
|
||||
id: "2", brand: "Mexican", name: "Huevos a la Mexicana", price: "$10.99", rating: 4,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-pisto-manchego-with-tomatoes-zucchini-peppers-onions-eggplant-egg_123827-32369.jpg", imageAlt: "Huevos a la Mexicana"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Mexican",
|
||||
name: "Chilaquiles",
|
||||
price: "$10.99",
|
||||
rating: 5,
|
||||
reviewCount: "16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28006.jpg",
|
||||
imageAlt: "Chilaquiles",
|
||||
},
|
||||
id: "3", brand: "Mexican", name: "Chilaquiles", price: "$10.99", rating: 5,
|
||||
reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/mexican-chicken-quesadillas-with-cheese-peppers-wooden-table_123827-28006.jpg", imageAlt: "Chilaquiles"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mexican",
|
||||
name: "Breakfast Tacos",
|
||||
price: "$10.99",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg",
|
||||
imageAlt: "Breakfast Tacos",
|
||||
},
|
||||
id: "4", brand: "Mexican", name: "Breakfast Tacos", price: "$10.99", rating: 4,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159761.jpg", imageAlt: "Breakfast Tacos"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Pancakes Plate",
|
||||
price: "$10.99",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-homemade-pancakes_140725-54259.jpg",
|
||||
imageAlt: "Pancakes Plate",
|
||||
},
|
||||
id: "5", brand: "Classic", name: "Pancakes Plate", price: "$10.99", rating: 4,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-homemade-pancakes_140725-54259.jpg", imageAlt: "Pancakes Plate"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "American",
|
||||
name: "Pork Chop Breakfast",
|
||||
price: "$14.99",
|
||||
rating: 5,
|
||||
reviewCount: "7",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-pork-steak-with-rosemary-tomatoes-white-plate_2829-7848.jpg",
|
||||
imageAlt: "Pork Chop Breakfast",
|
||||
},
|
||||
id: "6", brand: "American", name: "Pork Chop Breakfast", price: "$14.99", rating: 5,
|
||||
reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/juicy-pork-steak-with-rosemary-tomatoes-white-plate_2829-7848.jpg", imageAlt: "Pork Chop Breakfast"},
|
||||
]}
|
||||
title="Hearty Breakfasts"
|
||||
description="Start your day the authentic way with our delicious and energizing breakfast selections, made fresh every morning."
|
||||
@@ -243,65 +121,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Salvadoran",
|
||||
name: "Frijoles con Queso",
|
||||
price: "$2.50",
|
||||
rating: 5,
|
||||
reviewCount: "35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-grilled-arepas_23-2148716396.jpg",
|
||||
imageAlt: "Frijoles con Queso Pupusa",
|
||||
},
|
||||
id: "1", brand: "Salvadoran", name: "Frijoles con Queso", price: "$2.50", rating: 5,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-grilled-arepas_23-2148716396.jpg", imageAlt: "Frijoles con Queso Pupusa"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Salvadoran",
|
||||
name: "Jalapeño con Queso",
|
||||
price: "$2.75",
|
||||
rating: 5,
|
||||
reviewCount: "28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-sprinkled-with-pepper-placed-wooden-plate_1150-19846.jpg",
|
||||
imageAlt: "Jalapeño con Queso Pupusa",
|
||||
},
|
||||
id: "2", brand: "Salvadoran", name: "Jalapeño con Queso", price: "$2.75", rating: 5,
|
||||
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breast-sprinkled-with-pepper-placed-wooden-plate_1150-19846.jpg", imageAlt: "Jalapeño con Queso Pupusa"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Salvadoran",
|
||||
name: "Revueltas",
|
||||
price: "$2.75",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-view_23-2148716415.jpg",
|
||||
imageAlt: "Revueltas Pupusa",
|
||||
},
|
||||
id: "3", brand: "Salvadoran", name: "Revueltas", price: "$2.75", rating: 5,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-view_23-2148716415.jpg", imageAlt: "Revueltas Pupusa"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Fusion",
|
||||
name: "Birria Pupusa",
|
||||
price: "$2.99",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-arepas_23-2148716425.jpg",
|
||||
imageAlt: "Birria Pupusa",
|
||||
},
|
||||
id: "4", brand: "Fusion", name: "Birria Pupusa", price: "$2.99", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-arepas_23-2148716425.jpg", imageAlt: "Birria Pupusa"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Salvadoran",
|
||||
name: "Pupusa Loca",
|
||||
price: "$2.99",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-plate-arrangement_23-2148708243.jpg",
|
||||
imageAlt: "Pupusa Loca",
|
||||
},
|
||||
id: "5", brand: "Salvadoran", name: "Pupusa Loca", price: "$2.99", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-plate-arrangement_23-2148708243.jpg", imageAlt: "Pupusa Loca"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Salvadoran",
|
||||
name: "Pupusa Loca Grande",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086031.jpg",
|
||||
imageAlt: "Pupusa Loca Grande",
|
||||
},
|
||||
id: "6", brand: "Salvadoran", name: "Pupusa Loca Grande", price: "$7.99", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086031.jpg", imageAlt: "Pupusa Loca Grande"},
|
||||
]}
|
||||
title="Traditional Pupusas"
|
||||
description="Our specialty! Handmade with care and love, these traditional Salvadoran delights are a must-try."
|
||||
@@ -316,45 +152,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Mexican",
|
||||
name: "Menudo",
|
||||
price: "$14.99",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113704.jpg",
|
||||
imageAlt: "Menudo Soup",
|
||||
},
|
||||
id: "1", brand: "Mexican", name: "Menudo", price: "$14.99", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113704.jpg", imageAlt: "Menudo Soup"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Latin American",
|
||||
name: "Beef Soup",
|
||||
price: "$14.99",
|
||||
rating: 4,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19911.jpg",
|
||||
imageAlt: "Beef Soup",
|
||||
},
|
||||
id: "2", brand: "Latin American", name: "Beef Soup", price: "$14.99", rating: 4,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/traditional-french-onion-soup-wooden-table_123827-19911.jpg", imageAlt: "Beef Soup"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Latin American",
|
||||
name: "Chicken Soup",
|
||||
price: "$14.99",
|
||||
rating: 4,
|
||||
reviewCount: "9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-rice-inside-little-plate-dark-surface-bread-meal-dinner-dish-kitchen-food-cuisine_140725-157079.jpg",
|
||||
imageAlt: "Chicken Soup",
|
||||
},
|
||||
id: "3", brand: "Latin American", name: "Chicken Soup", price: "$14.99", rating: 4,
|
||||
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-potatoes-rice-inside-little-plate-dark-surface-bread-meal-dinner-dish-kitchen-food-cuisine_140725-157079.jpg", imageAlt: "Chicken Soup"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mexican",
|
||||
name: "Pozole Rojo",
|
||||
price: "$14.99",
|
||||
rating: 5,
|
||||
reviewCount: "11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-red-pozole-soup-wooden-table_123827-33870.jpg",
|
||||
imageAlt: "Pozole Rojo Soup",
|
||||
},
|
||||
id: "4", brand: "Mexican", name: "Pozole Rojo", price: "$14.99", rating: 5,
|
||||
reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-red-pozole-soup-wooden-table_123827-33870.jpg", imageAlt: "Pozole Rojo Soup"},
|
||||
]}
|
||||
title="Comforting Soups"
|
||||
description="Warm your soul with our traditional and hearty soups, prepared with rich broths and fresh ingredients."
|
||||
@@ -369,55 +177,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Classic",
|
||||
name: "French Fries",
|
||||
price: "$4.99",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-jar_141793-10190.jpg",
|
||||
imageAlt: "French Fries",
|
||||
},
|
||||
id: "1", brand: "Classic", name: "French Fries", price: "$4.99", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-jar_141793-10190.jpg", imageAlt: "French Fries"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Peruvian",
|
||||
name: "Salchipapas",
|
||||
price: "$8.99",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043647.jpg",
|
||||
imageAlt: "Salchipapas",
|
||||
},
|
||||
id: "2", brand: "Peruvian", name: "Salchipapas", price: "$8.99", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-dinner-party_23-2151043647.jpg", imageAlt: "Salchipapas"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Fusion",
|
||||
name: "Birria Papas",
|
||||
price: "$9.99",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-french-fries-omelette-painted-desk_23-2148113639.jpg",
|
||||
imageAlt: "Birria Papas",
|
||||
},
|
||||
id: "3", brand: "Fusion", name: "Birria Papas", price: "$9.99", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-french-fries-omelette-painted-desk_23-2148113639.jpg", imageAlt: "Birria Papas"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mexican",
|
||||
name: "Elote en Vaso",
|
||||
price: "$4.99",
|
||||
rating: 5,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-esquites-with-spices_23-2149891117.jpg",
|
||||
imageAlt: "Elote en Vaso",
|
||||
},
|
||||
id: "4", brand: "Mexican", name: "Elote en Vaso", price: "$4.99", rating: 5,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-esquites-with-spices_23-2149891117.jpg", imageAlt: "Elote en Vaso"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Mexican",
|
||||
name: "Churros",
|
||||
price: "$4.99",
|
||||
rating: 4,
|
||||
reviewCount: "16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-churros-with-rich-chocolate-dipping-sauce_84443-81964.jpg",
|
||||
imageAlt: "Churros",
|
||||
},
|
||||
id: "5", brand: "Mexican", name: "Churros", price: "$4.99", rating: 4,
|
||||
reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/crispy-churros-with-rich-chocolate-dipping-sauce_84443-81964.jpg", imageAlt: "Churros"},
|
||||
]}
|
||||
title="Delicious Antojitos"
|
||||
description="Perfect for sharing or a quick bite, our antojitos bring the authentic flavors of Latin street food to your table."
|
||||
@@ -432,45 +205,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Mexican",
|
||||
name: "Horchata",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-joyful-funny-african-american-dark-skinned-female-has-frizzy-hair-blinks-eye-shows-tongue_273609-3102.jpg",
|
||||
imageAlt: "Horchata Drink",
|
||||
},
|
||||
id: "1", brand: "Mexican", name: "Horchata", price: "$3.50", rating: 5,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/photo-joyful-funny-african-american-dark-skinned-female-has-frizzy-hair-blinks-eye-shows-tongue_273609-3102.jpg", imageAlt: "Horchata Drink"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Mexican",
|
||||
name: "Tamarindo",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-vermicelli-with-tomato-glass-juice-wooden-board_114579-76556.jpg",
|
||||
imageAlt: "Tamarindo Drink",
|
||||
},
|
||||
id: "2", brand: "Mexican", name: "Tamarindo", price: "$3.50", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/fried-vermicelli-with-tomato-glass-juice-wooden-board_114579-76556.jpg", imageAlt: "Tamarindo Drink"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Mexican",
|
||||
name: "Mexican Soda",
|
||||
price: "$3.25",
|
||||
rating: 4,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-17.jpg",
|
||||
imageAlt: "Mexican Soda",
|
||||
},
|
||||
id: "3", brand: "Mexican", name: "Mexican Soda", price: "$3.25", rating: 4,
|
||||
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-17.jpg", imageAlt: "Mexican Soda"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Classic",
|
||||
name: "Coffee",
|
||||
price: "$2.25",
|
||||
rating: 4,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frothy-coffee-steam-rises-from-elegant-mug-generated-by-ai_188544-29670.jpg",
|
||||
imageAlt: "Coffee",
|
||||
},
|
||||
id: "4", brand: "Classic", name: "Coffee", price: "$2.25", rating: 4,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/frothy-coffee-steam-rises-from-elegant-mug-generated-by-ai_188544-29670.jpg", imageAlt: "Coffee"},
|
||||
]}
|
||||
title="Refreshing Drinks"
|
||||
description="Quench your thirst with our selection of authentic Latin American beverages and classic refreshments."
|
||||
@@ -479,53 +224,36 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
itemClassName="font-semibold text-lg hover:text-primary-cta transition-colors duration-200"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Order Online", href: "/menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Reservations", href: "/contact"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Catering", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -535,4 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user