Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 08:46:21 +00:00

View File

@@ -44,19 +44,19 @@ export default function RestaurantPage() {
tagAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg", imageAlt: "Fresh restaurant meal"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg?_wi=1", imageAlt: "Fresh restaurant meal"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lavash-snack-roll-with-cheese-grenate-seeds-bread-vegetables-sorbet-white-plate-snack_114579-146.jpg", imageAlt: "Appetizer plate"
imageSrc: "http://img.b2bpic.net/free-photo/lavash-snack-roll-with-cheese-grenate-seeds-bread-vegetables-sorbet-white-plate-snack_114579-146.jpg?_wi=1", imageAlt: "Appetizer plate"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-breast-with-potatoes-roasted-chestnuts-vegetable-salad-plate_140725-11540.jpg", imageAlt: "Main course dish"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-breast-with-potatoes-roasted-chestnuts-vegetable-salad-plate_140725-11540.jpg?_wi=1", imageAlt: "Main course dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg", imageAlt: "Fresh beverage"
imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg?_wi=1", imageAlt: "Fresh beverage"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108427.jpg", imageAlt: "Delicious dessert"
imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108427.jpg?_wi=1", imageAlt: "Delicious dessert"
}
]}
mediaAnimation="slide-up"
@@ -81,11 +81,11 @@ export default function RestaurantPage() {
products={[
{
id: "1", brand: "House Special", name: "Cheese Bread", price: "$6", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/small-snacks-sandwiches-with-salty-salmon_2829-19743.jpg", imageAlt: "Warm cheese bread"
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/small-snacks-sandwiches-with-salty-salmon_2829-19743.jpg?_wi=1", imageAlt: "Warm cheese bread"
},
{
id: "2", brand: "House Special", name: "Garden Salad", price: "$7", rating: 5,
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-chopped-tomato-cucumber-bell-pepper-table_140725-10101.jpg", imageAlt: "Fresh garden salad"
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-chopped-tomato-cucumber-bell-pepper-table_140725-10101.jpg?_wi=1", imageAlt: "Fresh garden salad"
},
{
id: "3", brand: "House Special", name: "Soup of Day", price: "$5", rating: 5,
@@ -93,15 +93,15 @@ export default function RestaurantPage() {
},
{
id: "4", brand: "House Special", name: "Fried Wings", price: "$8", rating: 5,
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/lavash-snack-roll-with-cheese-grenate-seeds-bread-vegetables-sorbet-white-plate-snack_114579-146.jpg", imageAlt: "Crispy fried wings"
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/lavash-snack-roll-with-cheese-grenate-seeds-bread-vegetables-sorbet-white-plate-snack_114579-146.jpg?_wi=2", imageAlt: "Crispy fried wings"
},
{
id: "5", brand: "House Special", name: "Mini Rolls", price: "$6", rating: 5,
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/small-snacks-sandwiches-with-salty-salmon_2829-19743.jpg", imageAlt: "Bite-sized rolls"
reviewCount: "134", imageSrc: "http://img.b2bpic.net/free-photo/small-snacks-sandwiches-with-salty-salmon_2829-19743.jpg?_wi=2", imageAlt: "Bite-sized rolls"
},
{
id: "6", brand: "House Special", name: "Cheese Dip", price: "$7", rating: 5,
reviewCount: "167", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-chopped-tomato-cucumber-bell-pepper-table_140725-10101.jpg", imageAlt: "Creamy cheese dip"
reviewCount: "167", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-chopped-tomato-cucumber-bell-pepper-table_140725-10101.jpg?_wi=2", imageAlt: "Creamy cheese dip"
}
]}
/>
@@ -120,7 +120,7 @@ export default function RestaurantPage() {
products={[
{
id: "1", brand: "Chef's Pick", name: "Grilled Chicken", price: "$15", rating: 5,
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-breast-with-potatoes-roasted-chestnuts-vegetable-salad-plate_140725-11540.jpg", imageAlt: "Grilled chicken breast"
reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-breast-with-potatoes-roasted-chestnuts-vegetable-salad-plate_140725-11540.jpg?_wi=2", imageAlt: "Grilled chicken breast"
},
{
id: "2", brand: "Chef's Pick", name: "Pasta Alfredo", price: "$13", rating: 5,
@@ -128,7 +128,7 @@ export default function RestaurantPage() {
},
{
id: "3", brand: "Chef's Pick", name: "Baked Fish", price: "$16", rating: 5,
reviewCount: "301", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Fresh baked fish"
reviewCount: "301", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=1", imageAlt: "Fresh baked fish"
},
{
id: "4", brand: "Chef's Pick", name: "Beef Steak", price: "$18", rating: 5,
@@ -140,7 +140,7 @@ export default function RestaurantPage() {
},
{
id: "6", brand: "Chef's Pick", name: "Shrimp Scampi", price: "$17", rating: 5,
reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Garlic shrimp scampi"
reviewCount: "356", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg?_wi=2", imageAlt: "Garlic shrimp scampi"
}
]}
/>
@@ -159,7 +159,7 @@ export default function RestaurantPage() {
products={[
{
id: "1", brand: "Fresh", name: "Orange Juice", price: "$4", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg", imageAlt: "Fresh orange juice"
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg?_wi=2", imageAlt: "Fresh orange juice"
},
{
id: "2", brand: "Fresh", name: "Hot Coffee", price: "$3", rating: 5,
@@ -171,15 +171,15 @@ export default function RestaurantPage() {
},
{
id: "4", brand: "Fresh", name: "Fruit Smoothie", price: "$5", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothie-with-mint-blueberry-raspberry_93675-129755.jpg", imageAlt: "Blended fruit smoothie"
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothie-with-mint-blueberry-raspberry_93675-129755.jpg?_wi=1", imageAlt: "Blended fruit smoothie"
},
{
id: "5", brand: "Fresh", name: "Iced Tea", price: "$3", rating: 5,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg", imageAlt: "Cold iced tea"
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/raspberry-lemonade-drink_123827-22232.jpg?_wi=3", imageAlt: "Cold iced tea"
},
{
id: "6", brand: "Premium", name: "Soft Drink", price: "$2", rating: 5,
reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothie-with-mint-blueberry-raspberry_93675-129755.jpg", imageAlt: "Cold soft drink"
reviewCount: "423", imageSrc: "http://img.b2bpic.net/free-photo/berry-smoothie-with-mint-blueberry-raspberry_93675-129755.jpg?_wi=2", imageAlt: "Cold soft drink"
}
]}
/>
@@ -198,7 +198,7 @@ export default function RestaurantPage() {
products={[
{
id: "1", brand: "Homemade", name: "Chocolate Cake", price: "$6", rating: 5,
reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108427.jpg", imageAlt: "Rich chocolate cake"
reviewCount: "534", imageSrc: "http://img.b2bpic.net/free-photo/tasty-dessert-chocolate-cake-concept-delicious-dessert_185193-108427.jpg?_wi=2", imageAlt: "Rich chocolate cake"
},
{
id: "2", brand: "Homemade", name: "Vanilla Ice Cream", price: "$4", rating: 5,
@@ -236,7 +236,7 @@ export default function RestaurantPage() {
]}
textarea={{ name: "message", placeholder: "Special requests or questions", rows: 4, required: false }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg"
imageSrc="http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13040.jpg?_wi=2"
imageAlt="Restaurant dining"
mediaAnimation="slide-up"
mediaPosition="right"