Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f803630a38 | |||
| 8ca5392e8d | |||
| dabc2fa2c4 | |||
| 3903f0d683 | |||
| 30f01b8ff9 | |||
| 36409ba580 | |||
| 7b532267f8 | |||
| bffd08272f | |||
| 99baebbbf4 |
1413
src/app/layout.tsx
1413
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"
|
||||
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"
|
||||
@@ -145,16 +145,16 @@ export default function LandingPage() {
|
||||
tagIcon={Utensils}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Canard laqué", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak_74190-1178.jpg", imageAlt: "Canard laqué"
|
||||
id: "1", name: "Canard laqué", price: "18€-24€", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak_74190-1178.jpg", imageAlt: "Canard laqué"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Nouilles au bœuf", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-garlic-spoon-dark-background_140725-139532.jpg", imageAlt: "Nouilles au bœuf"
|
||||
id: "2", name: "Nouilles au bœuf", price: "14€-18€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-garlic-spoon-dark-background_140725-139532.jpg", imageAlt: "Nouilles au bœuf"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Curry rouge", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-bowl-wooden-table-traditional-thai-food-recipe_123827-35852.jpg", imageAlt: "Curry rouge"
|
||||
id: "3", name: "Curry rouge", price: "12€-16€", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-bowl-wooden-table-traditional-thai-food-recipe_123827-35852.jpg", imageAlt: "Curry rouge"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Bœuf sauté aux oignons", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23777.jpg", imageAlt: "Bœuf sauté aux oignons"
|
||||
id: "4", name: "Bœuf sauté aux oignons", price: "16€-22€", imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23777.jpg", imageAlt: "Bœuf sauté aux oignons"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user