From b91b2c7c307c267d41e5d9a7a8510af3513845d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:17:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c84d7d..b5313fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,23 +51,23 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "Fresh Ceviche"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg?_wi=1", imageAlt: "Fresh Ceviche"}, { - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25741.jpg", imageAlt: "Traditional Encebollado"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25741.jpg?_wi=1", imageAlt: "Traditional Encebollado"}, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062780.jpg", imageAlt: "Bolón de Chicharrón"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062780.jpg?_wi=1", imageAlt: "Bolón de Chicharrón"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg", imageAlt: "Restaurant Ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=1", imageAlt: "Restaurant Ambiance"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-fresh-steak-medium-roasted-white-plate-surrounded-by-green-grass_132075-13627.jpg", imageAlt: "Grilled Carne Asada"}, + imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-fresh-steak-medium-roasted-white-plate-surrounded-by-green-grass_132075-13627.jpg?_wi=1", imageAlt: "Grilled Carne Asada"}, { imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-onion-green-apple_2829-14207.jpg", imageAlt: "Restaurant Food Display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", imageAlt: "Family Dining Experience"}, + imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg?_wi=1", imageAlt: "Family Dining Experience"}, { - imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", imageAlt: "Sports Viewing Area"}, + imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1", imageAlt: "Sports Viewing Area"}, ]} buttons={[ { text: "Call Now", href: "tel:(347)248-0646" }, @@ -89,16 +89,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Guayaco's", name: "Encebollado", price: "$16.00", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25741.jpg", imageAlt: "Traditional Encebollado - Fresh fish soup with onions"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25741.jpg?_wi=2", imageAlt: "Traditional Encebollado - Fresh fish soup with onions"}, { id: "2", brand: "Guayaco's", name: "Fresh Ceviche", price: "$18.00", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "Authentic Ceviche - Fresh seafood in citrus marinade"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg?_wi=2", imageAlt: "Authentic Ceviche - Fresh seafood in citrus marinade"}, { id: "3", brand: "Guayaco's", name: "Carne Asada", price: "$20.00", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-fresh-steak-medium-roasted-white-plate-surrounded-by-green-grass_132075-13627.jpg", imageAlt: "Grilled Carne Asada - Perfectly marinated and grilled"}, + reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/appetizing-grilled-fresh-steak-medium-roasted-white-plate-surrounded-by-green-grass_132075-13627.jpg?_wi=2", imageAlt: "Grilled Carne Asada - Perfectly marinated and grilled"}, { id: "4", brand: "Guayaco's", name: "Bolón de Chicharrón", price: "$14.00", rating: 5, - reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062780.jpg", imageAlt: "Bolón de Chicharrón - Golden fried plantain ball with pork"}, + reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062780.jpg?_wi=2", imageAlt: "Bolón de Chicharrón - Golden fried plantain ball with pork"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -117,7 +117,7 @@ export default function LandingPage() { { value: "4.4★", title: "Highly Rated by Customers" }, { value: "1000+", title: "Happy Guests Monthly" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg?_wi=2" imageAlt="Warm and inviting restaurant interior" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -138,13 +138,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Authentic Ecuadorian Flavors", description: "Every recipe is crafted with traditional techniques and the freshest ingredients, bringing the true taste of Ecuador to your table.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", imageAlt: "Fresh authentic Ecuadorian ingredients"}, + title: "Authentic Ecuadorian Flavors", description: "Every recipe is crafted with traditional techniques and the freshest ingredients, bringing the true taste of Ecuador to your table.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg?_wi=3", imageAlt: "Fresh authentic Ecuadorian ingredients"}, { id: 2, - title: "Family-Friendly Atmosphere", description: "Our warm, welcoming environment is perfect for families, celebrations, and casual dining. Experience food that brings people together.", imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg", imageAlt: "Comfortable family dining seating"}, + title: "Family-Friendly Atmosphere", description: "Our warm, welcoming environment is perfect for families, celebrations, and casual dining. Experience food that brings people together.", imageSrc: "http://img.b2bpic.net/free-photo/toast-many-upcoming-family-dinners_637285-12559.jpg?_wi=2", imageAlt: "Comfortable family dining seating"}, { id: 3, - title: "Perfect for Watching Sports", description: "Multiple screens throughout our restaurant ensure you never miss the game. Enjoy your favorite dish while cheering on your team.", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg", imageAlt: "Sports viewing area with multiple screens"}, + title: "Perfect for Watching Sports", description: "Multiple screens throughout our restaurant ensure you never miss the game. Enjoy your favorite dish while cheering on your team.", imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=2", imageAlt: "Sports viewing area with multiple screens"}, ]} buttonAnimation="blur-reveal" /> @@ -162,17 +162,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Maria Rodriguez", role: "Local Customer", testimonial: "Best place. Caring to customers and the food is delicious. I bring my whole family here every month!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Rodriguez"}, + id: "1", name: "Maria Rodriguez", role: "Local Customer", testimonial: "Best place. Caring to customers and the food is delicious. I bring my whole family here every month!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, { - id: "2", name: "Carlos Mendez", role: "Regular Visitor", testimonial: "The ceviche is the freshest I've had outside of Ecuador. The owner really cares about quality and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Carlos Mendez"}, + id: "2", name: "Carlos Mendez", role: "Regular Visitor", testimonial: "The ceviche is the freshest I've had outside of Ecuador. The owner really cares about quality and customer service.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Carlos Mendez"}, { - id: "3", name: "Ana Santos", role: "Food Enthusiast", testimonial: "Authentic Ecuadorian food made with love. The encebollado is incredible and the atmosphere is so warm and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ana Santos"}, + id: "3", name: "Ana Santos", role: "Food Enthusiast", testimonial: "Authentic Ecuadorian food made with love. The encebollado is incredible and the atmosphere is so warm and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Ana Santos"}, { - id: "4", name: "Jorge Ramirez", role: "Sports Fan", testimonial: "Great place to watch the game with amazing food. The staff is always friendly and attentive. Can't ask for better!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jorge Ramirez"}, + id: "4", name: "Jorge Ramirez", role: "Sports Fan", testimonial: "Great place to watch the game with amazing food. The staff is always friendly and attentive. Can't ask for better!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Jorge Ramirez"}, { - id: "5", name: "Isabella Flores", role: "Family Member", testimonial: "Perfect spot for family gatherings. The prices are fair, the portions are generous, and everything tastes homemade.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Isabella Flores"}, + id: "5", name: "Isabella Flores", role: "Family Member", testimonial: "Perfect spot for family gatherings. The prices are fair, the portions are generous, and everything tastes homemade.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Isabella Flores"}, { - id: "6", name: "Diego Morales", role: "Neighborhood Friend", testimonial: "This is my go-to spot for authentic food. The carne asada is perfectly seasoned and the staff knows me by name. True hospitality!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Diego Morales"}, + id: "6", name: "Diego Morales", role: "Neighborhood Friend", testimonial: "This is my go-to spot for authentic food. The carne asada is perfectly seasoned and the staff knows me by name. True hospitality!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "Diego Morales"}, ]} /> -- 2.49.1