Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 20:41:11 +00:00
2 changed files with 3 additions and 2791 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
]}
avatarText="Confiance de centaines de clients satisfaits"
buttons={[
{ text: "Réserver une table", href: "contact" },
{ text: "Voir le menu", href: "menu" }
{ text: "Réserver maintenant", href: "contact" },
{ text: "Découvrir nos plats", href: "menu" }
]}
buttonAnimation="slide-up"
ariaLabel="Hero section - Shangri-La restaurant"
@@ -225,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}