From 60e0c29cba22ba149154021d0901fb75e3f57a08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:08:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abdc9de..156a4ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { description="Discover the most popular games created by our talented community developers." tag="Top Picks" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "View All Games", href: "#all-games" } ]} @@ -129,7 +129,7 @@ export default function LandingPage() { description="Everything you need to bring your vision to life and connect with players globally." tag="Creator Tools" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Start Building Now", href: "#create" } ]} @@ -211,7 +211,7 @@ export default function LandingPage() { description="Select the perfect tier to match your goals and unlock exclusive features." tag="Flexible Pricing" tagIcon={DollarSign} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[]} buttonAnimation="slide-up" textboxLayout="default" @@ -246,7 +246,7 @@ export default function LandingPage() { description="Get answers to common questions about ROBLOX, creating games, and earning Robux." tag="Help Center" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[]} buttonAnimation="slide-up" faqsAnimation="blur-reveal" @@ -263,7 +263,7 @@ export default function LandingPage() { title="Stay Updated with ROBLOX" description="Subscribe to our newsletter for exclusive news, game releases, creator spotlights, and special opportunities to earn rewards and collaborate with other talented builders." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh6Q9ikDhVuL94nONEpErjgVP/a-vibrant-illustration-showing-diverse-p-1772744756299-4370074c.png" -- 2.49.1