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}