diff --git a/src/app/page.tsx b/src/app/page.tsx index 3745168..be9799d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() {
@@ -94,7 +96,7 @@ export default function LandingPage() { icon: Smile, label: "Happy Customers", value: "100K+"}, ]} - metricsAnimation="slide-up" + metricsAnimation="blur-reveal" /> @@ -118,12 +120,14 @@ export default function LandingPage() { ]} title="More Than Just Bagels" description="From hearty breakfast options to delicious lunch specials and full-service catering, we have something for everyone." + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" />
@@ -197,7 +205,9 @@ export default function LandingPage() { ]} title="Frequently Asked Questions" description="Find answers to common questions about our menu, ingredients, ordering, and special requests." - faqsAnimation="slide-up" + faqsAnimation="blur-reveal" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" /> @@ -211,6 +221,8 @@ export default function LandingPage() { description="We're a beloved local establishment, recognized for our commitment to quality and community support." speed={40} showCard={true} + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" /> @@ -218,17 +230,19 @@ export default function LandingPage() {