Update src/app/page.tsx
This commit is contained in:
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
{ value: "Est. 1999", label: "Trusted Local Restaurant" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg?_wi=1"
|
||||
imageAlt="Authentic Mexican tacos"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "5", brand: "House Special", name: "Steak Fajitas de Camarón", price: "$18.99", rating: 5,
|
||||
reviewCount: "178", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg", imageAlt: "Sizzling steak and shrimp fajitas"},
|
||||
"http://img.b2bpic.net/free-photo/elevated-view-persons-hand-preparing-wrap-beef-tacos-breakfast_23-2148042487.jpg?_wi=2", imageAlt: "Sizzling steak and shrimp fajitas"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -173,12 +173,12 @@ export default function LandingPage() {
|
||||
id: "1", name: "Abner B", role: "Local Customer", testimonial:
|
||||
"The food was really tasty, the service was fast and the staff was super nice. Definitely coming back!", icon: Star,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "professional portrait headshot customer testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "professional portrait headshot customer testimonial"},
|
||||
{
|
||||
id: "2", name: "Mary Sanchez", role: "Regular Guest", testimonial:
|
||||
"Burritos are fire, tons of flavor and stuck to your ribs. Best Mexican food in Oakhurst!", icon: Heart,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548788.jpg", imageAlt: "professional headshot diverse man portrait"},
|
||||
"http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548788.jpg?_wi=1", imageAlt: "professional headshot diverse man portrait"},
|
||||
{
|
||||
id: "3", name: "David Martinez", role: "Yosemite Visitor", testimonial:
|
||||
"Relaxed restaurant offering traditional Mexican cuisine. Exactly what we needed after a day in Yosemite!", icon: Smile,
|
||||
@@ -193,12 +193,12 @@ export default function LandingPage() {
|
||||
id: "5", name: "James Rodriguez", role: "Date Night Guest", testimonial:
|
||||
"Romantic ambiance with authentic flavors. The margaritas are exceptional. Highly recommend!", icon: Star,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "professional portrait headshot customer testimonial"},
|
||||
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "professional portrait headshot customer testimonial"},
|
||||
{
|
||||
id: "6", name: "Lisa Chen", role: "Frequent Visitor", testimonial:
|
||||
"Consistently excellent food and service. This is our go-to spot for Mexican food in the area.", icon: ThumbsUp,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548788.jpg", imageAlt: "professional headshot diverse man portrait"},
|
||||
"http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548788.jpg?_wi=2", imageAlt: "professional headshot diverse man portrait"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user