Compare commits

..

2 Commits

2 changed files with 2 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ export default function LandingPage() {
]}
useInvertedBackground="noInvert"
animationType="slide-up"
ctaButtonTextClassName="animate-pulse"
/>
</div>

View File

@@ -166,6 +166,7 @@ const MetricCardTwo = ({
metricDescriptionClassName={metricDescriptionClassName}
/>
))}
<button className="bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4">That</button>
</CardStack>
);
};