Update src/app/page.tsx
This commit is contained in:
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{ name: "Linda G.", handle: "@lindag", testimonial: "Consistently great food. The menu variety is impressive for a local gastropub.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-his-friend-enjoying-drinks-restaurant_23-2147861945.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006695.jpg", alt: "Diner 1" },
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
description="Located in the heart of the city, Paröle is dedicated to creating a space where locals and visitors alike can enjoy elevated pub fare in a sophisticated yet approachable environment."
|
||||
subdescription="From casual after-work drinks to corporate events, our doors are open for your next unforgettable moment."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -150,8 +150,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ id: "1", name: "Alex Rivers", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361448.jpg" },
|
||||
{ id: "2", name: "Jordan Smith", role: "Event Manager", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg" },
|
||||
{ id: "3", name: "Casey Morgan", role: "Lead Mixologist", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg" },
|
||||
{ id: "2", name: "Jordan Smith", role: "Event Manager", imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-with-realistic-background_23-2150062988.jpg?_wi=2" },
|
||||
{ id: "3", name: "Casey Morgan", role: "Lead Mixologist", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg?_wi=2" },
|
||||
]}
|
||||
title="Meet the Team"
|
||||
description="Our professionals are dedicated to your experience."
|
||||
|
||||
Reference in New Issue
Block a user