Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1637faf47 | |||
| bb57e25e56 | |||
| 8ebaed8db8 | |||
| 302596b3d0 | |||
| 58fc38c04c |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Voir le menu", href: "#menu" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1"
|
||||
imageAlt="Cantine Hurteau restaurant interior"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
@@ -74,12 +74,13 @@ export default function LandingPage() {
|
||||
title: "Ingrédients Locaux", description: "Nous sourçons nos produits auprès de fournisseurs locaux de confiance"
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2"
|
||||
imageAlt="Ambiance intérieure de la Cantine Hurteau"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
bulletTitleClassName="font-semibold text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,6 +135,7 @@ export default function LandingPage() {
|
||||
{ text: "Directions Google Maps", href: "#" },
|
||||
{ text: "Appeler pour réserver", href: "#" }
|
||||
]}
|
||||
bulletTitleClassName="font-semibold text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -193,4 +195,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user