Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bfe5d86cb | |||
| 321fb9b762 | |||
| e6ebc00753 |
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
name: "Jessica L.", handle: "@FoodLover", testimonial: "Finally, real Mexican food! The vibrant spices and fresh ingredients make all the difference. Sabrosos is my new favorite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-female-tourist-rests-her-trip-opens-thermos-drinks-hot-tea-having-break_1258-196634.jpg", imageAlt: "Jessica L. customer review"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg?_wi=1"
|
||||
imageAlt="Vibrant Mexican dish with fresh ingredients"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -99,17 +99,17 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg", alt: "Vibrant Mexican dish"},
|
||||
{
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf,
|
||||
type: "text-icon", text: "Fresh Ingredients", icon: Leaf
|
||||
},
|
||||
{
|
||||
type: "text", text: "Authentic Recipes"},
|
||||
{
|
||||
type: "text-icon", text: "Sizzling Flavors", icon: Flame,
|
||||
type: "text-icon", text: "Sizzling Flavors", icon: Flame
|
||||
},
|
||||
{
|
||||
type: "text", text: "Warm Hospitality"},
|
||||
{
|
||||
type: "text-icon", text: "Hand-Crafted Drinks", icon: Award,
|
||||
type: "text-icon", text: "Hand-Crafted Drinks", icon: Award
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -135,11 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Classic", title: "Authentic Street Tacos", subtitle: "Hand-pressed tortillas, premium fillings", description: "Savor our traditional street tacos, featuring tender meats, fresh cilantro, onions, and a squeeze of lime, all served on warm, hand-pressed corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-sticks-with-tacos-chicken-beans-tomato-pepper-cheese_141793-17530.jpg", imageAlt: "Assortment of authentic street tacos"},
|
||||
tag: "Classic", title: "Authentic Street Tacos", subtitle: "Hand-pressed tortillas, premium fillings", description: "Savor our traditional street tacos, featuring tender meats, fresh cilantro, onions, and a squeeze of lime, all served on warm, hand-pressed corn tortillas.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-sticks-with-tacos-chicken-beans-tomato-pepper-cheese_141793-17530.jpg?_wi=1", imageAlt: "Assortment of authentic street tacos"},
|
||||
{
|
||||
tag: "Sizzling", title: "Sizzling Fajita Platters", subtitle: "Your choice of steak, chicken, or shrimp", description: "Experience the aroma and flavor of our sizzling fajitas, served hot with bell peppers, onions, and all the fixings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg", imageAlt: "Sizzling fajita platter with chicken and vegetables"},
|
||||
tag: "Sizzling", title: "Sizzling Fajita Platters", subtitle: "Your choice of steak, chicken, or shrimp", description: "Experience the aroma and flavor of our sizzling fajitas, served hot with bell peppers, onions, and all the fixings.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg?_wi=1", imageAlt: "Sizzling fajita platter with chicken and vegetables"},
|
||||
{
|
||||
tag: "Refreshing", title: "Hand-Crafted Margaritas", subtitle: "Classic, fruit-infused, and spicy options", description: "Quench your thirst with our perfectly balanced margaritas, made with premium tequila and fresh fruit purees.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-drink-composition_23-2148935272.jpg", imageAlt: "Refreshing lime margarita with salt rim"},
|
||||
tag: "Refreshing", title: "Hand-Crafted Margaritas", subtitle: "Classic, fruit-infused, and spicy options", description: "Quench your thirst with our perfectly balanced margaritas, made with premium tequila and fresh fruit purees.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-drink-composition_23-2148935272.jpg?_wi=1", imageAlt: "Refreshing lime margarita with salt rim"},
|
||||
]}
|
||||
title="Signature Dishes & Fresh Ingredients"
|
||||
description="Discover our most celebrated creations, crafted with the freshest local produce and imported Mexican spices."
|
||||
@@ -155,17 +155,74 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "enchiladas", name: "Chicken Enchiladas", price: "$14.99", variant: "Red or Green Sauce", imageSrc: "http://img.b2bpic.net/free-photo/georgian-fried-chicken-sauce_140725-8576.jpg", imageAlt: "Chicken enchiladas with red sauce and cheese"},
|
||||
id: "featured-items", name: "Featured Dishes", price: "Varies", variant: "Chef's Specials", imageSrc: "http://img.b2bpic.net/free-photo/goulash-traditional-food-with-chili-pepper-cabbage-wooden-table_23-2147781522.jpg", imageAlt: "Featured Mexican Dish"
|
||||
},
|
||||
{
|
||||
id: "quesadilla", name: "Carne Asada Quesadilla", price: "$13.50", variant: "Steak & Cheese", imageSrc: "http://img.b2bpic.net/free-photo/lavash-stuffed-with-meat-roasted_114579-1767.jpg", imageAlt: "Grilled carne asada quesadilla with salsa"},
|
||||
id: "food", name: "Authentic Food Selection", price: "Varies", variant: "Traditional Flavors", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg?_wi=2", imageAlt: "Various Mexican Food"
|
||||
},
|
||||
{
|
||||
id: "burrito", name: "Giant Burrito Supreme", price: "$15.99", variant: "Beef, Chicken, or Veggie", imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg", imageAlt: "Large burrito supreme with various fillings"},
|
||||
id: "drinks", name: "Beverages & Cocktails", price: "Varies", variant: "Refreshing Options", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-drink-composition_23-2148935272.jpg?_wi=2", imageAlt: "Mexican Drinks"
|
||||
},
|
||||
{
|
||||
id: "guacamole", name: "Fresh Guacamole & Chips", price: "$9.00", variant: "Avocado & Pico de Gallo", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131306.jpg", imageAlt: "Bowl of fresh guacamole with tortilla chips"},
|
||||
id: "dips", name: "Homemade Dips", price: "$6.99+", variant: "Guacamole, Queso, Salsa", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131306.jpg?_wi=1", imageAlt: "Various Dips"
|
||||
},
|
||||
{
|
||||
id: "flan", name: "Traditional Mexican Flan", price: "$7.50", variant: "Caramel Custard", imageSrc: "http://img.b2bpic.net/free-photo/homemade-vanilla-custard-blue-background_123827-27425.jpg", imageAlt: "Slice of traditional Mexican flan with caramel sauce"},
|
||||
id: "appetizers", name: "Starters & Appetizers", price: "$8.50+", variant: "Perfect for Sharing", imageSrc: "http://img.b2bpic.net/free-photo/tasty-nachos-with-vegetables-plate_23-2150937397.jpg", imageAlt: "Mexican Appetizers"
|
||||
},
|
||||
{
|
||||
id: "churros", name: "Churros with Chocolate", price: "$8.00", variant: "Cinnamon Sugar", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastries-woman-tearing-qogal-along-with-other-bakeries-cookies-tea-time-tasty-pastry-dough-ceremony-table_140725-16079.jpg", imageAlt: "Churros served with chocolate dipping sauce"},
|
||||
id: "soups", name: "Hearty Mexican Soups", price: "$9.99", variant: "Daily Specials", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-sopa-azteca-wooden-table_23-2148042456.jpg", imageAlt: "Mexican Soup"
|
||||
},
|
||||
{
|
||||
id: "nachos", name: "Loaded Nachos", price: "$12.99", variant: "Beef, Chicken, or Veggie", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mexican-nachos-with-ground-meat-nacho-cheese-red-pepper-cilantro-top-wood-table_23-2148042474.jpg", imageAlt: "Loaded Nachos"
|
||||
},
|
||||
{
|
||||
id: "combinations", name: "Platter Combinations", price: "$16.50", variant: "Mix & Match", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-with-burrito-nachos-guacamole-nachos_23-2148042471.jpg", imageAlt: "Mexican Combination Platter"
|
||||
},
|
||||
{
|
||||
id: "specialties", name: "House Specialties", price: "Varies", variant: "Chef's Signature Dishes", imageSrc: "http://img.b2bpic.net/free-photo/chicken-mexican-tacos-with-chili-peppers-lime-tomato_23-2147779951.jpg", imageAlt: "Mexican Specialties"
|
||||
},
|
||||
{
|
||||
id: "veggie-stop", name: "Vegetarian Delights", price: "Varies", variant: "Plant-Based Options", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-mexican-food_23-2148384218.jpg", imageAlt: "Vegetarian Mexican Food"
|
||||
},
|
||||
{
|
||||
id: "tacos", name: "Authentic Tacos", price: "$3.50/ea", variant: "Variety of Fillings", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-sticks-with-tacos-chicken-beans-tomato-pepper-cheese_141793-17530.jpg?_wi=2", imageAlt: "Authentic Tacos"
|
||||
},
|
||||
{
|
||||
id: "quesadilla-dinners", name: "Quesadilla Dinners", price: "$13.99", variant: "Served with Rice & Beans", imageSrc: "http://img.b2bpic.net/free-photo/lavash-stuffed-with-meat-roasted_114579-1767.jpg", imageAlt: "Quesadilla Dinner"
|
||||
},
|
||||
{
|
||||
id: "burrito-dinners", name: "Burrito Dinners", price: "$14.99", variant: "Served with Rice & Beans", imageSrc: "http://img.b2bpic.net/free-photo/spring-roll_74190-4964.jpg", imageAlt: "Burrito Dinner"
|
||||
},
|
||||
{
|
||||
id: "seafood-steak", name: "Premium Seafood & Steak", price: "Market Price", variant: "Grilled to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-food-table-with-carne-asada-plate_23-2148042477.jpg", imageAlt: "Seafood and Steak Platter"
|
||||
},
|
||||
{
|
||||
id: "enchiladas", name: "Classic Enchiladas", price: "$13.99", variant: "Cheese, Chicken, Beef", imageSrc: "http://img.b2bpic.net/free-photo/georgian-fried-chicken-sauce_140725-8576.jpg", imageAlt: "Classic Enchiladas"
|
||||
},
|
||||
{
|
||||
id: "fajitas", name: "Sizzling Fajitas", price: "$17.99+", variant: "Chicken, Steak, Shrimp", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg?_wi=2", imageAlt: "Sizzling Fajitas"
|
||||
},
|
||||
{
|
||||
id: "kids-menu", name: "Kids Meals", price: "$7.99", variant: "Fun & Delicious", imageSrc: "http://img.b2bpic.net/free-photo/top-view-children-dinner-mexican-burrito-with-french-fries_23-2148042462.jpg", imageAlt: "Kids Meal"
|
||||
},
|
||||
{
|
||||
id: "a-la-carte", name: "A La Carte Items", price: "Varies", variant: "Sides & Add-ons", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tacos-with-different-fillings_23-2148408108.jpg", imageAlt: "A La Carte Items"
|
||||
},
|
||||
{
|
||||
id: "extras", name: "Sides & Extras", price: "$2.00+", variant: "Enhance Your Meal", imageSrc: "http://img.b2bpic.net/free-photo/hot-sauces-mexican-food_23-2148122971.jpg", imageAlt: "Food Extras"
|
||||
},
|
||||
{
|
||||
id: "desserts", name: "Sweet Desserts", price: "$6.00+", variant: "Indulgent Treats", imageSrc: "http://img.b2bpic.net/free-photo/homemade-vanilla-custard-blue-background_123827-27425.jpg", imageAlt: "Mexican Desserts"
|
||||
},
|
||||
{
|
||||
id: "chips-salsa-togo", name: "Chips & Salsa To Go", price: "$5.00", variant: "Freshly Made", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131306.jpg?_wi=2", imageAlt: "Chips and Salsa To Go"
|
||||
},
|
||||
{
|
||||
id: "event-specials", name: "Event & Holiday Specials", price: "Varies", variant: "Limited Time Offers", imageSrc: "http://img.b2bpic.net/free-vector/cinco-de-mayo-background-with-mexican-elements_23-2147797072.jpg", imageAlt: "Event Specials"
|
||||
},
|
||||
{
|
||||
id: "catering", name: "Catering Services", price: "Custom Quote", variant: "For Your Next Event", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902526.jpg?_wi=3", imageAlt: "Catering Spread"
|
||||
}
|
||||
]}
|
||||
title="Explore Our Authentic Mexican Menu"
|
||||
description="From sizzling fajitas to savory tacos and refreshing margaritas, our menu offers a diverse selection to delight every palate."
|
||||
@@ -272,7 +329,7 @@ export default function LandingPage() {
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
@@ -282,7 +339,7 @@ export default function LandingPage() {
|
||||
label: "Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "Drinks", href: "#menu"},
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
@@ -294,7 +351,7 @@ export default function LandingPage() {
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram", href: "#"},
|
||||
],
|
||||
]
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Sabrosos. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user