diff --git a/src/app/page.tsx b/src/app/page.tsx index 1894ce3..7b67475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -175,21 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Sparkles, - title: "Abundance Manifestation", - description: "Guided techniques to attract prosperity and success.", - }, - { - icon: Heart, - title: "Love and Compassion", - description: "Cultivate deep, loving relationships with yourself and others.", - }, - { - icon: Heart, - title: "Inner Peace", - description: "Find tranquility through daily affirmations and mindfulness.", - }, + { icon: Sparkles, title: "Abundance Manifestation", description: "Guided techniques to attract prosperity and success." }, + { icon: Heart, title: "Love and Compassion", description: "Cultivate deep, loving relationships with yourself and others." }, + { icon: Heart, title: "Inner Peace", description: "Find tranquility through daily affirmations and mindfulness." } ]} title="Manifesting Abundance" description="Our community provides tools and guidance to align your energy and unlock your potential." @@ -202,33 +104,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "10k+", - title: "Community Members", - items: [ - "Aligned spirits", - "Unified goals", - ], - }, - { - id: "m2", - value: "369", - title: "Days of Manifesting", - items: [ - "Daily habit", - "Consistency", - ], - }, - { - id: "m3", - value: "100%", - title: "Growth Focus", - items: [ - "Personal growth", - "Community focus", - ], - }, + { id: "m1", value: "10k+", title: "Community Members", items: ["Aligned spirits", "Unified goals"] }, + { id: "m2", value: "369", title: "Days of Manifesting", items: ["Daily habit", "Consistency"] }, + { id: "m3", value: "100%", title: "Growth Focus", items: ["Personal growth", "Community focus"] } ]} title="Community Impact" description="Join thousands who have transformed their lives using the 369 method." @@ -239,48 +117,14 @@ export default function LandingPage() {