Update src/app/page.tsx
This commit is contained in:
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
handle: "@jhosi",
|
||||
testimonial: "The best Venezuelan food in Panama. Long lines for a reason.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-arrangement-view_23-2148708238.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-arrangement-view_23-2148708238.jpg?_wi=1",
|
||||
imageAlt: "delicious venezuelan arepa close up",
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function LandingPage() {
|
||||
handle: "@emily",
|
||||
testimonial: "The empanadas are incredible and generously filled.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-with-assortment-arepas_23-2148742397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-with-assortment-arepas_23-2148742397.jpg?_wi=1",
|
||||
imageAlt: "delicious venezuelan arepa close up",
|
||||
},
|
||||
{
|
||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
||||
handle: "@jahir",
|
||||
testimonial: "Every week it is my obligatory stop to eat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg?_wi=1",
|
||||
imageAlt: "delicious venezuelan arepa close up",
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function LandingPage() {
|
||||
handle: "@yennifer",
|
||||
testimonial: "Excellent value, huge portions, authentic flavor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-homemade-soups-ingredients_23-2148486550.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-homemade-soups-ingredients_23-2148486550.jpg?_wi=1",
|
||||
imageAlt: "delicious venezuelan arepa close up",
|
||||
},
|
||||
]}
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-food-arrangement-view_23-2148708238.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/traditional-food-arrangement-view_23-2148708238.jpg?_wi=2"
|
||||
imageAlt="Signature brisket arepa"
|
||||
avatars={[
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Brisket Arepa",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-with-assortment-arepas_23-2148742397.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-with-assortment-arepas_23-2148742397.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
id: "3",
|
||||
name: "Pork Empanada",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/boneless-chicken-with-sauce_23-2149972941.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -192,7 +192,7 @@ export default function LandingPage() {
|
||||
id: "5",
|
||||
name: "Homemade Soup",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-homemade-soups-ingredients_23-2148486550.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-homemade-soups-ingredients_23-2148486550.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
|
||||
Reference in New Issue
Block a user