diff --git a/content/_index.md b/content/_index.md
index e26699c..152c32b 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -45,39 +45,39 @@ Built for modern PHP development with functional programming principles
{% features() %}
{% feature_card(title="Built on PHP Ecosystem", description="Runs on the PHP ecosystem with access to all existing libraries", icon='') %}
-
• Seamless PHP interoperability
-
• Access to Composer packages
-
• Familiar deployment patterns
+• Seamless PHP interoperability
+• Access to Composer packages
+• Familiar deployment patterns
{% end %}
{% feature_card(title="Immutable Data Structures", description="Built-in persistent data structures like Lists, Vectors, Maps, and Sets", icon='') %}
-
• Structural sharing for performance
-
• Thread-safe by default
-
• Minimal, readable Lisp syntax
+• Structural sharing for performance
+• Thread-safe by default
+• Minimal, readable Lisp syntax
{% end %}
{% feature_card(title="Macro System", description="Advanced metaprogramming capabilities for code generation", icon='') %}
-
• Powerful macro system
-
• Code as data philosophy
-
• Extensible language constructs
+• Powerful macro system
+• Code as data philosophy
+• Extensible language constructs
{% end %}
{% feature_card(title="Interactive REPL", description="Interactive REPLs for iterating and prototyping", icon='') %}
-
• Live code evaluation
-
• Rapid prototyping
-
• Interactive development
+• Live code evaluation
+• Rapid prototyping
+• Interactive development
{% end %}
-{% feature_card(title="Lisp-inspired Syntax", description="Clean, expressive, and easy to pick up syntax", icon='') %}
-
• Minimal, readable syntax
-
• Homoiconicity benefits
-
• Expressive and concise
+{% feature_card(title="Lisp-inspired Syntax", description="Clean, expressive, and easy to pick up syntax", icon='') %}
+• Minimal, readable syntax
+• Homoiconicity benefits
+• Expressive and concise
{% end %}
{% feature_card(title="Modern Tooling", description="Comprehensive development tools and ecosystem", icon='') %}
-
• Plugin support
-
• Package management
-
• Testing frameworks
+• Plugin support
+• Package management
+• Testing frameworks
{% end %}
{% end %}
@@ -92,8 +92,9 @@ Phel started as an [experiment in writing functional PHP](/blog/functional-progr
A Lisp-inspired functional language
@@ -101,8 +102,20 @@ Phel started as an [experiment in writing functional PHP](/blog/functional-progr
That runs on affordable PHP hosting
@@ -110,11 +123,9 @@ Phel started as an [experiment in writing functional PHP](/blog/functional-progr
That's expressive, debug-friendly, and easy to pick up