Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=1"
|
||||
imageAlt="grilled chicken charcoal grill portuguese restaurant"
|
||||
/>
|
||||
</div>
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
price: "€14",
|
||||
rating: 5,
|
||||
reviewCount: "117",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
price: "€10",
|
||||
rating: 4,
|
||||
reviewCount: "117",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
@@ -123,7 +123,7 @@ export default function LandingPage() {
|
||||
price: "€3",
|
||||
rating: 4,
|
||||
reviewCount: "117",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-lemonade_23-2148272969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-lemonade_23-2148272969.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
quote: "Everything was delicious and the waiters were super friendly.",
|
||||
tag: "Top Rated",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait friendly",
|
||||
},
|
||||
{
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
quote: "Truly authentic experience. The charcoal grilled flavor is excellent.",
|
||||
tag: "Good Food",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2148899052.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cut-grilled-fish-served-with-onion-cherry-tomato_140725-2635.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait friendly",
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
quote: "Perfect for a casual lunch. Always fresh and consistent.",
|
||||
tag: "Frequent Visitor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-chicken-wings-baking-tray_23-2148262932.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait friendly",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function LandingPage() {
|
||||
quote: "The staff really makes the difference here. Very welcoming.",
|
||||
tag: "Friendly",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-young-people-gathering-dinner_23-2148454163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-lemonade_23-2148272969.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-lemonade_23-2148272969.jpg?_wi=2",
|
||||
imageAlt: "happy diner portrait friendly",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user