Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30f01b8ff9 | |||
| 36409ba580 | |||
| 7b532267f8 | |||
| bffd08272f | |||
| 99baebbbf4 |
2788
src/app/layout.tsx
2788
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -50,8 +50,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Confiance de centaines de clients satisfaits"
|
avatarText="Confiance de centaines de clients satisfaits"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Réserver une table", href: "contact" },
|
{ text: "Réserver maintenant", href: "contact" },
|
||||||
{ text: "Voir le menu", href: "menu" }
|
{ text: "Découvrir nos plats", href: "menu" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="Hero section - Shangri-La restaurant"
|
ariaLabel="Hero section - Shangri-La restaurant"
|
||||||
@@ -225,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user