From 20aa5bc79f5e58397c0b1d54d4cea11e4a8a5a1a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:52:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 743ce1c..f4ae989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,12 +49,12 @@ export default function ClutchTierPage() { description="Stop analyzing pricing and start executing it safely. ClutchTier is the infrastructure layer that governs every pricing decision, executes changes across your billing systems, and measures what actually happened." tag="Pricing Operations Platform" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "Start Free", href: "https://app.clutchtier.com/signup" }, { text: "Watch Demo", href: "#" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" background={{ variant: "animated-grid" }} carouselItems={[ { @@ -97,7 +97,7 @@ export default function ClutchTierPage() { description="Execution infrastructure. Governance frameworks. Benchmark network. The three things AI will never replicate." tag="Why ClutchTier Wins" tagIcon={Lock} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" features={[ { id: 1, @@ -115,7 +115,7 @@ export default function ClutchTierPage() { textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -125,7 +125,7 @@ export default function ClutchTierPage() { description="Start free. Grow with confidence. From solo founder to scaling SaaS." tag="Transparent Pricing" tagIcon={CreditCard} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -164,7 +164,7 @@ export default function ClutchTierPage() { description="Proven infrastructure for serious pricing work." tag="Operations Metrics" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" animationType="scale-rotate" useInvertedBackground={false} @@ -184,7 +184,7 @@ export default function ClutchTierPage() { description="Built on the same integrations your team already uses." tag="Integration Partners" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" names={["Stripe", "Chargebee", "Slack", "HubSpot", "Mixpanel", "PostgreSQL", "Vercel", "AWS"]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1