diff --git a/src/app/page.tsx b/src/app/page.tsx
index 155cf18..c8ae628 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,13 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureBento from '@/components/sections/feature/FeatureBento';
-import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
-import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
+import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Globe, PlayCircle, RefreshCw, Shield, Zap, CircleDot } from "lucide-react";
export default function LandingPage() {
@@ -30,14 +30,10 @@ export default function LandingPage() {
@@ -45,55 +41,19 @@ export default function LandingPage() {
@@ -102,15 +62,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Energy Work for the Root"
metrics={[
- {
- icon: Zap,
- label: "Qi Energy Cultivation", value: "Daily"},
- {
- icon: Shield,
- label: "Ancestral Patterns", value: "Cleared"},
- {
- icon: Globe,
- label: "Global Community", value: "Worldwide"},
+ { icon: Zap, label: "Qi Energy Cultivation", value: "Daily" },
+ { icon: Shield, label: "Ancestral Patterns", value: "Cleared" },
+ { icon: Globe, label: "Global Community", value: "Worldwide" },
]}
metricsAnimation="slide-up"
/>
@@ -122,15 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Daily Qi Practice", description: "Structured morning and evening movements to clear meridians.", bentoComponent: "reveal-icon", icon: RefreshCw,
- },
- {
- title: "Masterclass Library", description: "Deep teachings on the invisible world and energy mechanics.", bentoComponent: "reveal-icon", icon: PlayCircle,
- },
- {
- title: "Ancestor Healing", description: "The root-level process for clearing inherited life patterns.", bentoComponent: "reveal-icon", icon: CircleDot,
- },
+ { title: "Daily Qi Practice", description: "Structured morning and evening movements to clear meridians.", bentoComponent: "reveal-icon", icon: RefreshCw },
+ { title: "Masterclass Library", description: "Deep teachings on the invisible world and energy mechanics.", bentoComponent: "reveal-icon", icon: PlayCircle },
+ { title: "Ancestor Healing", description: "The root-level process for clearing inherited life patterns.", bentoComponent: "reveal-icon", icon: CircleDot },
]}
title="Complete Practice Pillars"
description="Five core pillars structure your journey toward optimal vibration and ancestral clarity."
@@ -138,142 +86,54 @@ export default function LandingPage() {