Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44731617fd | |||
| 1ffaeb2bb8 | |||
| eba7335864 | |||
| f6de264d4b |
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
@@ -97,6 +97,7 @@ export default function LandingPage() {
|
||||
<FeatureBento
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
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
|
||||
@@ -256,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user