From dfd481b6b6c3c63828a889242758fd0a2e8eb5c9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 07:05:19 +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 031ef1e..448a37c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -77,7 +77,7 @@ export default function LandingPage() { description="Handcrafted formulations designed to transform your skincare routine with visible results in just weeks." tag="Premium Range" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" products={[ { id: "serum-01", name: "Radiance Serum", price: "$89", variant: "30ml", imageSrc: "http://img.b2bpic.net/free-photo/top-view-skin-care-bottle-green-textured-surface_181624-43739.jpg", imageAlt: "Radiance Serum luxury bottle" @@ -96,7 +96,7 @@ export default function LandingPage() { buttons={[ { text: "View All Products", href: "#products" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -106,7 +106,7 @@ export default function LandingPage() { description="Every product is meticulously crafted with the finest natural ingredients and cutting-edge skincare science." tag="Key Benefits" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: "feature-1", title: "100% Natural Ingredients", description: "Sourced from sustainable farms worldwide. No synthetic additives, no compromise on purity.", imageSrc: "http://img.b2bpic.net/free-photo/calathea-leaf-background-close-up_53876-134271.jpg", imageAlt: "Natural botanical ingredients" @@ -125,7 +125,7 @@ export default function LandingPage() { buttons={[ { text: "Discover Benefits", href: "#features" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -139,12 +139,12 @@ export default function LandingPage() { description="Featured in leading beauty retailers and wellness publications worldwide." tag="Featured In" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} speed={40} showCard={true} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Customer Stories" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" testimonials={[ { id: "testimonial-1", title: "My Skin Has Never Looked Better", quote: "After just 3 weeks of using the Radiance Serum, my skin feels incredibly smooth and looks more luminous than ever. The quality is unmatched.", name: "Sarah Mitchell", role: "Beauty Editor", imageSrc: "http://img.b2bpic.net/free-photo/sincere-delighted-feminine-blond-girl-with-blue-eyes-nice-happy-smile-gazing-camera-giggling-having-fun-laughing-enjoying-evening-posing-satisfied-cheerful-tender-pose-white-wall_176420-35203.jpg", imageAlt: "Sarah Mitchell testimonial" @@ -174,7 +174,7 @@ export default function LandingPage() { buttons={[ { text: "Read More Reviews", href: "#reviews" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -186,7 +186,7 @@ export default function LandingPage() { textPosition="left" animationType="smooth" showCard={true} - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" faqs={[ { id: "faq-1", title: "Are your products suitable for all skin types?", content: "Yes, our formulations are dermatologist-tested and designed for all skin types, including sensitive skin. Each product is crafted to be gentle yet effective." @@ -210,7 +210,7 @@ export default function LandingPage() { buttons={[ { text: "Contact Support", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" />