From 0332094604978c0829628b87b7f108ca6cbd6686 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:58:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5629178..c65d4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { bulletPoints={[ { title: "Energy Alignment", description: "Understand the vibrations of 3, 6, and 9.", icon: Sparkles }, { title: "Daily Practice", description: "Consistent routines for lasting abundance.", icon: Heart }, - { title: "Community Support", description: "Grow alongside like-minded spirits.", icon: MessageCircle } + { title: "Community Support", description: "Grow alongside like-minded spirits", icon: MessageCircle } ]} textboxLayout="split" useInvertedBackground={true} -- 2.49.1