Update src/app/page.tsx
This commit is contained in:
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
price: "2-3 hrs",
|
||||
rating: 4.8,
|
||||
reviewCount: "342",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg?_wi=1",
|
||||
imageAlt: "La Bella Vita Italian Restaurant"
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
price: "2 hrs",
|
||||
rating: 4.9,
|
||||
reviewCount: "521",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg?_wi=1",
|
||||
imageAlt: "Sakura & Stone Japanese Fusion"
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
price: "1.5 hrs",
|
||||
rating: 4.7,
|
||||
reviewCount: "298",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food-bowl_23-2149152881.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-food-bowl_23-2149152881.jpg?_wi=1",
|
||||
imageAlt: "The Garden House Bistro"
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
price: "3 hrs",
|
||||
rating: 4.9,
|
||||
reviewCount: "445",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081873.jpg?_wi=1",
|
||||
imageAlt: "Ember & Oak Steakhouse"
|
||||
}
|
||||
]}
|
||||
@@ -200,7 +200,7 @@ export default function HomePage() {
|
||||
price: "$34.99",
|
||||
rating: 4.9,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg?_wi=1",
|
||||
imageAlt: "Creamy truffle risotto with parmesan"
|
||||
},
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function HomePage() {
|
||||
price: "$85.00",
|
||||
rating: 5,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-table-arrangement_23-2149139499.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-food-table-arrangement_23-2149139499.jpg?_wi=1",
|
||||
imageAlt: "Premium omakase course"
|
||||
},
|
||||
{
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
price: "$28.50",
|
||||
rating: 4.8,
|
||||
reviewCount: "142",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slices-inside-plate-with-lemon-slices-dark-background_140725-139369.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slices-inside-plate-with-lemon-slices-dark-background_140725-139369.jpg?_wi=1",
|
||||
imageAlt: "Fresh herb-crusted salmon fillet"
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function HomePage() {
|
||||
price: "$68.00",
|
||||
rating: 4.9,
|
||||
reviewCount: "289",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slice-dark-blue-meat-food-dish-fry-color-animal-rib-dinner-cooking-barbecue_179666-44077.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-slice-dark-blue-meat-food-dish-fry-color-animal-rib-dinner-cooking-barbecue_179666-44077.jpg?_wi=1",
|
||||
imageAlt: "Perfectly seared prime ribeye steak"
|
||||
},
|
||||
{
|
||||
@@ -609,7 +609,7 @@ export default function HomePage() {
|
||||
{/* Footer Section */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg?_wi=1"
|
||||
imageAlt="DineBook Restaurant Community"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user