From 74305206a2e870292f1750759ed1c8c7b007e976 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:43:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49ffae0..671debb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,11 +16,11 @@ export default function LandingPage() { return ( @@ -135,7 +135,7 @@ export default function LandingPage() { { icon: Award, label: "Years of Craft", value: "15" }, { icon: Award, label: "Countries Shipping", value: "50+" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -153,7 +153,7 @@ export default function LandingPage() { cardTitle="Thousands of customers love their esseunique jewelry pieces" cardTag="Customer Stories" cardTagIcon={Heart} - cardAnimation="entrance-slide" + cardAnimation="blur-reveal" useInvertedBackground={false} /> @@ -164,7 +164,7 @@ export default function LandingPage() { description="Our collections have been celebrated by leading fashion and lifestyle publications worldwide." tag="Press" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} names={["Vogue", "Harper's Bazaar", "Elle", "GQ", "Who Magazine", "Refinery29", "Cosmopolitan", "Vanity Fair"]} @@ -182,7 +182,7 @@ export default function LandingPage() { description="Everything you need to know about our jewelry, collections, and shopping experience." tag="Help" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} faqs={[ @@ -193,7 +193,7 @@ export default function LandingPage() { { id: "5", title: "Are your gemstones certified?", content: "All significant gemstones (diamonds, sapphires, emeralds) come with certification from GIA or AGS. We're transparent about sourcing and always provide documentation with your purchase." }, { id: "6", title: "Do you offer financing options?", content: "Yes, we partner with Klarna and Afterpay for flexible payment plans. You can select these options at checkout and split your purchase into interest-free installments." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" animationType="smooth" /> -- 2.49.1