Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1196bbba60 | |||
| 7ab4ea143a | |||
| eef1bc05a3 | |||
| 3288176e58 | |||
| 845029a1f5 |
@@ -128,6 +128,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver maintenant", href: "#contact"},
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Yuzu Zen", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132201.jpg"},
|
||||
@@ -233,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user