Compare commits
6 Commits
version_11
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| b33fa6e28e | |||
| e88a3d9a35 | |||
| 0332094604 | |||
| 28c582d15c | |||
| 48612e2f8a | |||
| 758d9a67f9 |
@@ -11,7 +11,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Heart, Sparkles, MessageCircle, Mail } from "lucide-react";
|
||||
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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}
|
||||
@@ -74,9 +74,23 @@ export default function LandingPage() {
|
||||
title="Manifesting Abundance"
|
||||
description="Our community provides tools and guidance to align your energy and unlock your potential."
|
||||
features={[
|
||||
{ title: "Abundance Manifestation", description: "Scientifically-backed guided techniques.", bentoComponent: 'reveal-icon', icon: Sparkles },
|
||||
{ title: "Love and Compassion", description: "Cultivate deep, loving relationships.", bentoComponent: 'reveal-icon', icon: Heart },
|
||||
{ title: "Inner Peace", description: "Find tranquility through daily affirmations.", bentoComponent: 'reveal-icon', icon: Heart }
|
||||
{
|
||||
title: "Advanced Manifestation", description: "Stack your daily intentions for greater clarity.", bentoComponent: '3d-stack-cards',
|
||||
items: [
|
||||
{ icon: Sparkles, title: "Focus", subtitle: "Daily", detail: "3x mornings" },
|
||||
{ icon: Zap, title: "Energy", subtitle: "6x midday", detail: "Intentional flow" },
|
||||
{ icon: Target, title: "Result", subtitle: "9x nights", detail: "Deep alignment" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Dynamic Alignment", description: "Keep your goals orbiting your daily focus.", bentoComponent: 'orbiting-icons',
|
||||
centerIcon: Heart,
|
||||
items: [
|
||||
{ icon: Sparkles, ring: 1, duration: 10 },
|
||||
{ icon: MessageCircle, ring: 2, duration: 15 },
|
||||
{ icon: Target, ring: 3, duration: 20 }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +134,8 @@ export default function LandingPage() {
|
||||
description="Learn more about the Just Us 369 method."
|
||||
faqs={[
|
||||
{ id: "1", title: "What is the 369 method?", content: "It is a manifestation technique based on Nikola Tesla's belief in the power of numbers 3, 6, and 9." },
|
||||
{ id: "2", title: "Is it for everyone?", content: "Absolutely, anyone seeking peace and abundance can join us." }
|
||||
{ id: "2", title: "Is it for everyone?", content: "Absolutely, anyone seeking peace and abundance can join us." },
|
||||
{ id: "3", title: "How much time does the practice take daily?", content: "The core practice is designed to be efficient, requiring as little as 10-15 minutes of focused intention daily to see shifts in your vibration." }
|
||||
]}
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -147,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user