From cdfedffac5628250be3f876f6117307b013c3d3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 13:56:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df44e50..9fbf6d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,8 +73,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/jars-with-cookies_23-2147787045.jpg" imageAlt="Assortment of freshly baked goods, including croissants and bread, on a wooden table." mediaAnimation="none" - tagAnimation="entrance-slide" - buttonAnimation="hover-bubble" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" marqueeItems={[ { type: "text", text: "Artisan Breads" }, { type: "text", text: "Delicious Pastries" }, @@ -95,7 +95,7 @@ export default function LandingPage() { { icon: HeartHandshake, label: "Happy Customers", value: "Always Our Priority" }, { icon: ChefHat, label: "Crafted with Care", value: "By Master Bakers" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -177,7 +177,7 @@ export default function LandingPage() { buttons={[ { text: "Contact Us Directly", href: "#contact" } ]} - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -192,8 +192,8 @@ export default function LandingPage() { ]} useInvertedBackground={false} background={{ variant: "plain" }} - tagAnimation="entrance-slide" - buttonAnimation="hover-bubble" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" />