From 02393d498bfd8db37e0f5696c2093bb1b33d6b6f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 06:01:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c27718..c77a00f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/vintage-bistro-exterior-with-blackboard_23-2149366406.jpg" imageAlt="Warmly lit interior of Desi Vibes Indian restaurant" - tagAnimation="entrance-slide" - buttonAnimation="expand-hover" + tagAnimation="text-stagger" + buttonAnimation="hover-magnetic" useInvertedBackground={false} /> @@ -84,7 +84,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/tray-with-legumes-aromatic-herbs_1220-357.jpg" imageAlt="Chef preparing Indian cuisine in a traditional kitchen" - mediaAnimation="entrance-slide" + mediaAnimation="text-stagger" textboxLayout="default" useInvertedBackground={false} imagePosition="left" @@ -155,7 +155,7 @@ export default function LandingPage() { inputPlaceholder="Enter your email for updates" buttonText="Subscribe for Offers" termsText="By subscribing, you agree to receive promotional emails from Desi Vibes." - tagAnimation="expand-hover" + tagAnimation="hover-magnetic" useInvertedBackground={false} /> -- 2.49.1