Update src/app/page.tsx
This commit is contained in:
@@ -81,22 +81,28 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
cardPriceClassName="font-bold text-lg text-amber-600"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Traditional", name: "Cachapas", price: "$12-15", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-pancakes_1232-1254.jpg", imageAlt: "Sweet corn pancakes filled with cheese or meat"},
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-with-pancakes_1232-1254.jpg", imageAlt: "Sweet corn pancakes filled with cheese or meat"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Traditional", name: "Empanadas", price: "$8-12", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bakery-plate-wooden-table_176474-3375.jpg", imageAlt: "Crispy Venezuelan empanadas with different fillings"},
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-bakery-plate-wooden-table_176474-3375.jpg", imageAlt: "Crispy Venezuelan empanadas with different fillings"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Traditional", name: "Tequeños", price: "$10-12", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173869.jpg", imageAlt: "Mozzarella sticks wrapped in crispy dough"},
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/delicious-spanish-croquettes-composition_23-2149173869.jpg", imageAlt: "Mozzarella sticks wrapped in crispy dough"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Grill Special", name: "Mix Grill", price: "$18-22", rating: 5,
|
||||
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-pieces-with-herbs_141793-1244.jpg", imageAlt: "Beef, chicken, sausage, fried yuca and salad"},
|
||||
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-pieces-with-herbs_141793-1244.jpg", imageAlt: "Beef, chicken, sausage, fried yuca and salad"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Premium", name: "Bandeja Llanera", price: "$25-30", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-fried-potatoes-vegetables-wooden-board_140725-383.jpg", imageAlt: "Large platter with grilled meats, mini cachapas, cheese and sides"},
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-fried-potatoes-vegetables-wooden-board_140725-383.jpg", imageAlt: "Large platter with grilled meats, mini cachapas, cheese and sides"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,22 +119,28 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Fresh Juice", name: "Passion Fruit Juice", price: "$5", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-passion-fruit-juice-place-white-marble-floor_1150-35250.jpg", imageAlt: "Fresh tropical passion fruit juice"},
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-passion-fruit-juice-place-white-marble-floor_1150-35250.jpg", imageAlt: "Fresh tropical passion fruit juice"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Fresh Juice", name: "Blackberry Juice", price: "$5", rating: 5,
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackberries-cranberries-plate-with-mint-honey-dipper_23-2148426565.jpg", imageAlt: "Refreshing blackberry juice"},
|
||||
reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blackberries-cranberries-plate-with-mint-honey-dipper_23-2148426565.jpg", imageAlt: "Refreshing blackberry juice"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Fresh Juice", name: "Strawberry Juice", price: "$5", rating: 5,
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4883.jpg", imageAlt: "Fresh strawberry juice"},
|
||||
reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/glass-punch-juice_1339-4883.jpg", imageAlt: "Fresh strawberry juice"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Traditional", name: "Papelon with Lemon", price: "$4", rating: 5,
|
||||
reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tangerines-bucket-with-quinces-glass-fresh-fruit-juice_141793-88730.jpg", imageAlt: "Traditional brown sugar cane juice with lemon"},
|
||||
reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-tangerines-bucket-with-quinces-glass-fresh-fruit-juice_141793-88730.jpg", imageAlt: "Traditional brown sugar cane juice with lemon"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Tropical", name: "Soursop Juice", price: "$5", rating: 5,
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktail-with-leaves_23-2150143191.jpg", imageAlt: "Creamy soursop juice"},
|
||||
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktail-with-leaves_23-2150143191.jpg", imageAlt: "Creamy soursop juice"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Tropical", name: "Guava Juice", price: "$5", rating: 5,
|
||||
reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/close-up-refreshing-alcoholic-drink-with-grapefruit_23-2148617572.jpg", imageAlt: "Fresh guava juice"},
|
||||
reviewCount: "61", imageSrc: "http://img.b2bpic.net/free-photo/close-up-refreshing-alcoholic-drink-with-grapefruit_23-2148617572.jpg", imageAlt: "Fresh guava juice"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,17 +156,23 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "If you're craving authentic Venezuelan food in Utah, Llaneros Restaurant is the place. The flavors are genuine, the portions are generous, and the atmosphere feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "If you're craving authentic Venezuelan food in Utah, Llaneros Restaurant is the place. The flavors are genuine, the portions are generous, and the atmosphere feels like home.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", handle: "Family Visit", testimonial: "The best cachapas I've had outside of Venezuela! My family loved everything. We'll definitely be coming back.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg?_wi=1", imageAlt: "Michael Rodriguez"},
|
||||
id: "2", name: "Michael Rodriguez", handle: "Family Visit", testimonial: "The best cachapas I've had outside of Venezuela! My family loved everything. We'll definitely be coming back.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg?_wi=1", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Chen", handle: "Food Enthusiast", testimonial: "Amazing empanadas and the traditional drinks are incredible. The staff is so welcoming and knowledgeable about Venezuelan culture.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Chen"},
|
||||
id: "3", name: "Emily Chen", handle: "Food Enthusiast", testimonial: "Amazing empanadas and the traditional drinks are incredible. The staff is so welcoming and knowledgeable about Venezuelan culture.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Chen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Martinez", handle: "Weekly Regular", testimonial: "The Mix Grill is phenomenal! Fresh ingredients, perfect seasoning, and the price is fair for the quality. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "David Martinez"},
|
||||
id: "4", name: "David Martinez", handle: "Weekly Regular", testimonial: "The Mix Grill is phenomenal! Fresh ingredients, perfect seasoning, and the price is fair for the quality. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", handle: "Birthday Party Host", testimonial: "We hosted our office celebration here and everyone was impressed. The service was excellent and the food was unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg?_wi=2", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", handle: "Birthday Party Host", testimonial: "We hosted our office celebration here and everyone was impressed. The service was excellent and the food was unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg?_wi=2", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Carlos Vasquez", handle: "Venezuelan Community", testimonial: "Finally found authentic Venezuelan food here in Utah! Llaneros brings back memories of home. Gracias!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg?_wi=2", imageAlt: "Carlos Vasquez"},
|
||||
id: "6", name: "Carlos Vasquez", handle: "Venezuelan Community", testimonial: "Finally found authentic Venezuelan food here in Utah! Llaneros brings back memories of home. Gracias!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg?_wi=2", imageAlt: "Carlos Vasquez"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,19 +188,24 @@ export default function LandingPage() {
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: ["Dishes", "Signature"],
|
||||
title: "Cachapas - Sweet Corn Pancakes", excerpt: "Golden, delicious corn pancakes filled with fresh cheese or your choice of savory fillings.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-rolled-pancakes-dark-color-meal-pie-meat-pastry-hotcake-sweet-dough-cake_179666-43709.jpg", imageAlt: "Cachapas with melted cheese", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", date: "Featured"},
|
||||
title: "Cachapas - Sweet Corn Pancakes", excerpt: "Golden, delicious corn pancakes filled with fresh cheese or your choice of savory fillings.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-rolled-pancakes-dark-color-meal-pie-meat-pastry-hotcake-sweet-dough-cake_179666-43709.jpg", imageAlt: "Cachapas with melted cheese", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", date: "Featured"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Appetizers", "Traditional"],
|
||||
title: "Crispy Empanadas", excerpt: "Golden-fried pastry pockets with various delicious fillings prepared fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijan-dish-fried-gyurza-with-yogurt-tray-newspaper_141793-12660.jpg", imageAlt: "Variety of empanadas", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg", date: "Featured"},
|
||||
title: "Crispy Empanadas", excerpt: "Golden-fried pastry pockets with various delicious fillings prepared fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijan-dish-fried-gyurza-with-yogurt-tray-newspaper_141793-12660.jpg", imageAlt: "Variety of empanadas", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/cheerful-friendly-woman-casual-making-telephone-gesture_1262-20851.jpg", date: "Featured"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Mains", "Grilled"],
|
||||
title: "Premium Grill Selections", excerpt: "Expertly grilled meats, sausage, and fresh sides prepared with traditional Venezuelan seasoning.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-cherry-tomatoes-inside-plate-with-seasonings-blue-background_140725-58306.jpg", imageAlt: "Grilled meat platter", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", date: "Featured"},
|
||||
title: "Premium Grill Selections", excerpt: "Expertly grilled meats, sausage, and fresh sides prepared with traditional Venezuelan seasoning.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-cherry-tomatoes-inside-plate-with-seasonings-blue-background_140725-58306.jpg", imageAlt: "Grilled meat platter", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", date: "Featured"
|
||||
},
|
||||
{
|
||||
id: "4", category: ["Ambiance", "Restaurant"],
|
||||
title: "Warm & Welcoming Atmosphere", excerpt: "Step into our restaurant and experience authentic Venezuelan hospitality in a comfortable setting.", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-copper-serving-served-with-pickles-yogurt-ayran_141793-1905.jpg?_wi=2", imageAlt: "Restaurant dining area", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", date: "Featured"},
|
||||
title: "Warm & Welcoming Atmosphere", excerpt: "Step into our restaurant and experience authentic Venezuelan hospitality in a comfortable setting.", imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-copper-serving-served-with-pickles-yogurt-ayran_141793-1905.jpg?_wi=2", imageAlt: "Restaurant dining area", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg", date: "Featured"
|
||||
},
|
||||
{
|
||||
id: "5", category: ["Beverages", "Tropical"],
|
||||
title: "Traditional Venezuelan Drinks", excerpt: "Refreshing tropical juices and authentic beverages made from fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027850.jpg", imageAlt: "Variety of traditional drinks", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", date: "Featured"},
|
||||
title: "Traditional Venezuelan Drinks", excerpt: "Refreshing tropical juices and authentic beverages made from fresh ingredients daily.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027850.jpg", imageAlt: "Variety of traditional drinks", authorName: "Llaneros Kitchen", authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", date: "Featured"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -197,13 +220,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your hours of operation?", content: "Monday: Closed | Tuesday-Thursday: 7:00 AM - 9:00 PM | Friday-Saturday: 8:00 AM - 10:00 PM | Sunday: 8:00 AM - 8:00 PM"},
|
||||
id: "1", title: "What are your hours of operation?", content: "Monday: Closed | Tuesday-Thursday: 7:00 AM - 9:00 PM | Friday-Saturday: 8:00 AM - 10:00 PM | Sunday: 8:00 AM - 8:00 PM"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer delivery and takeout?", content: "Yes! We offer dine-in, takeout, contactless delivery, and online ordering. Call us at +1 385-384-4952 or order through our online system."},
|
||||
id: "2", title: "Do you offer delivery and takeout?", content: "Yes! We offer dine-in, takeout, contactless delivery, and online ordering. Call us at +1 385-384-4952 or order through our online system."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What's your price range?", content: "Our menu items range from $4-$30 per person, with most entrees between $10-$20. We offer excellent value for authentic Venezuelan cuisine."},
|
||||
id: "3", title: "What's your price range?", content: "Our menu items range from $4-$30 per person, with most entrees between $10-$20. We offer excellent value for authentic Venezuelan cuisine."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can we host private events?", content: "Yes, Llaneros can accommodate group gatherings and special events. Please call us at +1 385-384-4952 to discuss your event details."},
|
||||
id: "4", title: "Can we host private events?", content: "Yes, Llaneros can accommodate group gatherings and special events. Please call us at +1 385-384-4952 to discuss your event details."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user