diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2d3437..099a751 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -59,7 +59,7 @@ export default function LandingPage() {
{ text: "Order Online", href: "#products" },
{ text: "View Menu", href: "#products" }
]}
- buttonAnimation="hover-magnetic"
+ buttonAnimation="fade-in"
/>
@@ -71,7 +71,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More", href: "#" }
]}
- buttonAnimation="hover-magnetic"
+ buttonAnimation="fade-in"
imageWrapperClassName="order-first md:order-last"
imageClassName="w-full h-full object-cover rounded-lg"
headingClassName="text-balance text-left text-4xl font-semibold leading-tight tracking-tight md:text-5xl lg:text-6xl"
@@ -194,7 +194,7 @@ export default function LandingPage() {
imageAlt="Fresh Seblak Ingredients"
mediaAnimation="blur-reveal"
mediaPosition="right"
- faqsAnimation="entrance-slide"
+ faqsAnimation="fade-in"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -214,7 +214,7 @@ export default function LandingPage() {
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098547.jpg"
imageAlt="Seblak Teh Iyam Storefront"
- mediaAnimation="opacity"
+ mediaAnimation="fade-in"
mediaPosition="left"
buttonText="Send Message"
/>