Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44731617fd | |||
| 1ffaeb2bb8 | |||
| eba7335864 | |||
| f6de264d4b |
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="blurBottom"
|
background="blurBottom"
|
||||||
@@ -97,6 +97,7 @@ export default function LandingPage() {
|
|||||||
<FeatureBento
|
<FeatureBento
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Caffè d'Eccellenza", description: "Dall'espresso classico alle specialità a base di latte, ogni tazza è un'esperienza sensoriale.", bentoComponent: "reveal-icon", icon: Coffee
|
title: "Caffè d'Eccellenza", description: "Dall'espresso classico alle specialità a base di latte, ogni tazza è un'esperienza sensoriale.", bentoComponent: "reveal-icon", icon: Coffee
|
||||||
@@ -256,4 +257,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user