- {selectedCategory === 'tips' &&
- 'Insights for peak performance and well-being'}
- {selectedCategory === 'breathing' &&
- 'Techniques to calm your mind and body'}
- {selectedCategory === 'affirmations' &&
- 'Affirmations to start your day with zen'}
+ {selectedCategory === "tips" &&
+ "Insights for peak performance and well-being"}
+ {selectedCategory === "breathing" &&
+ "Techniques to calm your mind and body"}
+ {selectedCategory === "affirmations" &&
+ "Affirmations to start your day with zen"}
diff --git a/src/components/FaqPage.tsx b/src/components/FaqPage.tsx
index 608432e..41993d4 100644
--- a/src/components/FaqPage.tsx
+++ b/src/components/FaqPage.tsx
@@ -1,58 +1,58 @@
-import { motion, AnimatePresence } from 'framer-motion';
-import { ArrowLeft, ChevronDown } from 'lucide-react';
-import { useState } from 'react';
+import { motion, AnimatePresence } from "framer-motion";
+import { ArrowLeft, ChevronDown } from "lucide-react";
+import { useState } from "react";
const FAQ = () => {
const [expandedId, setExpandedId] = useState(null);
const faqs = [
{
- id: 'faq-1',
- question: 'How long should I meditate each day?',
+ id: "faq-1",
+ question: "How long should I meditate each day?",
answer:
- 'Start with just 5 minutes daily. Even a short practice is powerful when consistent. As you progress, you can extend to 10, 20, or 30 minutes.',
+ "Start with just 5 minutes daily. Even a short practice is powerful when consistent. As you progress, you can extend to 10, 20, or 30 minutes.",
},
{
- id: 'faq-2',
+ id: "faq-2",
question: "I can't stop my mind from wandering. Am I doing it wrong?",
answer:
"Not at all! Mind-wandering is completely normal. Meditation is noticing when your mind wanders and gently bringing it back—that's the practice itself.",
},
{
- id: 'faq-3',
- question: 'Best time of day to meditate?',
+ id: "faq-3",
+ question: "Best time of day to meditate?",
answer:
"Early morning (after waking) is ideal for most people. However, the best time is whenever you'll actually do it. Consistency matters more than timing.",
},
{
- id: 'faq-4',
- question: 'Do I need a special place to meditate?',
+ id: "faq-4",
+ question: "Do I need a special place to meditate?",
answer:
- 'No. While a quiet, comfortable space helps, meditation can happen anywhere—your bedroom, a park, even on the bus. Find what works for you.',
+ "No. While a quiet, comfortable space helps, meditation can happen anywhere—your bedroom, a park, even on the bus. Find what works for you.",
},
{
- id: 'faq-5',
- question: 'Is meditation religious? Can anyone do it?',
+ id: "faq-5",
+ question: "Is meditation religious? Can anyone do it?",
answer:
- 'Meditation has roots in many traditions, but modern mindfulness meditation is secular and evidence-based. Anyone can benefit, regardless of beliefs.',
+ "Meditation has roots in many traditions, but modern mindfulness meditation is secular and evidence-based. Anyone can benefit, regardless of beliefs.",
},
{
- id: 'faq-6',
- question: 'How long before I see results?',
+ id: "faq-6",
+ question: "How long before I see results?",
answer:
- 'Some benefits (like reduced stress) appear within days. Deeper changes take weeks or months. Trust the process and keep practicing.',
+ "Some benefits (like reduced stress) appear within days. Deeper changes take weeks or months. Trust the process and keep practicing.",
},
{
- id: 'faq-7',
- question: 'What if I fall asleep during meditation?',
+ id: "faq-7",
+ question: "What if I fall asleep during meditation?",
answer:
"It's fine! Your body might need rest. If it happens frequently, try meditating earlier in the day or sitting upright instead of lying down.",
},
{
- id: 'faq-8',
- question: 'Can I meditate while walking?',
+ id: "faq-8",
+ question: "Can I meditate while walking?",
answer:
- 'Yes! Walking meditation is a powerful practice. Focus on the sensation of each step, your breath, and your surroundings as you walk slowly.',
+ "Yes! Walking meditation is a powerful practice. Focus on the sensation of each step, your breath, and your surroundings as you walk slowly.",
},
];
@@ -116,7 +116,7 @@ const FAQ = () => {
{expandedId === faq.id && (
{
const steps = [
{
- title: 'Why Meditate?',
+ title: "Why Meditate?",
description:
- 'Meditation reduces stress and anxiety, improves focus, and enhances emotional well-being. It literally rewires your brain for peace.',
+ "Meditation reduces stress and anxiety, improves focus, and enhances emotional well-being. It literally rewires your brain for peace.",
icon: ,
benefits: [
- 'Better sleep quality',
- 'Reduced anxiety & stress',
- 'Improved focus & clarity',
- 'Emotional resilience',
+ "Better sleep quality",
+ "Reduced anxiety & stress",
+ "Improved focus & clarity",
+ "Emotional resilience",
],
},
{
- title: 'How to Start',
+ title: "How to Start",
description:
"You don't need experience. Just find a comfortable spot, close your eyes, and follow your breath. That's it!",
icon: ,
steps: [
- 'Find a quiet, comfortable place',
- 'Sit or lie down (whatever feels right)',
- 'Close your eyes',
- 'Focus on your natural breath',
- 'When your mind wanders, gently bring it back',
+ "Find a quiet, comfortable place",
+ "Sit or lie down (whatever feels right)",
+ "Close your eyes",
+ "Focus on your natural breath",
+ "When your mind wanders, gently bring it back",
],
},
{
- title: 'Building Consistency',
+ title: "Building Consistency",
description:
- 'The magic happens through regular practice. Start small and build from there.',
+ "The magic happens through regular practice. Start small and build from there.",
icon: ,
tips: [
- 'Start with just 5 minutes',
- 'Same time every day (ideally morning)',
- 'Track your sessions',
- 'Be patient with yourself',
- 'Celebrate small wins',
+ "Start with just 5 minutes",
+ "Same time every day (ideally morning)",
+ "Track your sessions",
+ "Be patient with yourself",
+ "Celebrate small wins",
],
},
];
diff --git a/src/components/HomePage.tsx b/src/components/HomePage.tsx
index 35846a0..724e506 100644
--- a/src/components/HomePage.tsx
+++ b/src/components/HomePage.tsx
@@ -1,5 +1,14 @@
-import { SiGo, SiKubernetes, SiNixos, SiOpentelemetry, SiReact, SiTalos, SiTerraform, SiTypescript } from '@icons-pack/react-simple-icons';
-import { motion, AnimatePresence } from 'framer-motion';
+import {
+ SiGo,
+ SiKubernetes,
+ SiNixos,
+ SiOpentelemetry,
+ SiReact,
+ SiTalos,
+ SiTerraform,
+ SiTypescript,
+} from "@icons-pack/react-simple-icons";
+import { motion, AnimatePresence } from "framer-motion";
import {
Heart,
Sparkles,
@@ -17,20 +26,19 @@ import {
Bot,
CalendarHeart,
Flame,
-} from 'lucide-react';
-import { useRef,
- useState, useEffect } from 'react';
-import CanvasNest from 'canvas-nest.js';
-import { skipPartiallyEmittedExpressions } from 'typescript';
+} from "lucide-react";
+import { useRef, useState, useEffect } from "react";
+import CanvasNest from "canvas-nest.js";
+import { skipPartiallyEmittedExpressions } from "typescript";
const Navigation = () => {
const [isOpen, setIsOpen] = useState(false);
- const [activeSection, setActiveSection] = useState('home');
+ const [activeSection, setActiveSection] = useState("home");
useEffect(() => {
const handleScroll = () => {
- const sections = ['home', 'features', 'cta'];
- let current = 'home';
+ const sections = ["home", "features", "cta"];
+ let current = "home";
for (const section of sections) {
const element = document.getElementById(section);
@@ -44,8 +52,8 @@ const Navigation = () => {
setActiveSection(current);
};
- window.addEventListener('scroll', handleScroll);
- return () => window.removeEventListener('scroll', handleScroll);
+ window.addEventListener("scroll", handleScroll);
+ return () => window.removeEventListener("scroll", handleScroll);
}, []);
const navLinks = [] as const;
@@ -77,7 +85,7 @@ const Hero = () => {
if (!bodyRef.current) return;
const config = {
- color: '241,151,142',
+ color: "241,151,142",
count: 88,
opacity: 0.8,
zIndex: 0,
@@ -88,7 +96,7 @@ const Hero = () => {
return () => {
cn.destroy();
};
- }, [])
+ }, []);
return (
{
Ignis Network
- We're a startup company that builds resilient digital infrastructure designed to endure, with AI applied where it meaningfully adds strength and insight.
+ We're a startup company that builds resilient digital infrastructure
+ designed to endure, with AI applied where it meaningfully adds
+ strength and insight.
- We focus on stability, clarity, and long-term reliability — creating systems that smartly carry what matters, support growth over time, and let everything else move forward with confidence.
+ We focus on stability, clarity, and long-term reliability — creating
+ systems that smartly carry what matters, support growth over time,
+ and let everything else move forward with confidence.