20 Commits

Author SHA1 Message Date
65641e8906 Update src/app/page.tsx 2026-03-08 13:15:26 +00:00
3460b55041 Update src/app/layout.tsx 2026-03-08 13:15:26 +00:00
ce161511a0 Merge version_3 into main
Merge version_3 into main
2026-03-08 13:13:26 +00:00
bf2232791e Update src/app/layout.tsx 2026-03-08 13:13:22 +00:00
c75382902f Merge version_3 into main
Merge version_3 into main
2026-03-08 13:12:23 +00:00
087cfcb584 Update src/app/page.tsx 2026-03-08 13:12:19 +00:00
6dd2a00061 Update src/app/layout.tsx 2026-03-08 13:12:18 +00:00
35080c486c Switch to version 1: modified src/app/styles/variables.css 2026-03-08 13:11:38 +00:00
29ca5b7afb Switch to version 1: modified src/app/page.tsx 2026-03-08 13:11:38 +00:00
ebcc8b676f Switch to version 1: modified src/app/layout.tsx 2026-03-08 13:11:37 +00:00
30c5f8716e Merge version_2 into main
Merge version_2 into main
2026-03-08 13:10:39 +00:00
3a1d5b0e88 Update src/app/page.tsx 2026-03-08 13:10:35 +00:00
afbb15d1a7 Update src/app/page.tsx 2026-03-08 13:10:03 +00:00
504ad9641b Update src/app/layout.tsx 2026-03-08 13:10:03 +00:00
5b2b4ab709 Merge version_2 into main
Merge version_2 into main
2026-03-08 13:09:34 +00:00
40f3a883fb Update src/app/styles/variables.css 2026-03-08 13:09:30 +00:00
a25cc4caf8 Update src/app/page.tsx 2026-03-08 13:09:30 +00:00
622bbe47d5 Update src/app/layout.tsx 2026-03-08 13:09:29 +00:00
6f24dba945 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:01:21 +00:00
bcd85d2b04 Merge version_1 into main
Merge version_1 into main
2026-03-08 13:00:19 +00:00
2 changed files with 22 additions and 1436 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Users, BookOpen, TrendingUp, Heart } from "lucide-react";
import { Users, BookOpen, TrendingUp, Heart, Shield } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -169,17 +169,18 @@ export default function HomePage() {
animationType="smooth"
faqs={[
{
id: "1", title: "How private are my diary entries?", content: "Your diary entries are completely private and encrypted. Only you can access them. They never appear publicly unless you explicitly choose to share them. Your personal data is protected with industry-standard security protocols."},
id: "1", title: "How secure is my data?", content: "All data is encrypted end-to-end using industry-standard protocols. Your privacy is guaranteed."
},
{
id: "2", title: "Can I really post anonymously?", content: "Yes! You can choose to post anonymously or with your profile. Anonymous posts are completely disconnected from your identity while still connecting you with the community. Your privacy is always your choice."},
id: "2", title: "How private are my diary entries?", content: "Your diary entries are completely private and encrypted. Only you can access them. They never appear publicly unless you explicitly choose to share them. Your personal data is protected with industry-standard security protocols."},
{
id: "3", title: "How does progress tracking work?", content: "MindVault analyzes patterns in your entries and reflections to show your emotional journey over time. You'll see insights about your growth, recurring themes, and positive developments. It's like having a personal psychologist reviewing your progress."},
id: "3", title: "Can I really post anonymously?", content: "Yes! You can choose to post anonymously or with your profile. Anonymous posts are completely disconnected from your identity while still connecting you with the community. Your privacy is always your choice."},
{
id: "4", title: "Is there professional support available?", content: "While MindVault is not a replacement for professional therapy, we connect users with resources and recommend working with licensed therapists. Our community provides peer support, insights, and psychological frameworks for self-discovery."},
id: "4", title: "How does progress tracking work?", content: "MindVault analyzes patterns in your entries and reflections to show your emotional journey over time. You'll see insights about your growth, recurring themes, and positive developments. It's like having a personal psychologist reviewing your progress."},
{
id: "5", title: "How do I connect with other users?", content: "Browse community posts, comment on others' shared thoughts, ask questions, and receive supportive responses. You can connect based on interests, topics, or similar experiences. Follow users, join discussion threads, and build meaningful connections."},
id: "5", title: "Is there professional support available?", content: "While MindVault is not a replacement for professional therapy, we connect users with resources and recommend working with licensed therapists. Our community provides peer support, insights, and psychological frameworks for self-discovery."},
{
id: "6", title: "What topics can I explore on MindVault?", content: "MindVault covers psychology, personal growth, life challenges, relationships, career, mental health, spirituality, creativity, and more. The community explores topics ranging from anxiety management to existential questions about life and meaning."},
id: "6", title: "How do I connect with other users?", content: "Browse community posts, comment on others' shared thoughts, ask questions, and receive supportive responses. You can connect based on interests, topics, or similar experiences. Follow users, join discussion threads, and build meaningful connections."},
]}
/>
</div>
@@ -243,4 +244,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}