Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 707e5094a7 | |||
| 7577bbe16a | |||
| 555b28bae4 | |||
| 1d6d0c38bc | |||
| f34ba54929 |
@@ -72,8 +72,8 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-kebab-baked-potato_140725-3227.jpg"
|
||||
imageAlt="Cozy interior of Fisa & Masa Tavern"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables_23-2148632616.jpg?_wi=1"
|
||||
imageAlt="Grilled Pork Souvlaki skewers"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Flame}
|
||||
avatars={[
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p1", name: "Moussaka", price: "€14.50", variant: "Classic Baked", imageSrc: "http://img.b2bpic.net/free-photo/moussaka-traditional-greek-dish_2829-8400.jpg", imageAlt: "Traditional Moussaka dish"},
|
||||
{
|
||||
id: "p2", name: "Pork Souvlaki", price: "€12.00", variant: "Grilled Skewers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables_23-2148632616.jpg", imageAlt: "Grilled Pork Souvlaki skewers"},
|
||||
id: "p2", name: "Pork Souvlaki", price: "€12.00", variant: "Grilled Skewers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-skewers-with-vegetables_23-2148632616.jpg?_wi=2", imageAlt: "Grilled Pork Souvlaki skewers"},
|
||||
{
|
||||
id: "p3", name: "Grilled Halloumi", price: "€8.50", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-cheese-still-life_23-2150096928.jpg", imageAlt: "Grilled Halloumi cheese"},
|
||||
{
|
||||
@@ -332,4 +332,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user