diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d45653..65fd496 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,7 +217,7 @@ export default function LandingPage() { { text: "Read All Reviews", href: "#"}, ]} - cardAnimation="entrance-slide" + cardAnimation="slide-up" /> @@ -252,7 +252,7 @@ export default function LandingPage() { { text: "Book Online", href: "https://example.com/booking"}, ]} - animationType="slide-up" + animationType="entrance-slide" />