Update src/app/page.tsx
This commit is contained in:
@@ -54,19 +54,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria G.", handle: "@mariag", testimonial: "Everything was perfect, true authentic flavor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=1"},
|
||||
{
|
||||
name: "John D.", handle: "@johnd", testimonial: "Best tacos I have had in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081868.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081868.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sarah P.", handle: "@sarahp", testimonial: "Warm service and incredible atmosphere.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=1"},
|
||||
{
|
||||
name: "Kevin L.", handle: "@kevinl", testimonial: "Pozole was rich and delicious, 10/10.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg?_wi=1"},
|
||||
{
|
||||
name: "Elena R.", handle: "@elenar", testimonial: "A truly elevated Mexican dining experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -135,15 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The staff was so nice and attentive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg"},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The staff was so nice and attentive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "The environment is lovely and cozy.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081868.jpg"},
|
||||
id: "2", name: "Michael C.", handle: "@michaelc", testimonial: "The environment is lovely and cozy.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081868.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Delicious food and fast service.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg"},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Delicious food and fast service.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Great overall experience, truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg"},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Great overall experience, truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg?_wi=2"},
|
||||
{
|
||||
id: "5", name: "Anna W.", handle: "@annaw", testimonial: "Best mexican restaurant experience yet.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg"},
|
||||
id: "5", name: "Anna W.", handle: "@annaw", testimonial: "Best mexican restaurant experience yet.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg?_wi=2"},
|
||||
]}
|
||||
title="Why People Love Mi Sazón"
|
||||
description="Experiences that bring our guests back again and again."
|
||||
|
||||
Reference in New Issue
Block a user