Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4994f3839c | |||
| c35520796a |
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-description"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
@@ -80,6 +80,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Signature Gerichte"
|
title="Signature Gerichte"
|
||||||
description="Eine Auswahl unserer beliebtesten Gerichte – jede Woche frisch zubereitet."
|
description="Eine Auswahl unserer beliebtesten Gerichte – jede Woche frisch zubereitet."
|
||||||
|
buttons={[{ text: "Jetzt Bestellen", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -135,4 +136,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user