Update src/app/restaurants/page.tsx
This commit is contained in:
@@ -114,7 +114,7 @@ export default function RestaurantsPage() {
|
||||
name: "KFC",
|
||||
price: "Lunch: 12:00 - 23:00",
|
||||
variant: "Chicken, Burgers, Fast Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=3",
|
||||
imageAlt: "KFC restaurant storefront",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function RestaurantsPage() {
|
||||
name: "Traveler's Coffee",
|
||||
price: "Breakfast: 08:00 - 22:00",
|
||||
variant: "Coffee, Pastries, Light Meals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-bar-near-mirror_171337-19392.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-bar-near-mirror_171337-19392.jpg?_wi=3",
|
||||
imageAlt: "Traveler's Coffee café",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function RestaurantsPage() {
|
||||
name: "Ploy Thai",
|
||||
price: "Lunch: 11:30 - 23:00",
|
||||
variant: "Thai Cuisine, Seafood, Asian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg?_wi=2",
|
||||
imageAlt: "Ploy Thai restaurant",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function RestaurantsPage() {
|
||||
name: "Uzbek Plov House",
|
||||
price: "Daily: 11:00 - 23:30",
|
||||
variant: "Traditional Uzbek, Local Cuisine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg?_wi=2",
|
||||
imageAlt: "Uzbek Plov House traditional restaurant",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function RestaurantsPage() {
|
||||
name: "Burger King",
|
||||
price: "Daily: 10:00 - 23:00",
|
||||
variant: "Burgers, Sandwiches, Beverages",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg?_wi=2",
|
||||
imageAlt: "Burger King location",
|
||||
},
|
||||
{
|
||||
@@ -154,7 +154,7 @@ export default function RestaurantsPage() {
|
||||
name: "Salad & Fresh Bar",
|
||||
price: "Daily: 09:00 - 21:00",
|
||||
variant: "Healthy, Salads, Fresh Juices",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-wooden-spoon_23-2147807499.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-wooden-spoon_23-2147807499.jpg?_wi=2",
|
||||
imageAlt: "Salad & Fresh Bar healthy options",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user