@@ -10,27 +10,17 @@ const About = () => {
1010 < div className = "text-center space-y-8 relative" >
1111 < div className = "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[500px] h-[500px] bg-purple-500/10 rounded-full blur-[100px] -z-10 pointer-events-none" />
1212
13- < div className = "inline-flex items-center gap-2 px-4 py-1.5 bg-indigo-500/10 border border-indigo-500/20 rounded-full mb-4" >
14- < span className = "relative flex h-2 w-2" >
15- < span className = "animate-ping absolute inline-flex h-full w-full rounded-full bg-indigo-400 opacity-75" > </ span >
16- < span className = "relative inline-flex rounded-full h-2 w-2 bg-indigo-500" > </ span >
17- </ span >
18- < span className = "text-xs font-bold uppercase text-indigo-400 tracking-widest" > Active Research Preview</ span >
19- </ div >
20-
21- < h1 className = "text-7xl font-black text-white tracking-tighter mb-4" >
13+ < h1 className = "text-7xl font-black text-white tracking-tighter mb-4 pt-10" >
2214 Synapse Context < span className = "text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-indigo-500" > Engine</ span >
2315 </ h1 >
24- < p className = "text-lg text-slate-400 font-medium max-w-2xl mx-auto leading-relaxed" >
25- A biological memory architecture for LLMs. Replaces static RAG with dynamic, graph-based spreading activation.
26- </ p >
2716
28- < div className = "flex justify-center gap-6 pt-8" >
29- < Stat label = "Version" value = "0.1.0" />
30- < div className = "w-px h-12 bg-white/10" />
31- < Stat label = "License" value = "Apache 2.0" />
32- < div className = "w-px h-12 bg-white/10" />
33- < Stat label = "Status" value = "Research Demo" />
17+ < div className = "flex flex-col items-center gap-4" >
18+ < p className = "text-lg text-slate-400 font-medium max-w-2xl mx-auto leading-relaxed" >
19+ A brain inspired secure memory architecture for LLMs.
20+ </ p >
21+ < a href = "https://github.com/sasus-dev/synapse-context-engine/blob/main/LICENSE" target = "_blank" rel = "noopener noreferrer" className = "inline-flex items-center px-4 py-1.5 rounded-full border border-slate-700 bg-slate-800/50 hover:bg-slate-700 hover:border-slate-500 transition-all cursor-pointer text-[10px] font-bold uppercase tracking-widest text-slate-300 hover:text-white shadow-lg" >
22+ Apache 2.0 License
23+ </ a >
3424 </ div >
3525 </ div >
3626
@@ -43,15 +33,10 @@ const About = () => {
4333 </ h3 >
4434 < p className = "text-sm text-slate-400 leading-7" >
4535 Built by < strong className = "text-white" > Lasse "Sasu" Sainia</ strong > as an experiment in cognitive modeling.
46- The goal is to move beyond vector similarity search and create systems that can "think" and "remember" associatively,
47- mimicking the way human neurons reinforce pathways based on context.
36+ The goal is to move beyond vector similarity search and create systems that can "think" and "remember" associatively.
4837 </ p >
49- < div className = "p-6 bg-white/5 border border-white/5 rounded-3xl" >
50- < p className = "text-xl font-medium text-slate-300 italic leading-relaxed" >
51- "I don't use < span className = "text-white font-bold" > SOCIAL</ span > media much..."
52- </ p >
53- </ div >
54- < div className = "flex gap-4" >
38+
39+ < div className = "flex gap-4 pt-2" >
5540 < SocialLink icon = { Twitter } label = "X (Twitter)" href = "https://x.com/sasus_dev" />
5641 < SocialLink icon = { Linkedin } label = "LinkedIn" href = "https://www.linkedin.com/in/sasus-dev/" />
5742 </ div >
@@ -65,35 +50,29 @@ const About = () => {
6550 < Cpu className = "w-6 h-6 text-purple-400" />
6651 </ div >
6752 < div >
68- < h4 className = "text-white font-bold text-lg" > Project Goals </ h4 >
53+ < h4 className = "text-white font-bold text-lg" > Project Goal </ h4 >
6954 < p className = "text-xs text-slate-500 uppercase tracking-widest" > Roadmap 2025</ p >
7055 </ div >
7156 </ div >
72- < ul className = "space-y-4" >
73- < GoalItem text = "Recursive memory consolidation" touched />
74- < GoalItem text = "Multi-modal graph nodes (Image/Audio)" />
75- < GoalItem text = "Self-healing knowledge structures" />
76- </ ul >
57+ < p className = "text-sm text-slate-300 font-medium" >
58+ Create a human brain inspired memory architecture that is secure.
59+ </ p >
7760 </ div >
7861 </ div >
7962 </ div >
8063
8164 { /* Footer */ }
82- < div className = "border-t border-white/5 pt-12 flex flex-col items-center space-y-6 " >
65+ < div className = "border-t border-white/5 pt-12 flex flex-col items-center space-y-8 " >
8366 < a
8467 href = "https://github.com/sasus-dev/synapse-context-engine"
8568 target = "_blank"
8669 rel = "noopener noreferrer"
87- className = "group flex items-center gap-3 px-8 py-4 bg-white text-black hover:bg -slate-200 rounded-full font-black uppercase tracking-widest transition-all shadow-[0_0_30px_rgba (255,255,255,0.1)] "
70+ className = "group flex items-center gap-3 px-10 py-5 bg-gradient-to-r from- white to-slate-200 hover:from -slate-200 hover:to-white text-black rounded-full font-black uppercase tracking-widest transition-all shadow-[0_0_20px_rgba (255,255,255,0.15)] hover:shadow-[0_0_40px_rgba(255,255,255,0.3)] hover:scale-105 active:scale-95 "
8871 >
89- < Github className = "w-5 h-5 " />
90- < span > Star / Support on GitHub</ span >
72+ < Github className = "w-6 h-6 " />
73+ < span className = "text-sm" > Star on GitHub</ span >
9174 </ a >
92- < p className = "text-xs text-slate-600 font-medium" >
93- Designed & Engineered with < Heart className = "w-3 h-3 text-red-500 inline mx-1 fill-red-500/20" /> by Lasse "Sasu" Sainia
94- </ p >
9575 </ div >
96-
9776 </ div >
9877 </ div >
9978 ) ;
0 commit comments