5 Commits

Author SHA1 Message Date
707e5094a7 Merge version_2 into main
Merge version_2 into main
2026-06-03 16:21:33 +00:00
7577bbe16a Update src/app/page.tsx 2026-06-03 16:21:30 +00:00
555b28bae4 Merge version_2 into main
Merge version_2 into main
2026-06-03 16:21:09 +00:00
1d6d0c38bc Update src/app/page.tsx 2026-06-03 16:21:06 +00:00
f34ba54929 Merge version_1 into main
Merge version_1 into main
2026-06-03 16:16:27 +00:00

View File

@@ -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>
);
}
}