Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 43f7c28c74 | |||
| 82b3154094 |
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[{ text: "Réserver", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Filet de Poisson du Jour", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-charred-octopus_74190-7584.jpg" },
|
{ id: "p1", name: "Filet de Poisson du Jour", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-charred-octopus_74190-7584.jpg" },
|
||||||
{ id: "p2", name: "Pasta aux Saveurs du Sud", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/pasta-creamy-sauce-with-broccoli-grated-parmesan_140725-6762.jpg" },
|
{ id: "p2", name: "Pasta aux Saveurs du Sud", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/pasta-creamy-sauce-with-broccoli-grated-parmesan_140725-6762.jpg" },
|
||||||
@@ -155,4 +156,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user