From 2ebe484b66ecb06a35bad9eda8bf4d5f11eff65c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:00:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0949f88..ad87dec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { tag="Private Community" tagIcon={Crown} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together-office_23-2149307793.jpg", imageAlt: "luxury content creator workspace modern"}, @@ -194,11 +194,12 @@ export default function LandingPage() { { id: "4", title: "How long before I see results?", content: "Most members see initial traction within 30 days and significant growth within 90 days. Results depend on implementation and consistency, but our systems are designed for rapid scaling."}, { - id: "5", title: "Is membership limited?", content: "Yes. We maintain an exclusive community cap to ensure quality mentorship and networking. Applications are selective to maintain the high caliber of members and keep the community supportive and collaborative."}, + id: "5", title: "Is membership limited?", content: "Yes. We maintain an exclusive community cap to ensure quality mentorship and networking. Applications are selective to maintain the high caliber of members and keep the community supportive and collaborative."} ]} useInvertedBackground={true} textPosition="left" animationType="smooth" + faqsAnimation="blur-reveal" /> -- 2.49.1