4 Commits

Author SHA1 Message Date
8bd4bafdd1 Update src/app/page.tsx 2026-04-23 12:51:27 +00:00
aa02bb4d8e Merge version_2 into main
Merge version_2 into main
2026-04-23 12:50:12 +00:00
07bc4694bc Update src/app/page.tsx 2026-04-23 12:50:09 +00:00
35d1134197 Merge version_1 into main
Merge version_1 into main
2026-04-23 12:46:56 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
title="Authentic Portuguese Soul in Luxembourg"
description="Experience the true essence of Portugal with fresh, traditional ingredients and warm, attentive service. Join us for a culinary journey in the heart of Luxembourg."
tag="Since 2012"
buttons={[{ text: "Book a Table", href: "#contact" }]}
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg", imageAlt: "Restaurant Ambiance"},
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}