diff --git a/src/app/page.tsx b/src/app/page.tsx index e6eda7b..1efd82b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/fruit-lemonade-wooden-table-with-red-cloth_114579-62073.jpg", imageAlt: "Refreshing Margarita Drink" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-clinking-bottles_23-2149745567.jpg", imageAlt: "Lively Taco Restaurant Interior" } ]} - mediaAnimation="expand-hover" + mediaAnimation="text-stagger" useInvertedBackground={false} /> @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file