From 78f3d0fa780ea79c233c848c6f38befe9ff44703 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 04:24:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e23a55..548ba42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "t5", name: "Chiara M.", handle: "@chiaram", testimonial: "Such a cozy and friendly place with incredible food. The lasagna is heavenly! Always a wonderful experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-white-shirt-posing-with-delighted-expression_140725-17228.jpg", imageAlt: "Chiara M." } ]} showRating={true} - animationType="text-stagger" + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> @@ -152,7 +152,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-concrete_1258-79084.jpg" imageAlt="Clean and organized restaurant kitchen" - mediaAnimation="text-shift" + mediaAnimation="hover-magnetic" mediaPosition="right" textboxLayout="default" faqsAnimation="slide-up" -- 2.49.1