Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 15:15:44 +00:00
3 changed files with 20 additions and 20 deletions

View File

@@ -52,7 +52,7 @@ export default function MenuPage() {
name: "Ceviche Clásico",
price: "S/ 32.00",
imageSrc:
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg",
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=2",
imageAlt: "Ceviche Clásico",
},
{
@@ -60,7 +60,7 @@ export default function MenuPage() {
name: "Picanha Premium",
price: "S/ 85.00",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=3",
imageAlt: "Picanha Premium",
},
{
@@ -68,7 +68,7 @@ export default function MenuPage() {
name: "Tira de Res Especial",
price: "S/ 78.00",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=2",
imageAlt: "Tira de Res Especial",
},
{
@@ -76,7 +76,7 @@ export default function MenuPage() {
name: "Tira de Cerdo Jugosa",
price: "S/ 68.00",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=2",
imageAlt: "Tira de Cerdo Jugosa",
},
{
@@ -84,7 +84,7 @@ export default function MenuPage() {
name: "Pisco Sour",
price: "S/ 18.00",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=2",
imageAlt: "Pisco Sour",
},
{
@@ -92,7 +92,7 @@ export default function MenuPage() {
name: "Chicha Morada",
price: "S/ 8.00",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=3",
imageAlt: "Chicha Morada",
},
]}

View File

@@ -57,17 +57,17 @@ export default function HomePage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg",
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=1",
imageAlt: "Peruvian cuisine dishes",
},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=1",
imageAlt: "Picanha - Grilled beef",
},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=1",
imageAlt: "Traditional Pisco drinks",
},
]}
@@ -85,7 +85,7 @@ export default function HomePage() {
description="Founded in the vibrant heart of Trujillo"
subdescription="El Torito D'Capris is more than a restaurant—it's a family tradition. We pride ourselves on using only the finest locally-sourced ingredients and time-honored Peruvian recipes passed down through generations. Our commitment to quality, tradition, and exceptional customer service has made us a beloved destination for both locals and visitors seeking authentic Peruvian flavors."
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg?_wi=1"
imageAlt="Chef preparing traditional Peruvian dishes"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -106,7 +106,7 @@ export default function HomePage() {
"Perfectly grilled premium beef cut served with traditional sauces, fresh salads, and crispy fries. A true Peruvian classic.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=2",
imageAlt: "Picanha grilled beef",
},
{
@@ -116,7 +116,7 @@ export default function HomePage() {
"Tender, succulent beef ribs grilled to perfection and served with fresh avocado, tomato salad, and our signature green sauce.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=1",
imageAlt: "Tira de Res beef ribs",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
"Juicy grilled pork ribs served with fresh vegetables and traditional Peruvian condiments. A flavorful delight for pork lovers.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=1",
imageAlt: "Tira de Cerdo pork ribs",
},
]}
@@ -143,28 +143,28 @@ export default function HomePage() {
id: "1",
name: "María García",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
imageAlt: "María García",
},
{
id: "2",
name: "Carlos López",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1",
imageAlt: "Carlos López",
},
{
id: "3",
name: "Ana Rodríguez",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
imageAlt: "Ana Rodríguez",
},
{
id: "4",
name: "Juan Martínez",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg",
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2",
imageAlt: "Juan Martínez",
},
]}
@@ -210,7 +210,7 @@ export default function HomePage() {
"Watch our skilled chefs prepare each dish with passion and precision using time-honored techniques.",
tag: "Craft",
imageSrc:
"http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg",
"http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg?_wi=2",
imageAlt: "Chef cooking",
},
]}
@@ -228,7 +228,7 @@ export default function HomePage() {
description="Book your next memorable dining experience at El Torito D'Capris. Contact us via WhatsApp, phone, or our reservation form. We look forward to welcoming you and your family!"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/tourist-pointed-their-finger-map_1150-24541.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tourist-pointed-their-finger-map_1150-24541.jpg?_wi=1"
imageAlt="Location in Trujillo, Peru"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -50,7 +50,7 @@ export default function ReservationsPage() {
description="Book your next memorable dining experience at El Torito D'Capris. Contact us via WhatsApp, phone, or our reservation form. We look forward to welcoming you and your family!"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/tourist-pointed-their-finger-map_1150-24541.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tourist-pointed-their-finger-map_1150-24541.jpg?_wi=2"
imageAlt="Location in Trujillo, Peru"
mediaAnimation="slide-up"
mediaPosition="right"