From 0b3dc60dcdecec6e945d5b6742d916ee0bc09d7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:03:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88163f6..f309c4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,6 +142,7 @@ export default function LandingPage() { { id: "q3", title: "What games should I play?", content: "Pick ONE game you love and master it, rather than playing dozens randomly." } ]} title="Your Questions, Answered" + description="Everything you need to know about starting your gaming career." faqsAnimation="blur-reveal" textboxLayout="split" useInvertedBackground={true} @@ -154,7 +155,7 @@ export default function LandingPage() { title="Need a Personal Plan?" description="Tell us your preferred games and budget, and we'll craft your custom growth strategy." useInvertedBackground={false} - background="sparkles-gradient" + background={{ variant: "sparkles-gradient" }} buttonText="Submit Inquiry" /> -- 2.49.1