Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddac3c04f1 | |||
| 43f7c28c74 | |||
| 82b3154094 |
@@ -76,6 +76,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Réserver", href: "#contact" }]}
|
||||
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: "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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user