Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function TacoElNinoPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function TacoElNinoPage() {
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Taco El Niño"
|
||||
description="Authentic Mexican street tacos crafted with premium ingredients and traditional recipes. Fresh, fast, and absolutely delicious."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Authentic Mexican Food"
|
||||
tagIcon={Flame}
|
||||
tagAnimation="slide-up"
|
||||
@@ -54,17 +54,17 @@ export default function TacoElNinoPage() {
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg?_wi=1", imageAlt: "Taco El Niño signature tacos"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg", imageAlt: "Taco El Niño signature tacos"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg?_wi=1", imageAlt: "Carnitas tacos"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg", imageAlt: "Carnitas tacos"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg?_wi=1", imageAlt: "Al pastor tacos"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg", imageAlt: "Al pastor tacos"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=1", imageAlt: "Fish tacos"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg", imageAlt: "Fish tacos"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg?_wi=2", imageAlt: "Fresh taco ingredients"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg", imageAlt: "Fresh taco ingredients"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-green-bundle-fresh-whole-green-peppers-wooden-cutting-board-knife-right-side-black-distressed-surface_179666-42301.jpg?_wi=1", imageAlt: "Premium fresh ingredients"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-green-bundle-fresh-whole-green-peppers-wooden-cutting-board-knife-right-side-black-distressed-surface_179666-42301.jpg", imageAlt: "Premium fresh ingredients"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -84,11 +84,11 @@ export default function TacoElNinoPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Carnitas Tacos", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg?_wi=2", imageAlt: "Carnitas tacos"},
|
||||
id: "1", name: "Carnitas Tacos", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg", imageAlt: "Carnitas tacos"},
|
||||
{
|
||||
id: "2", name: "Al Pastor Tacos", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg?_wi=2", imageAlt: "Al pastor tacos"},
|
||||
id: "2", name: "Al Pastor Tacos", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg", imageAlt: "Al pastor tacos"},
|
||||
{
|
||||
id: "3", name: "Fish Tacos", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg?_wi=2", imageAlt: "Fish tacos"},
|
||||
id: "3", name: "Fish Tacos", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-100135.jpg", imageAlt: "Fish tacos"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,7 +102,7 @@ export default function TacoElNinoPage() {
|
||||
description="Three generations of authentic Mexican cooking"
|
||||
subdescription="Est. 2018 - Serving the community with pride"
|
||||
icon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-mexican-flag-full-shot_23-2149522631.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-mexican-flag-full-shot_23-2149522631.jpg"
|
||||
imageAlt="Taco El Niño food truck"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -124,18 +124,18 @@ export default function TacoElNinoPage() {
|
||||
title: "Fresh Ingredients", description: "Daily sourced premium ingredients for maximum flavor and authenticity", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-green-bundle-fresh-whole-green-peppers-wooden-cutting-board-knife-right-side-black-distressed-surface_179666-42301.jpg?_wi=2", imageAlt: "Fresh Mexican ingredients"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-green-bundle-fresh-whole-green-peppers-wooden-cutting-board-knife-right-side-black-distressed-surface_179666-42301.jpg", imageAlt: "Fresh Mexican ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg?_wi=3", imageAlt: "Quality ingredient showcase"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-composition_23-2147640314.jpg", imageAlt: "Quality ingredient showcase"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Traditional Recipes", description: "Time-honored family recipes passed down through generations for true authentic taste", icon: UtensilsCrossed,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg?_wi=3", imageAlt: "Traditional al pastor preparation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878289.jpg", imageAlt: "Traditional al pastor preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg?_wi=3", imageAlt: "Traditional carnitas cooking"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-high-angle_23-2148629376.jpg", imageAlt: "Traditional carnitas cooking"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -177,9 +177,9 @@ export default function TacoElNinoPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Stay in the Loop"
|
||||
description="Subscribe to our newsletter for special offers, new menu items, and location updates. Never miss out on Taco El Niño news!"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-mexican-flag-full-shot_23-2149522631.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-mexican-flag-full-shot_23-2149522631.jpg"
|
||||
imageAlt="Taco El Niño food truck"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user