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