From 628d37b4f2be5ee6ff21c0f7851a9351b3b73b39 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12671f9..0cfc30f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="circleGradient" + background="aurora" cardStyle="gradient-radial" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { description="Four suits. Four kingdoms. One destiny. Experience an epic fantasy where hearts rule passion, diamonds command wealth, clubs command nature, and spades hold dark secrets." tag="Epic Fantasy" tagIcon={Crown} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Watch Trailer", href: "#" }, { text: "Learn More", href: "#about" } @@ -67,6 +67,7 @@ export default function LandingPage() { @@ -157,6 +154,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} showRating={true} + animationType="opacity" testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "A breathtaking epic that rivals the greatest fantasy productions. The four kingdoms feel alive with history and magic.", rating: 5, -- 2.49.1