diff --git a/src/app/page.tsx b/src/app/page.tsx index a932422..916d1e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" - animationType="scale-rotate" + animationType="slide-up" products={[ { id: "1", brand: "Parachute", name: "Startup Strategy", price: "$15K", rating: 5, @@ -145,7 +145,7 @@ export default function LandingPage() { id: "4", value: "15yr", description: "Average industry experience across our consulting team of experts."}, ]} useInvertedBackground={true} - metricsAnimation="scale-rotate" + metricsAnimation="slide-up" />